Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 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

1235 results 21 ms in manticoresoftware/manticoresearch-buddy

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 …

donhardmandonhardman · 2025-07-15 · 8 · #160

est::size_L

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

🐳 Docker Images Pushed Buddy Test-Kit Images: Branch image: ghcr.io/manticoresoftware/manticoresearch:test-kit-fix_auto-sharding-rebalance-buddy Commit image: ghcr.io/manticoresoftware/manticoresearch:test-kit-caba64c1-buddy Base image used: ghcr.io/ …

github-actions[bot]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/ …

donhardmandonhardman · 2025-06-11 · 0 · #564

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

…clt ❌ CLT tests in test/clt-tests/sharding/cluster/ test/clt-tests/sharding/functional/ test/clt-tests/sharding/replication/ test/clt-tests/sharding/syntax/ ✅ OK: 15 ❌ Failed: 1 ⏳ Duration: 201s 👉 Check Action Results for commit caba64c Failed tests: ––– …

github-actions[bot]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 …

donhardmandonhardman · 2025-06-11 · 0 · #563

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 45 ❌ Failed: 1 ⏳ Duration: 447s 👉 Check Action Results for commit caba64c Failed tests: ––– input ––– apt-get install -y jq > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]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 …

donhardmandonhardman · 2025-07-11 · 1 · #571

bug

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

🐳 Docker Images Pushed Buddy Test-Kit Images: Branch image: ghcr.io/manticoresoftware/manticoresearch:test-kit-fix_auto-sharding-rebalance-buddy Commit image: ghcr.io/manticoresoftware/manticoresearch:test-kit-847f751c-buddy Base image used: ghcr.io/ …

github-actions[bot]github-actions[bot] · 2025-06-11

Converted numeric values to string in responses for autocomplete calls

Nick-S-2018Nick-S-2018 · 2025-06-10 · 5 · #560

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

…clt ❌ CLT tests in test/clt-tests/sharding/cluster/ test/clt-tests/sharding/functional/ test/clt-tests/sharding/replication/ test/clt-tests/sharding/syntax/ ✅ OK: 15 ❌ Failed: 1 ⏳ Duration: 224s 👉 Check Action Results for commit 847f751 Failed tests: ––– …

github-actions[bot]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) …

sanikolaevsanikolaev · 2025-06-27 · 2 · #566

bug

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 45 ❌ Failed: 1 ⏳ Duration: 440s 👉 Check Action Results for commit 847f751 Failed tests: ––– input ––– apt-get install -y jq > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]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 …

sanikolaevsanikolaev · 2025-04-14 · 14 · #489

bug

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2025-07-15 · 8 · #160

est::size_L

Ignore rebalancing when any part of the shards is missing. This one is not clear.

sanikolaevsanikolaev · 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 …

klirichekklirichek · 2025-06-24 · 1 · #541

Fix APP_VERSION missing from macOS package

sanikolaevsanikolaev · 2025-07-10 · 5 · #575

codex

🐳 Docker Images Pushed Buddy Test-Kit Images: Branch image: ghcr.io/manticoresoftware/manticoresearch:test-kit-codex_fix-issue-571-in-manticoresearch-buddy-buddy Commit image: ghcr.io/manticoresoftware/manticoresearch:test-kit-cfe70aa5-buddy Base image …

github-actions[bot]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 …

djklim87djklim87 · 2025-05-27 · 2 · #542

Fix APP_VERSION missing from macOS package

sanikolaevsanikolaev · 2025-07-10 · 5 · #575

codex

Pls review this PR from Codex. Does it make sense at all?

sanikolaevsanikolaev · 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-BaconDelicious-Bacon · 2025-07-03 · 2 · #552

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2025-07-15 · 8 · #160

est::size_L

Ignore rebalancing when any part of the shards is missing. This one is not clear. Do not rebalance when we lost some shards, for example 5 clusers, 2 node dead, rf=2, we lost data, no need rebalancing

PavelShilin89PavelShilin89 · 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 - …

djklim87djklim87 · 2025-02-20 · 1 · #342

bugest::size_S

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

🐳 Docker Images Pushed Buddy Test-Kit Images: Branch image: ghcr.io/manticoresoftware/manticoresearch:test-kit-fix_auto-sharding-rebalance-buddy Commit image: ghcr.io/manticoresoftware/manticoresearch:test-kit-996a9e16-buddy Base image used: ghcr.io/ …

github-actions[bot]github-actions[bot] · 2025-06-13

Added support for Opensearch-dashboards

Nick-S-2018Nick-S-2018 · 2025-04-24 · 0 · #523

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

…clt ❌ CLT tests in test/clt-tests/sharding/cluster/ test/clt-tests/sharding/functional/ test/clt-tests/sharding/replication/ test/clt-tests/sharding/syntax/ ✅ OK: 15 ❌ Failed: 1 ⏳ Duration: 208s 👉 Check Action Results for commit 996a9e1 Failed tests: ––– …

github-actions[bot]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-2018Nick-S-2018 · 2024-12-18 · 0 · #425

bugest::size_M

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2025-07-15 · 8 · #160

est::size_L

@donhardman Testing is done in this PR - https://github.com/manticoresoftware/manticoresearch/pull/3304 Please give feedback or approval to merge.

PavelShilin89PavelShilin89 · 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-2018Nick-S-2018 · 2024-09-10 · 0 · #343

est::size_S

Fix APP_VERSION missing from macOS package

sanikolaevsanikolaev · 2025-07-10 · 5 · #575

codex

🐳 Docker Images Pushed Buddy Test-Kit Images: Branch image: ghcr.io/manticoresoftware/manticoresearch:test-kit-codex_fix-issue-571-in-manticoresearch-buddy-buddy Commit image: ghcr.io/manticoresoftware/manticoresearch:test-kit-8933af3a-buddy Base image …

github-actions[bot]github-actions[bot] · 2025-07-01

Distributed /bulk inserts

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 …

donhardmandonhardman · 2025-01-20 · 4 · #413

Fix APP_VERSION missing from macOS package

sanikolaevsanikolaev · 2025-07-10 · 5 · #575

codex

The related issue is https://github.com/manticoresoftware/manticoresearch-buddy/issues/571

sanikolaevsanikolaev · 2025-07-01

Limited number of characters

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 …

PavelShilin89PavelShilin89 · 2024-08-22 · 0 · #344

bug

layouts='ru' may be not working

sanikolaevsanikolaev · 2025-07-08 · 6 · #547

bugrel::13.2.3

As discussed, let’s change the behavior so that if only one layout is provided, we throw an error—since it’s unclear which layout we should convert from.

sanikolaevsanikolaev · 2025-06-03

Fixed filtering in timelion visualizations

Nick-S-2018Nick-S-2018 · 2025-02-20 · 0 · #491

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 45 ❌ Failed: 1 ⏳ Duration: 448s 👉 Check Action Results for commit 996a9e1 Failed tests: ––– input ––– apt-get install -y jq > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] · 2025-06-13

Apache Superset 4.x support

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. …

donhardmandonhardman · 2025-02-20 · 5 · #388

est::NO_ESTIMATE

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2025-07-15 · 8 · #160

est::size_L

Bug: Shard rebalancing does not occur when a new node is added to the cluster Description: A new node (6312) joined the cluster but did not receive any shards (shards: empty). This could indicate a potential issue with the rebalancing mechanism, where the …

PavelShilin89PavelShilin89 · 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 …

donhardmandonhardman · 2024-09-05 · 3 · #207

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2025-07-15 · 8 · #160

est::size_L

Please try to reproduce the issue on the Docker image: ghcr.io/manticoresoftware/manticoresearch:test-kit-fix_sharded-rebalancing-buddy. Fixes implemented in: https://github.com/manticoresoftware/manticoresearch-buddy/pull/531. I have added a new test to …

donhardmandonhardman · 2025-06-04

Update README with info about meta in protocol

donhardmandonhardman · 2024-11-13 · 0 · #396

refactor(sharding): fix critical rebalancing issues and add docs

donhardmandonhardman · 2025-07-07 · 35 · #562

🐳 Docker Images Pushed Buddy Test-Kit Images: Branch image: ghcr.io/manticoresoftware/manticoresearch:test-kit-fix_auto-sharding-rebalance-buddy Commit image: ghcr.io/manticoresoftware/manticoresearch:test-kit-d754c884-buddy Base image used: ghcr.io/ …

github-actions[bot]github-actions[bot] · 2025-06-17