👀 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
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 knn search by doc id
Nick-S-2018 · 2025-01-13 · 3 · #428
bug
donhardman · 2025-01-07
donhardman · 2023-02-20 · 0 · #99
Distributed inserts (_bulk, replace, update)
donhardman · 2025-02-06 · 20 · #392
est::size_M
donhardman · 2024-11-12
Fix: metric deserialization issue and new buddy-core
donhardman · 2024-12-17 · 1 · #422
donhardman · 2025-02-03 · 1 · #474
sanikolaev · 2025-02-03
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
Distributed inserts (_bulk, replace, update)
donhardman · 2025-02-06 · 20 · #392
est::size_M
sanikolaev · 2024-11-12
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
Incorrect knn search by doc id
Nick-S-2018 · 2025-01-13 · 3 · #428
bug
donhardman · 2025-01-08
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 · 2025-02-06 · 20 · #392
est::size_M
Incorrect knn search by doc id
Nick-S-2018 · 2025-01-13 · 3 · #428
bug
Nick-S-2018 · 2025-01-13
Fix issue with drop sharded table
donhardman · 2024-10-23 · 0 · #383
Use json for state value and update code to fix sharding timeout exceed
donhardman · 2025-01-07 · 1 · #432
donhardman · 2025-01-07
Proposal: We should add a check on the Buddy side for supported versions in case Manticore sends an incorrect version. We should print the unsupported version to the Buddy log and not handle unsupported requests. Checklist: To be completed by the assignee …
donhardman · 2024-10-31 · 2 · #378
est::size_S
Distributed inserts (_bulk, replace, update)
donhardman · 2025-02-06 · 20 · #392
est::size_M
sanikolaev · 2024-11-12
Rename expansionLimit -> expansionLen
donhardman · 2024-07-25 · 0 · #323
enhancement
Distributed inserts (_bulk, replace, update)
donhardman · 2025-02-06 · 20 · #392
est::size_M
donhardman · 2024-11-12
Update composer deps to support initialization without access to plug…
…gable dir
donhardman · 2024-11-19 · 0 · #398
Increasing Swoole's `package_max_length`
Nick-S-2018 · 2025-01-13 · 5 · #423
rel::7.0.0
Nick-S-2018 · 2024-12-18
Add support of bulk and SQL to distributed inserts
Proposal: We should add logic that will support our own endpoint bulk and will parse it the same way we do for _bulk to make insertion into distributed tables possible. Also, as discussed before, we should explore the possibility of using our old SQL …
donhardman · 2025-02-06 · 5 · #408
Increasing Swoole's `package_max_length`
Nick-S-2018 · 2025-01-13 · 5 · #423
rel::7.0.0
donhardman · 2024-12-23
Queues MV: Show query compile error
djklim87 · 2025-01-17 · 0 · #456
Distributed inserts (_bulk, replace, update)
donhardman · 2025-02-06 · 20 · #392
est::size_M
sanikolaev · 2024-11-13
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 · 2025-02-06 · 6 · #369
bug
Misleading error "unknown option 'fuzzy'"
sanikolaev · 2024-11-26 · 6 · #395
bug
donhardman · 2024-11-13
Fix critical bug with increasing of runtimes on exception
donhardman · 2023-11-02 · 1 · #170
Increasing Swoole's `package_max_length`
Nick-S-2018 · 2025-01-13 · 5 · #423
rel::7.0.0
Nick-S-2018 · 2025-01-07
Fix mixed operations in bulk to distributed table
donhardman · 2025-02-06 · 1 · #485
Distributed inserts (_bulk, replace, update)
donhardman · 2025-02-06 · 20 · #392
est::size_M
donhardman · 2024-11-26
https://github.com/manticoresoftware/manticoresearch-buddy/pull/478 can't pass all the tests due to a permissions issue. This is a copy.
sanikolaev · 2025-02-01 · 1 · #481
Misleading error "unknown option 'fuzzy'"
sanikolaev · 2024-11-26 · 6 · #395
bug
donhardman · 2024-11-14
Failure in "Build test kit ..." when the PR is from a fork
Hopefully fixes this https://github.com/manticoresoftware/manticoresearch-buddy/actions/runs/13088640038/job/36524015494?pr=478#step:2:137
sanikolaev · 2025-02-01 · 0 · #479
Distributed inserts (_bulk, replace, update)
donhardman · 2025-02-06 · 20 · #392
est::size_M
donhardman · 2024-11-27
Use json for state value and update code to fix sharding timeout exceed
Migrate sharding schema to fix issue with "Waiting timeout exceed" due to \n escaping in response
donhardman · 2025-01-06 · 0 · #430
Increasing Swoole's `package_max_length`
Nick-S-2018 · 2025-01-13 · 5 · #423
rel::7.0.0
sanikolaev · 2025-01-09
Use 127.0.0.1 for node ID in sharding
donhardman · 2025-02-06 · 0 · #484
Misleading error "unknown option 'fuzzy'"
sanikolaev · 2024-11-26 · 6 · #395
bug
PavelShilin89 · 2024-11-20
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
Distributed inserts (_bulk, replace, update)
donhardman · 2025-02-06 · 20 · #392
est::size_M
sanikolaev · 2024-11-27