👀 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
Buddy loose records in log (debugv mode)
Bug Description: #!/usr/bin/env bash set -x docker stop kafka && docker rm kafka docker stop manticore && docker rm manticore wget -O /tmp/import.sh https://raw.githubusercontent.com/manticoresoftware/manticoresearch-buddy/main/test/Kafka/import.sh wget - …
djklim87 · 2024-09-10 · 1 · #342
bugest::size_S
Autosharding tests: Outage & Rebalancing
donhardman · 2024-09-02 · 2 · #160
est::size_L
sanikolaev · 2024-08-27
Incorrect behaviour with reserved words in CREATE ... LIKE ...
Bug Description: When we use a word that's a common reserved word, it seems our parser doesn't recognize it and can't parse it properly. The fix here is that if we can't understand and need to escape this type of table name, we should send a clearer error …
donhardman · 2024-09-10 · 0 · #324
bugest::size_S
Autosharding tests: Outage & Rebalancing
donhardman · 2024-09-02 · 2 · #160
est::size_L
PavelShilin89 · 2024-09-02
Handling of incompatible plugins
Think what we can do with things like this: mysql> show version; +-----------+--------------------------------+ | Component | Version | +-----------+--------------------------------+ | Daemon | 6.2.13 7e1e4f312@24021217 dev | | Columnar | columnar 2.2.5 …
sanikolaev · 2024-02-20 · 2 · #211
Improve table formatter approach
donhardman · 2024-10-30 · 4 · #369
bug
sanikolaev · 2024-10-23
Added the handling of bigints; updated deps
Nick-S-2018 · 2024-11-05 · 0 · #335
Improve table formatter approach
donhardman · 2024-10-30 · 4 · #369
bug
donhardman · 2024-10-25
Applying specific table settings when creating a table by autoschema
Proposal: Sometimes, a table auto-created by a request from an Elastic tool (e.g., Kibana) requires specific settings to be applied ( e.g., enabling min_infix_len , etc.). We need to be able to recognize such requests by their endpoints and apply required …
Nick-S-2018 · 2024-09-10 · 0 · #343
est::size_S
Improve table formatter approach
donhardman · 2024-10-30 · 4 · #369
bug
donhardman · 2024-10-30
Distributed inserts (_bulk, replace, update)
Proposal: We should implement the logic and stick to JSON protocol ONLY for the initial version when we are able to insert into sharded tables on the Buddy side. Key considerations: Implement id generation on the Buddy side that is easy to maintain and …
donhardman · 2024-11-05 · 0 · #392
est::size_M
Improve table formatter approach
donhardman · 2024-10-30 · 4 · #369
bug
donhardman · 2024-10-30
donhardman · 2024-10-30 · 0 · #386
Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).
donhardman · 2024-09-05 · 3 · #207
sanikolaev · 2024-02-08
Improve table formatter approach
Bug Description: The table version of view for SHOW VERSION query gives us JSON curl http://localhost:9308/cli?show%20version [ { "total": 5, "error": "", "warning": "", "columns": [ { "Component": { "type": "string" } }, { "Version": { "type": "string" } …
donhardman · 2024-10-30 · 4 · #369
bug
Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).
donhardman · 2024-09-05 · 3 · #207
donhardman · 2024-02-08
Fuzzy search does not work in some cases
Bug Description: MRE: mysql -h0 -P9306 -e "select id from comment_28798446 WHERE match('buisness Manticore interation') option fuzzy = 1, layouts = ''" ERROR 1064 (42000) at line 1: unknown option 'fuzzy' We should investigate and fix it. Manticore Search …
donhardman · 2024-10-21 · 3 · #373
bug
donhardman · 2023-01-06 · 1 · #72
sanikolaev · 2023-01-06
Broken auto-schema after changes in Manticore
Bug Description: There is an issue with CI, and tests are failing for auto schema. Here is the pipeline: https://github.com/manticoresoftware/manticoresearch-buddy/actions/runs/11211972076/job/31397270089 After a brief investigation, it looks like the …
donhardman · 2024-10-18 · 4 · #372
bug
Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).
donhardman · 2024-09-05 · 3 · #207
donhardman · 2024-09-05
Proposal: We should implement the following fixes in our Kafka integration: Multiple queries for starting or stopping a worker (like 2-3 starts in a row) silently do nothing. We should return an error to the user when they perform 2 or more suspend=1 …
donhardman · 2024-11-04 · 4 · #381
Nick-S-2018 · 2024-06-26 · 13 · #271
rel::6.3.2
sanikolaev · 2024-05-28
create table if not exists ... with data failed on table exists
Bug Description: Here's an improved version of your text: When we try to copy a table using CREATE TABLE ... LIKE ... [WITH DATA] , we can't use the IF NOT EXISTS option. Expected behavior: nothing happens (no error) mysql> CREATE TABLE comment; mysql> …
donhardman · 2024-11-04 · 7 · #325
bugest::size_S
"drop table if exists t; create table t" via /cli hangs
sanikolaev · 2024-06-26 · 8 · #275
bugrel::6.3.2
sanikolaev · 2024-05-28
We should add functionality to support dropping shared tables. The command should clean up everything associated with the shared table. To make this happen, we should start with a special command DROP SHARDED TABLE . After that, we'll migrate to use the …
donhardman · 2024-10-23 · 6 · #266
est::size_M
Update PHP codestyle to the latest version
donhardman · 2022-12-23 · 1 · #62
donhardman · 2022-12-23
Added support for float_vector to autoschema, updated tests
Nick-S-2018 · 2024-11-04 · 0 · #387
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-23 · 4 · #366
bug
djklim87 · 2024-10-09
We should add support for altering sharded tables. Currently, there is no alter supported on the distributed table, so we can catch it with Buddy and process the logic. Altering a sharded table should drop the distributed table, alter all sharded tables, …
donhardman · 2024-04-29 · 0 · #265
enhancementest::size_M
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-23 · 4 · #366
bug
djklim87 · 2024-10-11
Rename all tables we use in Queue plugin to be started with _
Proposal: As we discussed earlier, we should rename our system-created tables in the queue plugin to start with an underscore. They should also be prefixed with the plugin name, so all tables should follow the format queue[something]. This fulfills our …
donhardman · 2024-06-14 · 0 · #298
est::size_S
Nick-S-2018 · 2024-05-29 · 3 · #294
donhardman · 2024-05-28
We already have the option to skip loading the selected plugin when the daemon starts, but if we try to skip installing many plugins, any further conditions will be skipped when we go beyond the number of characters that can be processed. Reproducing this …
PavelShilin89 · 2024-08-22 · 0 · #344
bug
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-23 · 4 · #366
bug
djklim87 · 2024-10-22
Proposal: Currently, we support Apache Superset 3.x, but version 4.x is now available on the market. We should validate our existing support and implement any missing handlers to fully support the new version. Checklist: To be completed by the assignee. …
donhardman · 2024-11-04 · 1 · #388
est::NO_ESTIMATE
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-23 · 4 · #366
bug
PavelShilin89 · 2024-10-23
Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).
We need to ensure that changes to the cluster, necessary for replicating shards in the auto-sharding scheme, can't be made through direct requests but are only permitted from the user side. This task is on hold due to: https://github.com/manticoresoftware …
donhardman · 2024-09-05 · 3 · #207
No float_vector support in Auto schema
PavelShilin89 · 2024-10-31 · 1 · #377
bug
Nick-S-2018 · 2024-10-30
Added support for Kibana visualisations
Nick-S-2018 · 2024-10-01 · 1 · #350
Added functional tests handler and insert query test
Nick-S-2018 · 2022-12-20 · 1 · #50
donhardman · 2022-12-16