๐ 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
Incorrect knn search by doc id
Nick-S-2018 ยท 2025-01-13 ยท 3 ยท #428
bug
donhardman ยท 2025-01-07
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
Proposal: We should configure the repository to allow merging pull requests ONLY when all Manticore Search CLT tests pass. Also, once we merge to main, we should disable running CLT tests entirely, because in some cases when we modify tests outside of โฆ
donhardman ยท 2025-01-24 ยท 0 ยท #474
Incorrect knn search by doc id
Nick-S-2018 ยท 2025-01-13 ยท 3 ยท #428
bug
Nick-S-2018 ยท 2025-01-13
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
Use json for state value and update code to fix sharding timeout exceed
donhardman ยท 2025-01-07 ยท 1 ยท #432
donhardman ยท 2025-01-07
Update README with info about meta in protocol
donhardman ยท 2024-11-13 ยท 0 ยท #396
Increasing Swoole's `package_max_length`
Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423
rel::upcoming
Nick-S-2018 ยท 2024-12-18
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-01-23 ยท 16 ยท #392
est::size_M
Increasing Swoole's `package_max_length`
Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423
rel::upcoming
donhardman ยท 2024-12-23
drop sharded table if exists test
donhardman ยท 2025-01-23 ยท 4 ยท #447
Increasing Swoole's `package_max_length`
Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423
rel::upcoming
Nick-S-2018 ยท 2025-01-07
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
Increasing Swoole's `package_max_length`
Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423
rel::upcoming
sanikolaev ยท 2025-01-09
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
Increasing Swoole's `package_max_length`
Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423
rel::upcoming
Nick-S-2018 ยท 2025-01-13
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-01-22 ยท 5 ยท #408
Fix/handling distributed tables
sanikolaev ยท 2025-01-24 ยท 2 ยท #475
github-actions[bot] ยท 2025-01-24
Autosharding tests: Outage & Rebalancing
Validate rebalancing during node outages while maintaining the replication factor. Ignore rebalancing when any part of the shards is missing. Ensure we are not performing a rebalance during a short-term node outage. Check shard rebalancing when a new node โฆ
donhardman ยท 2024-09-02 ยท 2 ยท #160
est::size_L
sanikolaev ยท 2025-01-20 ยท 2 ยท #436
donhardman ยท 2025-01-16
Autosharding tests: Perf & heavy load
Measure and validate latency from query execution to final results on different shards and replication factors. Ensure that we have enough timeout for waiting for the blocking "create table" command to return a response to the user in case of high shard โฆ
donhardman ยท 2024-08-05 ยท 0 ยท #162
est::size_L
sanikolaev ยท 2025-01-20 ยท 2 ยท #436
donhardman ยท 2025-01-20
Proposal: at the https://github.com/manticoresoftware/manticoresearch/compare/wip_auth daemon uses HTTP Basic access authentication schema. That is why Buddy can not query daemon in that version and to fix that I disabled all the authentication check for โฆ
tomatolog ยท 2025-01-22 ยท 4 ยท #418
enhancement
Fix/handling distributed tables
sanikolaev ยท 2025-01-24 ยท 2 ยท #475
github-actions[bot] ยท 2025-01-24
Improve error message for missing `rf=n` in sharded table creation
Bug Description: When the CREATE TABLE command does not include the rf=n (replication factor) parameter, instead of the ERROR 1064 (42000): P03: syntax error, unexpected integer, expecting string near '3' a more informative error message should be โฆ
PavelShilin89 ยท 2025-01-08 ยท 4 ยท #405
bug
donhardman ยท 2023-01-06 ยท 1 ยท #72
sanikolaev ยท 2023-01-06
Elastic-Manticore mapping change
Bug Description: We need to map elastic text fields with 'keywords' as string indexed attribute instead of 'text' to avoid losing a part of their functionality. Manticore Search Version: Manticore 6.3.9 c96df395d@24112911 dev Operating System Version: โฆ
Nick-S-2018 ยท 2024-12-11 ยท 0 ยท #416
bug
donhardman ยท 2025-01-20 ยท 4 ยท #413
donhardman ยท 2025-01-13
Processing JSON fields with _field_caps
Proposal: We need to provide expanded information on JSON fields including data types of their nested objects just as Elastic does. For example, a request to _field_caps for the following JSON field in the test table: โฆ
Nick-S-2018 ยท 2025-01-14 ยท 0 ยท #449
Change version detection logic
donhardman ยท 2025-01-24 ยท 3 ยท #460
sanikolaev ยท 2025-01-20
Verify that we cannot alter or change the sharded table from the user side (only Buddy)
When we create a sharded table with Buddy, we must ensure that users are not allowed to directly alter, modify, or delete this table. These operations should be performed exclusively by Buddy because the table is distributed and contains multiple shards. โฆ
donhardman ยท 2024-02-08 ยท 3 ยท #206
Confusing error "is not real-time or percolate"
sanikolaev ยท 2025-01-13 ยท 7 ยท #400
bug
sanikolaev ยท 2024-11-21
Escaping table names in auto schema requests
Bug Description: We need to escape table names passed in requests to the Insert plugin to avoid errors when those names coincide with Manticore's reserved words. For example: mysql> create table knn(f text); ERROR 1064 (42000): table 'knn': CREATE TABLE โฆ
Nick-S-2018 ยท 2025-01-07 ยท 0 ยท #424
bugest::size_S
donhardman ยท 2025-01-20 ยท 4 ยท #413
donhardman ยท 2025-01-14
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-01-21 ยท 5 ยท #369
bug
Change version detection logic
donhardman ยท 2025-01-24 ยท 3 ยท #460
donhardman ยท 2025-01-21
Improved error message for dropping sharded tables
sanikolaev ยท 2025-01-21 ยท 0 ยท #461
Confusing error "is not real-time or percolate"
sanikolaev ยท 2025-01-13 ยท 7 ยท #400
bug
donhardman ยท 2024-11-25