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

673 results 22 ms in manticoresoftware/manticoresearch-buddy

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 ยท 2024-09-10 ยท 1 ยท #342

bugest::size_S

Incorrect knn search by doc id

Nick-S-2018Nick-S-2018 ยท 2025-01-13 ยท 3 ยท #428

bug

Fix implemented: https://github.com/manticoresoftware/manticoresearch-buddy/pull/433

donhardmandonhardman ยท 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 โ€ฆ

donhardmandonhardman ยท 2024-09-10 ยท 0 ยท #324

bugest::size_S

Incorrect knn search by doc id

Nick-S-2018Nick-S-2018 ยท 2025-01-13 ยท 3 ยท #428

bug

Please let me know if it fixes the issue

donhardmandonhardman ยท 2025-01-08

CI: disable CLT tests in main

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 โ€ฆ

donhardmandonhardman ยท 2025-01-24 ยท 0 ยท #474

Incorrect knn search by doc id

Nick-S-2018Nick-S-2018 ยท 2025-01-13 ยท 3 ยท #428

bug

Yes, the issue is fixed now.

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

est::size_S

Use json for state value and update code to fix sharding timeout exceed

donhardmandonhardman ยท 2025-01-07 ยท 1 ยท #432

We decided to merge cuz failing test is just about issue when daemon writes to log when it should not

donhardmandonhardman ยท 2025-01-07

Update README with info about meta in protocol

donhardmandonhardman ยท 2024-11-13 ยท 0 ยท #396

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423

rel::upcoming

@donhardman, pls check if this can be done and if such change doesn't cause any side effects in Buddy,

Nick-S-2018Nick-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 โ€ฆ

donhardmandonhardman ยท 2025-01-23 ยท 16 ยท #392

1๐Ÿ‘€1

est::size_M

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423

rel::upcoming

Please take a look here https://github.com/manticoresoftware/manticoresearch-buddy/pull/427 I tried to run some benchmarks and the new parameters do not affect it, so if it's enough, feel free to merge. If we need to increase more, let me know.

donhardmandonhardman ยท 2024-12-23

drop sharded table if exists test

donhardmandonhardman ยท 2025-01-23 ยท 4 ยท #447

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423

rel::upcoming

Yes, it looks fine now. Fixed in #427

Nick-S-2018Nick-S-2018 ยท 2025-01-07

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 ยท 2024-11-04 ยท 1 ยท #388

est::NO_ESTIMATE

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423

rel::upcoming

Reopening to update the changelog.

sanikolaevsanikolaev ยท 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 โ€ฆ

donhardmandonhardman ยท 2024-09-05 ยท 3 ยท #207

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 ยท 2025-01-13 ยท 5 ยท #423

rel::upcoming

Done in https://github.com/manticoresoftware/manticoresearch/commit/34abfe9f5530d5aa32f837c2bed32de4669d9389

Nick-S-2018Nick-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 โ€ฆ

donhardmandonhardman ยท 2025-01-22 ยท 5 ยท #408

Fix/handling distributed tables

sanikolaevsanikolaev ยท 2025-01-24 ยท 2 ยท #475

โ€ฆclt โŒ CLT tests in test/clt-tests/buddy/ โœ… OK: 4 โŒ Failed: 1 โณ Duration: 106s ๐Ÿ‘‰ Check Action Results for commit b1c593a Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ rm -f /var/log/manticore/searchd.log; searchd --stopwait > /dev/null; searchd; if timeout 10 grep -qm1 '\[ โ€ฆ

github-actions[bot]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 โ€ฆ

donhardmandonhardman ยท 2024-09-02 ยท 2 ยท #160

est::size_L

Switch to proper semver

sanikolaevsanikolaev ยท 2025-01-20 ยท 2 ยท #436

Migrated in this pull: https://github.com/manticoresoftware/manticoresearch-buddy/pull/453

donhardmandonhardman ยท 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 โ€ฆ

donhardmandonhardman ยท 2024-08-05 ยท 0 ยท #162

est::size_L

Switch to proper semver

sanikolaevsanikolaev ยท 2025-01-20 ยท 2 ยท #436

Closing as merged, also implemented for backup: https://github.com/manticoresoftware/manticoresearch-backup/commit/8d5596736125fb1bd6e0f8105de06e2a32fb71e7

donhardmandonhardman ยท 2025-01-20

add buddy auth

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 โ€ฆ

tomatologtomatolog ยท 2025-01-22 ยท 4 ยท #418

enhancement

Fix/handling distributed tables

sanikolaevsanikolaev ยท 2025-01-24 ยท 2 ยท #475

โ€ฆclt โŒ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ โœ… OK: 29 โŒ Failed: 3 โณ Duration: 357s ๐Ÿ‘‰ Check Action Results for commit b1c593a Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ apt-get install jq -y > /dev/null; echo $? โ€“โ€“โ€“ output โ€“โ€“โ€“ debconf: delaying โ€ฆ

github-actions[bot]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 โ€ฆ

PavelShilin89PavelShilin89 ยท 2025-01-08 ยท 4 ยท #405

bug

Development flow README

donhardmandonhardman ยท 2023-01-06 ยท 1 ยท #72

I've made minor changes in the text. Looks good to me, let's merge it.

sanikolaevsanikolaev ยท 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-2018Nick-S-2018 ยท 2024-12-11 ยท 0 ยท #416

bug

Distributed /bulk inserts

donhardmandonhardman ยท 2025-01-20 ยท 4 ยท #413

I have optimized performance and fix some known issues in this pull: https://github.com/manticoresoftware/manticoresearch-buddy/pull/444

donhardmandonhardman ยท 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-2018Nick-S-2018 ยท 2025-01-14 ยท 0 ยท #449

Change version detection logic

donhardmandonhardman ยท 2025-01-24 ยท 3 ยท #460

Take a look at https://github.com/manticoresoftware/manticoresearch/blob/master/src/.gitattributes as an example of better handling of the situation when you download a .zip archive from github

sanikolaevsanikolaev ยท 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. โ€ฆ

donhardmandonhardman ยท 2024-02-08 ยท 3 ยท #206

Confusing error "is not real-time or percolate"

sanikolaevsanikolaev ยท 2025-01-13 ยท 7 ยท #400

bug

As discussed, instead of fixing the error let's just use show table NAME settings instead of show create table . It should enable fuzzy search for plain tables.

sanikolaevsanikolaev ยท 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-2018Nick-S-2018 ยท 2025-01-07 ยท 0 ยท #424

bugest::size_S

Distributed /bulk inserts

donhardmandonhardman ยท 2025-01-20 ยท 4 ยท #413

As discussed before here are rerun tests after update. Also discovered some issues after optimization and refactoring that affected bulk inserts and fixed it. Direct inserts: root@dev:/workdir# ./test.sh "curl -H 'Content-type: application/x-ndjson' -- โ€ฆ

donhardmandonhardman ยท 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" } โ€ฆ

donhardmandonhardman ยท 2025-01-21 ยท 5 ยท #369

bug

Change version detection logic

donhardmandonhardman ยท 2025-01-24 ยท 3 ยท #460

Implemented: https://github.com/manticoresoftware/buddy-core/pull/103 https://github.com/manticoresoftware/manticoresearch-buddy/pull/463

donhardmandonhardman ยท 2025-01-21

Improved error message for dropping sharded tables

sanikolaevsanikolaev ยท 2025-01-21 ยท 0 ยท #461

Confusing error "is not real-time or percolate"

sanikolaevsanikolaev ยท 2025-01-13 ยท 7 ยท #400

bug

I have changed it in this pull: https://github.com/manticoresoftware/buddy-core/pull/88/files

donhardmandonhardman ยท 2024-11-25