GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

9877 results 19 ms in manticoresoftware/manticoresearch

🆕 Update mcl version

Update mcl version to: 2.2.5 24051706 a915428 which includes: a915428 CI: bug fix in pack_publish.yml

githubmanticoregithubmanticore · 2024-05-17 · 1 · #2196

Extended quote and double quote functionality

anStalfanStalf · 2024-05-20 · 1 · #2133

est::NO_ESTIMATE

Supporting double quotes for inserts is not a big deal (probably just a one-line change). Supporting it in other cases (e.g. where match and string comparison) requires more work and better thinking. We need to decide whether we want to support double …

sanikolaevsanikolaev · 2024-05-20

Split build and push stages for docker image

donhardmandonhardman · 2024-05-17 · 5 · #2194

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

@sanikolaev JFY Import command performs copy itself. So we can skip 2nd step

djklim87djklim87 · 2024-04-24

Update deps.txt to update MCL

sanikolaevsanikolaev · 2024-05-17 · 0 · #2195

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Wait for review https://github.com/manticoresoftware/manticoresearch-buddy/pull/257

djklim87djklim87 · 2024-04-24

🆕 Update backup version

Update backup version to: 1.3.7 24051609 2c8d9d9 which includes 2c8d9d9 Use external action to update deps and create pull request to manticoresearch b3da551 Do not use Buddy when we run tests due to currently it uses connections and also we do not need …

githubmanticoregithubmanticore · 2024-05-17 · 0 · #2187

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Done https://github.com/manticoresoftware/manticoresearch-buddy/commit/07968235e4190756e4b623a606a0c7f85b909ec3

djklim87djklim87 · 2024-04-26

OPTIMIZE fails, then it says no such table (rt index)

The problem: OPTIMIZEing an RT index fails, then manticore says the table doesn't exist. Debian, 4CPU, 32RAM There is only 1 server, running 1 manticore instance with 2 RT indexes (and this issue is talking about 1 of the indexes only). Only using the …

Lot-ArtLot-Art · 2024-05-17 · 20 · #2097

bugwaiting

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Reopening to updated the docs.

sanikolaevsanikolaev · 2024-04-29

Crash when search in rt table with non-empty index_token_filter

Bug Description: create table t (t text); insert into t values (0,'bla'); flush ramchunk t; insert into t values (0,'bla'); flush ramchunk t; alter table t index_token_filter = 'abc'; select * from t where match ('bla'); Last statement causes crash. …

klirichekklirichek · 2024-05-16 · 2 · #2177

bugrel::upcoming

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Done in PR https://github.com/manticoresoftware/manticoresearch/pull/2123

djklim87djklim87 · 2024-05-02

Added support for-ubuntu-noble

PavelShilin89PavelShilin89 · 2024-05-16 · 2 · #2163

1👀1

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Pls update the docs. More in the PR

sanikolaevsanikolaev · 2024-05-02

Fixed inserts vs local timezones

Fixed inserts vs local timezones

glookkaglookka · 2024-05-16 · 7 · #2180

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Done

djklim87djklim87 · 2024-05-05

Test/exceptions stopwords wordforms validation release to dev

Created test/clt-tests/installation/exceptions-stopwords-wordforms-validation-release-to-dev.rec to verify that there are no errors and no errors and warnings when using exceptions, stopwords and wordforms, after migrating from release version to dev

PavelShilin89PavelShilin89 · 2024-05-16 · 6 · #2170

done

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Reopening since: it seems to be not working on dev2: ysql> show version; ------------- how version ------------- -----------+--------------------------------+ Component | Version | -----------+--------------------------------+ Daemon | 6.2.13 694cbe53d@ …

sanikolaevsanikolaev · 2024-05-06

Created new job clt-macos in clt_nightly.yml

Created a new runner that should be able to run aarch64 linux docker images and using it in our nightly install/upgrade tests.

PavelShilin89PavelShilin89 · 2024-05-16 · 37 · #2181

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

@PavelShilin89 we need to cover the new functionality with tests

djklim87djklim87 · 2024-05-06

Error: GPG check FAILED when installing in platform linux/arm64 image almalinux:9

…MRE docker run -it --rm --platform linux/arm64 almalinux:9 /bin/bash Unable to find image 'almalinux:9' locally 9: Pulling from library/almalinux Digest: sha256:08a1a5e016709844c5cfc0b003a24005d6464fa94f6bad582c14ab508a2dd634 Status: Downloaded newer …

PavelShilin89PavelShilin89 · 2024-05-16 · 7 · #2150

bug

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Reopening since: * it seems to be not working on dev2: ``` mysql> show version; -------------- show version -------------- +-----------+--------------------------------+ | Component | Version | +-----------+--------------------------------+ | Daemon | 6.2 …

djklim87djklim87 · 2024-05-06

Recent test depends from local host timezone and fails if it is not UTC

Bug Description: clause from test 446, pushed in 973703b8 INSERT into rt1 (id, tid) values (1, 1568577600), (2, '2019-10'),(3, '2019-10-15T20:00'); SELECT id, tid, date_format(tid, '%Y-%m-%dT%H:%M') as d from rt1 order by id asc; expected result is …

klirichekklirichek · 2024-05-16 · 5 · #2160

bugrel::upcoming

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Fixed in 60c90e774faeb9d38b23ea8ab24919aad3bdd7c3 LGTM now.

sanikolaevsanikolaev · 2024-05-07

Update backup version

Update backup version to: 1.3.7 24051407 79f4033 79f4033 Change token name 531c206 Path token also 8cb1fd1 Implement fix 0321f77 Use extracted action 537c43c Fix 5ba55a5 Fix b13f6a3 Update config to prepare to use it in actions to extract 13cc737 Detect …

githubmanticoregithubmanticore · 2024-05-16 · 1 · #2174

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

@djklim87 a case was seen in which a table with data could not be copied. Please note that the folder itself is created. root@68d3b57be072:/# echo "a > b" > /tmp/wf; mysql -P9306 -h0 -e "drop table if exists t; create table t(f text) wordforms='/tmp/wf'; …

PavelShilin89PavelShilin89 · 2024-05-07

Fixing installation and upgrade tests

Fixing rhel-dev-install.rec, rhel-release-install.rec, start-searchd-dev.recb

PavelShilin89PavelShilin89 · 2024-05-17 · 17 · #2199

done

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

case was seen in which a table with data could not be copied You probably meant the case of a table without data. Reassigned this issue to Klim.

sanikolaevsanikolaev · 2024-05-08

FLUSH RAMCHUNK fails with "Too many open files" (rt_mem_limit 10GB)

Bug Description: flush ramchunk fails with Too many open files and a loss of the table when rt_mem_limit is 10 gigabytes. The problem started in one of these 3 commits: MRE Config: snikolaev@dev2:~$ cat configless.conf searchd { listen = 9315:mysql listen …

sanikolaevsanikolaev · 2024-05-17 · 5 · #2172

bugrel::upcoming

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

a case was seen in which a table with data could not be copied. Please note that the folder itself is created. at the moment on the initial table without data everything works. This case has a different problem, @djklim87 and I have already discussed it.

PavelShilin89PavelShilin89 · 2024-05-08

Gpg verification of linux/arm64 platform

PavelShilin89PavelShilin89 · 2024-05-17 · 0 · #2202

done

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

at the moment on the initial table without data everything works Not working for me on dev2: snikolaev@dev2:~$ mysql -P9306 -h0 -e "drop table if exists t; create table t; drop table if exists t2; create table t2 like t with data; show table t2 status" …

sanikolaevsanikolaev · 2024-05-08

Duplication of entries during sharding (distributed indexes)

Manticore 3.5.2 226a38d4@201006 If an entry with similar ID gets to a distributed index more than once (due to the connection of local indecies), facet search and grouping start working incorrectly. Demonstration of incorrect counting of tags in the facet …

denfmdenfm · 2024-05-17 · 3 · #429

waitingwontfix

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Blocked by https://github.com/manticoresoftware/manticoresearch/issues/2154

djklim87djklim87 · 2024-05-08

CI: Push docker test-kit after tests

Bug Description: We currently push the docker test-kit image before running the CLT tests. However, if the tests fail, we might end up with a corrupted build that gets used in other repositories like manticoresearch-buddy and so on. To prevent this issue, …

donhardmandonhardman · 2024-05-17 · 1 · #2192

bug

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Blocked by https://github.com/manticoresoftware/manticoresearch/issues/2154 Unblocked.

sanikolaevsanikolaev · 2024-05-10

🆕 Update buddy version

Update buddy version to: 2.3.7 24051705 d83b42c which includes: d83b42c Add missed revision to the update-deps action dbf0569 Update buddy core and fix tests b386f38 Improve show queries test to be flexible f8d8ef1 Update manticoresearch deps with custom …

githubmanticoregithubmanticore · 2024-05-17 · 0 · #2198

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Copying an empty table is still not working for me on the latest dev version: snikolaev@dev2:~$ mysql -P9306 -h0 -v Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1892 Server version: 6.2.13 db4442c8b@24051014 dev ( …

sanikolaevsanikolaev · 2024-05-10

🆕 Update backup version

Update backup version to: 1.3.7 24051704 f4b6c03 which includes: f4b6c03 Add missed revision to the update-deps action 2c8d9d9 Use external action to update deps and create pull request to manticoresearch b3da551 Do not use Buddy when we run tests due to …

githubmanticoregithubmanticore · 2024-05-17 · 5 · #2168

CREATE TABLE new_table LIKE existing_table WITH DATA

sanikolaevsanikolaev · 2024-05-20 · 26 · #1788

rel::upcomingest::size_Sbuddy_candidate

Yes, it's correct. I didn't release my fixes yet

djklim87djklim87 · 2024-05-10