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

1185 results 27 ms in manticoresoftware/manticoresearch-buddy

Fix: metric deserialization issue and new buddy-core

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

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

manticore buddy start error

Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …

uraurorauraurora · 2025-02-22 · 2 · #494

waiting

manticore buddy start error

uraurorauraurora · 2025-02-22 · 2 · #494

waiting

@uraurora how can I reproduce this? How exactly do you start the container and what's in the configuration file?

sanikolaevsanikolaev · 2025-02-21

Make backup work on Windows

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

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

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

manticore buddy start error

uraurorauraurora · 2025-02-22 · 2 · #494

waiting

(1) The startup process is the standard Docker startup procedure. According to the documentation, the environment variable EXTRA=1 is used to expose ports 9306 and 9308. (2) Regardless of whether I use configuration file mapping or not, the error is …

uraurorauraurora · 2025-02-22

Rename job names

Proposal: It's inconvenient that the job names are all the same. Let's rename them, so they start with OS name: Checklist:

sanikolaevsanikolaev · 2025-02-21 · 0 · #495

est::size_S

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

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

Rename expansionLimit -> expansionLen

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

enhancement

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

Update composer deps to support initialization without access to plug…

…gable dir

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

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-02-21 · 4 · #489

bugwaiting

The issue is not reproducible after the related fix with setting new defaults for layouts: https://github.com/manticoresoftware/manticoresearch-buddy/pull/493 But still there is a problem on the daemon side and inconsistency of the results. Flushing RAM …

donhardmandonhardman · 2025-02-20

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-02-21 · 4 · #489

bugwaiting

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

Queues MV: Show query compile error

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

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-02-21 · 4 · #489

bugwaiting

that is usual behavior - then no terms matched to disk chunk \ ram chunk dictionary original tokenized \ normalized term added - that is why why all data are in ram segments there is no | 1 | li?ited | li?ited | then you flushed data into disk chunk call …

tomatologtomatolog · 2025-02-20

Fix critical bug with increasing of runtimes on exception

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

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-02-21 · 4 · #489

bugwaiting

I pushed the fix into https://github.com/manticoresoftware/manticoresearch/pull/3113 there added original tokenized \ normalized term all the time even tokenized term got expanded into multiple other terms. I also changed some ubertests to match the new …

tomatologtomatolog · 2025-02-20

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

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

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

Nick-S-2018Nick-S-2018 · 2025-01-13

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

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-02-21 · 4 · #489

bugwaiting

Another example of wrong fuzzy search results. Pls check after the fix: mysql> drop table if exists t; CREATE TABLE t(f text ) min_infix_len='2' expand_keywords='1'; INSERT INTO t VALUES (1,'TH'),(2,'THIBODEAUX'); select * from t where match(' …

sanikolaevsanikolaev · 2025-02-21

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

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

ci: removed login to ghcr.io as the image we need is public

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

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

Fix critical issues when local plugins are not working

donhardmandonhardman · 2024-08-08 · 0 · #338

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-19 · 25 · #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 critical issue with dropping sharded table when rf > 1

donhardmandonhardman · 2025-02-20 · 0 · #492

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

Updated the autoinsert of text fields in Elastic-like requests

Nick-S-2018Nick-S-2018 · 2025-01-23 · 0 · #445

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-02-19 · 25 · #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