👀 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
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 · 2025-07-15 · 8 · #160
est::size_L
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-11
Auto-sharding rollback on fail
Proposal: Currently, as per MVP, we do not have a rollback mechanism. We should think about and introduce a recovery system so that in case something goes wrong in creating a table or the rebalancing mechanism, we can rollback all intermediate tables/ …
donhardman · 2025-06-11 · 0 · #564
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-11
Auto-sharding polling mechanism
Proposal: As discussed before, currently we rely on the queue system ONLY, but due to the blocking nature of queries like alter cluster add table ... , it's not guaranteed that even if it fails and returns an error, the cluster is not synced. Instead of …
donhardman · 2025-06-11 · 0 · #563
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-11
CI: issue with app version on OSX
Bug Description: We are missing the addition of APP_VERSION when building the resulting package for OSX. As a result, it resorts to using the git version logic check, and due to Homebrew placing code without git but under its own git, it shows the wrong …
donhardman · 2025-07-11 · 1 · #571
bug
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-11
Converted numeric values to string in responses for autocomplete calls
Nick-S-2018 · 2025-06-10 · 5 · #560
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-11
Wrong Content-Type for /metrics
Bug Description: The /metrics endpoint returns an incorrect Content-Type header. Example response: ~ curl -is 0:19308/metrics|head -10 HTTP/1.1 200 OK Server: 10.1.0 c63706038@25060608 (columnar 5.0.1 59c7092@25060304) (secondary 5.0.1 59c7092@25060304) …
sanikolaev · 2025-06-27 · 2 · #566
bug
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-11
Unstable fuzzy results with default layouts after disk chunk flush
Bug Description: The same select returns an empty result after flush ramchunk . Example: mysql -P9306 -h0 -v -e "drop table if exists t; create table t(name text) min_infix_len='2' diskchunk_flush_write_timeout = '9999'; insert into t values(1, 'LIMITED …
sanikolaev · 2025-04-14 · 14 · #489
bug
Autosharding tests: Outage & Rebalancing
donhardman · 2025-07-15 · 8 · #160
est::size_L
sanikolaev · 2024-08-27
need live tests for queries to 'information schema.tables' table
Proposal: Files in src/Plugin/Select implement responses to different tools speaking with mysql proto. Since some funcs going to move to daemon's code, query tests are necessary. That is all real kinds of 'select ... from information_schema.tables' - with …
klirichek · 2025-06-24 · 1 · #541
Fix APP_VERSION missing from macOS package
sanikolaev · 2025-07-10 · 5 · #575
codex
github-actions[bot] · 2025-07-01
Clearly describe what each plugin does
Proposal: Now that our plugins are growing in size and complexity, we need to improve their documentation. It's currently quite difficult to understand what each plugin does and which SQL/HTTP commands it expects. I suggest we add a README file to each …
djklim87 · 2025-05-27 · 2 · #542
Fix APP_VERSION missing from macOS package
sanikolaev · 2025-07-10 · 5 · #575
codex
sanikolaev · 2025-07-01
feat: update fuzzy search regex and error handling
Problem Currently the SQL parser errors when fuzzy=1 option is used with a defined table name (secondary option) like this: SELECT * FROM authors JOIN books WHERE MATCH('john', authors) -- sql parser does not check for table name option OPTIONS fuzzy=1; A …
Delicious-Bacon · 2025-07-03 · 2 · #552
Autosharding tests: Outage & Rebalancing
donhardman · 2025-07-15 · 8 · #160
est::size_L
PavelShilin89 · 2024-09-02
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 · 2025-02-20 · 1 · #342
bugest::size_S
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-13
Added support for Opensearch-dashboards
Nick-S-2018 · 2025-04-24 · 0 · #523
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-13
Support for REPLACE in auto schema
Bug Description: We need to support auto table creation for REPLACE queries just as we do for INSERT ones. E.g., the following query must create the test table if it does not exist: REPLACE INTO test(f) VALUES(1) Manticore Search Version: dev Operating …
Nick-S-2018 · 2024-12-18 · 0 · #425
bugest::size_M
Autosharding tests: Outage & Rebalancing
donhardman · 2025-07-15 · 8 · #160
est::size_L
PavelShilin89 · 2025-05-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
Fix APP_VERSION missing from macOS package
sanikolaev · 2025-07-10 · 5 · #575
codex
github-actions[bot] · 2025-07-01
Proposal: We should add logic that will support our own bulk ( /bulk ) endpoint and parse it the same way we do for /_bulk to make insertion into distributed tables possible. As discussed before, there are several things to check: Whether it works with …
donhardman · 2025-01-20 · 4 · #413
Fix APP_VERSION missing from macOS package
sanikolaev · 2025-07-10 · 5 · #575
codex
sanikolaev · 2025-07-01
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
layouts='ru' may be not working
sanikolaev · 2025-07-08 · 6 · #547
bugrel::13.2.3
sanikolaev · 2025-06-03
Fixed filtering in timelion visualizations
Nick-S-2018 · 2025-02-20 · 0 · #491
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-13
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 · 2025-02-20 · 5 · #388
est::NO_ESTIMATE
Autosharding tests: Outage & Rebalancing
donhardman · 2025-07-15 · 8 · #160
est::size_L
PavelShilin89 · 2025-05-28
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
Autosharding tests: Outage & Rebalancing
donhardman · 2025-07-15 · 8 · #160
est::size_L
donhardman · 2025-06-04
Update README with info about meta in protocol
donhardman · 2024-11-13 · 0 · #396
refactor(sharding): fix critical rebalancing issues and add docs
donhardman · 2025-07-07 · 35 · #562
github-actions[bot] · 2025-06-17