Skip to content

Implement test on concurrency insert/update in cluster environment #3194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a292e59
minor: (c) 2025
klirichek Mar 13, 2025
10e6f59
🆕 Update buddy version to 3.26.0+25031221-aeb39da3-dev (#3193)
githubmanticore Mar 13, 2025
c887f2d
Bump mcl version to: 4.1.2 25031206 15bbcc7 (#3192)
githubmanticore Mar 13, 2025
c79fef6
Test mysqldump with replication (#2816)
PavelShilin89 Mar 13, 2025
05aab2d
Updating all blocks in the daemon stop startup (#3191)
PavelShilin89 Mar 13, 2025
3221b83
Bump mcl version to: 4.1.2 25031206 15bbcc7 (#3192)
githubmanticore Mar 14, 2025
180b236
fixed an issue where a float vector with a KNN index was not initiali…
glookka Mar 15, 2025
78004c1
Merge pull request #3202 from manticoresoftware/knn_vs_alter_fix
glookka Mar 15, 2025
c333b27
fixed an issue where the joined weight from the right table could not…
glookka Mar 16, 2025
39427f7
Merge pull request #3204 from manticoresoftware/join_order_by_weight_fix
glookka Mar 16, 2025
e8a7131
fixed an crash on creating a KNN index on ALTER
glookka Mar 16, 2025
6c6001f
Bump buddy version to: 3.26.1+25031419-267e357b-dev (#3200)
githubmanticore Mar 17, 2025
01339cb
fixed suggest to work with 2 char words; added case to test 256; fixe…
tomatolog Mar 18, 2025
fd7ab66
new cases ranker or field_weights added to test-fuzzy-search.rec (#3209)
PavelShilin89 Mar 18, 2025
0cbcffd
🆕 Update buddy version (#3205)
githubmanticore Mar 18, 2025
66cfed6
chore: Bumped manticore-load version to: 1.18.0+25031816-ecbb7e88-dev…
githubmanticore Mar 18, 2025
6564a81
docs: fixed a broken link
sanikolaev Mar 19, 2025
a49c20d
fixed an issue with determining the local time zone on linux
glookka Mar 19, 2025
feb77a7
updated test_468
glookka Mar 19, 2025
9522505
Fix timezon test-inconsistent-comunication-with-buddy.rec and update …
PavelShilin89 Mar 19, 2025
9bfc742
Merge branch 'master' into time_zone_fix
glookka Mar 19, 2025
f02cb67
Merge pull request #3222 from manticoresoftware/time_zone_fix
glookka Mar 19, 2025
80ff3a9
SELECT does not wait for FREEZE + UPDATE (#2805)
PavelShilin89 Mar 19, 2025
7d1e4ed
Created test-update-with-query-log-min-msec.rec (#3210)
PavelShilin89 Mar 19, 2025
c2057f8
Implement test on concurrency insert/update in cluster environment fo…
donhardman Mar 12, 2025
7c31509
Implement test on directory is not empty issue for #3075
donhardman Mar 12, 2025
773c896
Use latest CLT version
donhardman Mar 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .github/workflows/clt_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
test_prefix: test/clt-tests/optimisation-and-update/
- name: Sharding and Replication
test_prefix: test/clt-tests/sharding/
- name: Bugs
test_prefix: test/clt-tests/bugs/
- name: Indexer
test_prefix: test/clt-tests/indexer/
steps:
- uses: manticoresoftware/[email protected].3
- uses: manticoresoftware/[email protected].5
with:
artifact: ${{ inputs.artifact_name }}
image: ${{ inputs.docker_image }}
Expand Down
Empty file added .patterns
Empty file.
2 changes: 1 addition & 1 deletion api/libsphinxclient/sphinxclient.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2001-2016, Andrew Aksyonoff
// Copyright (c) 2008-2016, Sphinx Technologies Inc
// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
// All rights reserved
//
// This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion api/sphinxapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Copyright (c) 2001-2016, Andrew Aksyonoff
// Copyright (c) 2008-2016, Sphinx Technologies Inc
// Copyright (c) 2019-2024, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2019-2025, Manticore Software LTD (https://manticoresearch.com)
// All rights reserved
//
// This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindMysql.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#=============================================================================
# Copyright 2015 Sphinx Technologies, Inc.
# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindZSTD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# If library is found, imported target ZSTD::ZSTD is produced to link with.
#
#=============================================================================
# Copyright 2021-2024, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2021-2025, Manticore Software LTD (https://manticoresearch.com)
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion cmake/Findre2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# WITH_RE2_LIBS - where to search for the lib

#=============================================================================
# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2015-2016 Sphinx Technologies, Inc.
#
# Distributed under the OSI-approved BSD License (the "License");
Expand Down
2 changes: 1 addition & 1 deletion cmake/GetICU.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion cmake/GetJIEBA.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion cmake/GetRE2.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion cmake/GetSTEMMER.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion cmake/mincore_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# and so, this special testing is necessary to successfully compile.
#
#=============================================================================
# Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
# Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
Expand Down
10 changes: 5 additions & 5 deletions component-licenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the components.

Copyright:
```
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
All rights reserved
```
Manticore Search is released under [GPL v3 or later](https://raw.githubusercontent.com/manticoresoftware/manticoresearch/master/LICENSE).
Expand Down Expand Up @@ -66,7 +66,7 @@ Manticore Search binaries may dynamically load and utilize the library at runtim

Copyright:
```
Copyright (c) 2020-2024, Manticore Software LTD (https://manticoresearch.com)
Copyright (c) 2020-2025, Manticore Software LTD (https://manticoresearch.com)
All rights reserved
```

Expand All @@ -80,7 +80,7 @@ Copyright:
```
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
All rights reserved

This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -114,7 +114,7 @@ Copyright:
```
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
All rights reserved

This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -212,7 +212,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
=============================================================================
Copyright 2015 Sphinx Technologies, Inc.
Copyright 2017-2024, Manticore Software LTD (https://manticoresearch.com)
Copyright 2017-2025, Manticore Software LTD (https://manticoresearch.com)

Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion config/config_cmake.h.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2022-2024, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2022-2025, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2001-2016, Andrew Aksyonoff
// Copyright (c) 2008-2016, Sphinx Technologies Inc
// All rights reserved
Expand Down
6 changes: 3 additions & 3 deletions deps.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
backup 1.9.1+25021722-22bd3a05-dev
buddy 3.25.2+25030515-c240bded-dev
mcl 4.1.2 25031117 67f5136
buddy 3.26.3+25031718-2424762a-dev
mcl 4.1.2 25031206 15bbcc7
executor 1.3.1 25011510 1856ac9
tzdata 1.0.1 240904 3ba592a
load 1.17.0+25022618-55567dd9-dev
load 1.18.0+25031816-ecbb7e88-dev
---
! Do not change the separator that splits this desc from the data
This file should contain one line per package with a version lock.
Expand Down
2 changes: 1 addition & 1 deletion doc/indexer.1
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ into the specified file, in a MySQL compatible syntax. The resulting dumps are t
Manticore Software LTD (https://manticoresearch\&.com)
.SH "COPYRIGHT"
.PP
Copyright 2017\-2024 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
Copyright 2017\-2025 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
.PP
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation\&.
.SH "SEE ALSO"
Expand Down
2 changes: 1 addition & 1 deletion doc/indextool.1
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ SET GLOBAL AUTO_OPTIMIZE=1;
Manticore Software LTD (https://manticoresearch\&.com)
.SH "COPYRIGHT"
.PP
Copyright 2017\-2024 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
Copyright 2017\-2025 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
.PP
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation\&.
.SH "SEE ALSO"
Expand Down
2 changes: 1 addition & 1 deletion doc/md2man.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authorAndCopyright=$(cat <<-END
Manticore Software LTD (https://manticoresearch\&.com)
.SH "COPYRIGHT"
.PP
Copyright 2017\-2024 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
Copyright 2017\-2025 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
.PP
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation\&.
END
Expand Down
2 changes: 1 addition & 1 deletion doc/searchd.1
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Manticore utilizes the \fB\fCplugin_dir\fR for storing and using Manticore Buddy
Manticore Software LTD (https://manticoresearch\&.com)
.SH "COPYRIGHT"
.PP
Copyright 2017\-2024 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
Copyright 2017\-2025 Manticore Software LTD (https://manticoresearch\&.com), 2008\-2016 Sphinx Technologies Inc (http://sphinxsearch\&.com), 2001\-2016 Andrew Aksyonoff
.PP
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation\&.
.SH "SEE ALSO"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ index_sp = {0|1}

Controls detection and indexing of sentence and paragraph boundaries. Optional, default is 0 (no detection or indexing).

This directive enables the detection and indexing of sentence and paragraph boundaries, making it possible for the [SENTENCE](../../Searching/Full_text_matching/Operators.md#SENTENCE-and-PARAGRAPH-operators) and [PARAGRAPH](../../Searching/Full_text_matching/Operators.md#SENTENCE-and-PARAGRAPH-operators) operators to work. Sentence boundary detection is based on plain text analysis, and only requires setting `index_sp = 1` to enable it. Paragraph detection, however, relies on HTML markup and occurs during the [HTML stripping process](../../Creating_a_table/NLP_and_tokenization/Advanced_HTML_tokenization.md#html_strip. As such, to index paragraph boundaries, both the index_sp directive and the html_strip directive must be set to 1.
This directive enables the detection and indexing of sentence and paragraph boundaries, making it possible for the [SENTENCE](../../Searching/Full_text_matching/Operators.md#SENTENCE-and-PARAGRAPH-operators) and [PARAGRAPH](../../Searching/Full_text_matching/Operators.md#SENTENCE-and-PARAGRAPH-operators) operators to work. Sentence boundary detection is based on plain text analysis, and only requires setting `index_sp = 1` to enable it. Paragraph detection, however, relies on HTML markup and occurs during the [HTML stripping process](../../Creating_a_table/NLP_and_tokenization/Advanced_HTML_tokenization.md#html_strip). As such, to index paragraph boundaries, both the index_sp directive and the html_strip directive must be set to 1.

The following rules are used to determine sentence boundaries:

Expand Down Expand Up @@ -468,4 +468,4 @@ table products {
}
```
<!-- end -->
<!-- proofread -->
<!-- proofread -->
2 changes: 1 addition & 1 deletion manual/Installation/Debian_and_Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $ sudo -u manticore indexer
Manticore 3.5.4 13f8d08d@201211 release
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
Copyright (c) 2017-2020, Manticore Software LTD (https://manticoresearch.com)

Built by gcc/clang v 5.4.0,

Expand Down
2 changes: 1 addition & 1 deletion mysqlse/ha_sphinx.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2001-2016, Andrew Aksyonoff
// Copyright (c) 2008-2016, Sphinx Technologies Inc
// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
// All rights reserved
//
// This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/accumulator.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2001-2016, Andrew Aksyonoff
// Copyright (c) 2008-2016, Sphinx Technologies Inc
// All rights reserved
Expand Down
2 changes: 1 addition & 1 deletion src/accumulator.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
// All rights reserved
//
// This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/aggregate.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2001-2016, Andrew Aksyonoff
// Copyright (c) 2008-2016, Sphinx Technologies Inc
// All rights reserved
Expand Down
2 changes: 1 addition & 1 deletion src/aggregate.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2017-2025, Manticore Software LTD (https://manticoresearch.com)
// Copyright (c) 2001-2016, Andrew Aksyonoff
// Copyright (c) 2008-2016, Sphinx Technologies Inc
// All rights reserved
Expand Down
Loading