👀 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
Skip plugin arg and move sharding create table logic to related plugin
donhardman · 2024-05-20 · 0 · #293
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-11 · 2 · #366
bug
djklim87 · 2024-10-09
donhardman · 2023-02-20 · 0 · #99
Autosharding tests: Outage & Rebalancing
donhardman · 2024-09-02 · 2 · #160
est::size_L
sanikolaev · 2024-08-27
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
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-11 · 2 · #366
bug
djklim87 · 2024-10-11
Add possibility to drop sharded table
donhardman · 2024-09-24 · 0 · #354
Autosharding tests: Outage & Rebalancing
donhardman · 2024-09-02 · 2 · #160
est::size_L
PavelShilin89 · 2024-09-02
Bug Description: Sometimes when running multiple queries, we notice that internal communication from the Buddy to the daemon gets a "104: connection reset by peer" error. We need to figure out why this happens, create a minimal reproducible example (MRE) …
donhardman · 2024-07-22 · 1 · #322
bug
Incorrect error message for KNN query: `Undefined array key 0`
PavelShilin89 · 2024-10-11 · 3 · #363
bug
djklim87 · 2024-10-09
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-11 · 0 · #372
bug
Check min_infix_len before we do fuzzy/autocomplete logic
donhardman · 2024-09-12 · 6 · #330
donhardman · 2024-08-01
Nick-S-2018 · 2024-05-29 · 3 · #294
Check min_infix_len before we do fuzzy/autocomplete logic
donhardman · 2024-09-12 · 6 · #330
sanikolaev · 2024-08-01
Handle @timestamp column as timestamp
Logstash sends a column named @timestamp to Buddy. To keep consistency between the logic of daemon and Buddy, we need to handle it as timestamp regardless of its actual content.
Nick-S-2018 · 2024-02-22 · 3 · #218
Incorrect error message for KNN query: `Undefined array key 0`
PavelShilin89 · 2024-10-11 · 3 · #363
bug
donhardman · 2024-10-10
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
Check min_infix_len before we do fuzzy/autocomplete logic
donhardman · 2024-09-12 · 6 · #330
donhardman · 2024-08-02
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-09-24 · 2 · #266
est::size_M
Incorrect error message for KNN query: `Undefined array key 0`
PavelShilin89 · 2024-10-11 · 3 · #363
bug
djklim87 · 2024-10-11
High severity issues in manticore-buddy
I've installed manticore and manticore-buddy in an ubuntu:22.04 image, and docker scout has reported 2 high severity issues (CVE-2023-43655 and CVE-2024-24821) in the shipped pkg:composer/composer/[email protected] The fix is to upgrade composer to either 2. …
jsuto · 2024-05-23 · 1 · #254
rel::6.3.0_or_2.3.10
Incorrect KNN query execution without specifying index parameters in float_vector field
PavelShilin89 · 2024-10-11 · 4 · #368
bug
djklim87 · 2024-10-09
djklim87 · 2024-10-10 · 0 · #371
Check min_infix_len before we do fuzzy/autocomplete logic
donhardman · 2024-09-12 · 6 · #330
donhardman · 2024-08-06
Incorrect handling of KNN query when using an int field for the vector
Description: When creating a table with a vector field of type int and attempting to insert data as a string array into this field, an error occurs when executing a KNN query. Instead of returning a detailed error indicating the incorrect data type for …
PavelShilin89 · 2024-10-11 · 2 · #366
bug
Check min_infix_len before we do fuzzy/autocomplete logic
donhardman · 2024-09-12 · 6 · #330
sanikolaev · 2024-08-22
Fixed the handling of queries from DbForge MySQL tool
Nick-S-2018 · 2024-09-24 · 0 · #349
Incorrect KNN query execution without specifying index parameters in float_vector field
PavelShilin89 · 2024-10-11 · 4 · #368
bug
djklim87 · 2024-10-09
Added the handling of the '@timestamp' column
Nick-S-2018 · 2024-02-20 · 0 · #219
Incorrect KNN query execution without specifying index parameters in float_vector field
PavelShilin89 · 2024-10-11 · 4 · #368
bug
donhardman · 2024-10-10
Incorrect error message for KNN query: `Undefined array key 0`
When executing a KNN query with an incorrect table structure, a non-informative error Undefined array key 0 is returned. The vector float_vector field should be vector float_vector knn_type=‘hnsw’ knn_dims=‘4’ hnsw_similarity=‘l2’ . A more precise error …
PavelShilin89 · 2024-10-11 · 3 · #363
bug
Check min_infix_len before we do fuzzy/autocomplete logic
donhardman · 2024-09-12 · 6 · #330
PavelShilin89 · 2024-09-06
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
Incorrect KNN query execution without specifying index parameters in float_vector field
PavelShilin89 · 2024-10-11 · 4 · #368
bug
djklim87 · 2024-10-11
Autodetection of data types imported from Elastic
Proposal: Continuation of https://github.com/manticoresoftware/buddy-plugin-insert/issues/6 : We need to be able to detect data types in cases when data is imported to Manticore from Elastic, e.g., with Elasticdump. Now, there are three Elastic's types …
sanikolaev · 2024-08-21 · 7 · #268
Incorrect handling of string array insertion into float_vector field
PavelShilin89 · 2024-10-11 · 3 · #367
bug
djklim87 · 2024-10-09
Incorrect KNN query execution without specifying index parameters in float_vector field
Description: When creating a table with a float_vector field without specifying essential index parameters like knn_type, knn_dims, and hnsw_similarity, KNN queries result in an “Undefined array key 0” error. Even though the vector data is correctly …
PavelShilin89 · 2024-10-11 · 4 · #368
bug
Incorrect handling of string array insertion into float_vector field
PavelShilin89 · 2024-10-11 · 3 · #367
bug
donhardman · 2024-10-10
Looks like the auto-schema implementation fails when the insert is multi-line: drop table if exists t; insert into t (id, i) values (0, 1), (0, 2); fails like this: mysql> drop table if exists t; Query OK, 0 rows affected (0.00 sec) mysql> insert into t ( …
sanikolaev · 2024-05-23 · 1 · #239
bugrel::6.3.0_or_2.3.10
donhardman · 2023-01-06 · 1 · #72
sanikolaev · 2023-01-06