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

1146 results 15 ms in manticoresoftware/manticoresearch-buddy

104: Connection reset by peer

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

donhardmandonhardman · 2024-07-22 · 1 · #322

bug

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

Make backup work on Windows

donhardmandonhardman · 2023-02-20 · 0 · #99

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-06 · 20 · #392

1👀1

est::size_M

Two Approaches for ID Generation and Sharding 1. Snowflake-like ID Generation Even distribution is prioritized. This approach generates unique IDs with embedded shard information. Structure (63-bit integer): 41 bits: timestamp (milliseconds since custom …

donhardmandonhardman · 2024-11-12

Fix: metric deserialization issue and new buddy-core

donhardmandonhardman · 2024-12-17 · 1 · #422

CI: disable CLT tests in main

donhardmandonhardman · 2025-02-03 · 1 · #474

Let's add this: continue-on-error: ${{ matrix.experimental }} if the current branch is "main", i.e. not a PR, so we don't fail the whole tests workflow if the CLT tests job fails in the main branch.

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

djklim87djklim87 · 2024-09-10 · 1 · #342

bugest::size_S

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-06 · 20 · #392

1👀1

est::size_M

As we discussed in Slack, let's avoid using the snowflake ID approach, as we need to keep the option to provide custom IDs. Instead of the modulo function, let's explore other options, like jump consistent hashing.

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

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

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-02-06 · 20 · #392

1👀1

est::size_M

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

Fix issue with drop sharded table

donhardmandonhardman · 2024-10-23 · 0 · #383

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

Add protocol version check

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 …

donhardmandonhardman · 2024-10-31 · 2 · #378

est::size_S

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-06 · 20 · #392

1👀1

est::size_M

@donhardman also, as we discussed select uuid_short() may be required in the daemon. I've discussed it with @tomatolog and it's not a big deal to add it. Pls create a separate task about it if required.

sanikolaevsanikolaev · 2024-11-12

Rename expansionLimit -> expansionLen

donhardmandonhardman · 2024-07-25 · 0 · #323

enhancement

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-06 · 20 · #392

1👀1

est::size_M

I have created a task: https://github.com/manticoresoftware/manticoresearch/issues/2752

donhardmandonhardman · 2024-11-12

Update composer deps to support initialization without access to plug…

…gable dir

donhardmandonhardman · 2024-11-19 · 0 · #398

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 · 2025-01-13 · 5 · #423

rel::7.0.0

@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

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-02-06 · 5 · #408

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 · 2025-01-13 · 5 · #423

rel::7.0.0

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

Queues MV: Show query compile error

djklim87djklim87 · 2025-01-17 · 0 · #456

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-06 · 20 · #392

1👀1

est::size_M

https://github.com/manticoresoftware/manticoresearch/issues/2752 is done

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

donhardmandonhardman · 2025-02-06 · 6 · #369

bug

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

Implemented: https://github.com/manticoresoftware/manticoresearch-buddy/pull/397

donhardmandonhardman · 2024-11-13

Fix critical bug with increasing of runtimes on exception

donhardmandonhardman · 2023-11-02 · 1 · #170

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 · 2025-01-13 · 5 · #423

rel::7.0.0

Yes, it looks fine now. Fixed in #427

Nick-S-2018Nick-S-2018 · 2025-01-07

Fix mixed operations in bulk to distributed table

donhardmandonhardman · 2025-02-06 · 1 · #485

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-06 · 20 · #392

1👀1

est::size_M

Buddy: Testing with following parameters: Curl command: curl -H 'Content-type: application/x-ndjson' --data-binary @bulk.json http://localhost:9308/_bulk Number of requests: 1000 Concurrency: 12 ---------------------------------------- Single-thread curl …

donhardmandonhardman · 2024-11-26

Copy of #478

https://github.com/manticoresoftware/manticoresearch-buddy/pull/478 can't pass all the tests due to a permissions issue. This is a copy.

sanikolaevsanikolaev · 2025-02-01 · 1 · #481

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

Let's add tests that MRE is fixed in this pull: https://github.com/manticoresoftware/manticoresearch/pull/2756

donhardmandonhardman · 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

sanikolaevsanikolaev · 2025-02-01 · 0 · #479

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-06 · 20 · #392

1👀1

est::size_M

While we are waiting for things that are blocking our next move, let's cover the functionality with tests that we can already implement and manually verify. Location: https://github.com/manticoresoftware/manticoresearch/pull/2784/ Documentation reference …

donhardmandonhardman · 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

donhardmandonhardman · 2025-01-06 · 0 · #430

Increasing Swoole's `package_max_length`

Nick-S-2018Nick-S-2018 · 2025-01-13 · 5 · #423

rel::7.0.0

Reopening to update the changelog.

sanikolaevsanikolaev · 2025-01-09

Use 127.0.0.1 for node ID in sharding

donhardmandonhardman · 2025-02-06 · 0 · #484

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

@donhardman Testing performed in PR - https://github.com/manticoresoftware/manticoresearch/pull/2756 I ask for a test review and approval for the merger.

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

est::size_S

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-06 · 20 · #392

1👀1

est::size_M

Here's how the new functionality can be tested and one bug: snikolaev@dev2:~$ docker run --name kit --rm -it ghcr.io/manticoresoftware/manticoresearch:test-kit-buddy-402 bash root@9356d020d256:/# searchd Manticore 6.3.9 9183ab762@24112704 dev (columnar 2. …

sanikolaevsanikolaev · 2024-11-27

1👀1