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

807 results 19 ms in manticoresoftware/manticoresearch-buddy

Skip plugin arg and move sharding create table logic to related plugin

donhardmandonhardman · 2024-05-20 · 0 · #293

Incorrect handling of KNN query when using an int field for the vector

PavelShilin89PavelShilin89 · 2024-10-11 · 2 · #366

bug

Waiting for review https://github.com/manticoresoftware/manticoresearch-buddy/pull/371

djklim87djklim87 · 2024-10-09

Make backup work on Windows

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

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2024-09-02 · 2 · #160

est::size_L

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

sanikolaevsanikolaev · 2024-08-27

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 handling of KNN query when using an int field for the vector

PavelShilin89PavelShilin89 · 2024-10-11 · 2 · #366

bug

Blocked by https://github.com/manticoresoftware/manticoresearch-buddy/issues/372

djklim87djklim87 · 2024-10-11

Add possibility to drop sharded table

donhardmandonhardman · 2024-09-24 · 0 · #354

Autosharding tests: Outage & Rebalancing

donhardmandonhardman · 2024-09-02 · 2 · #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

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 error message for KNN query: `Undefined array key 0`

PavelShilin89PavelShilin89 · 2024-10-11 · 3 · #363

bug

Waiting for review https://github.com/manticoresoftware/manticoresearch-buddy/pull/371

djklim87djklim87 · 2024-10-09

Broken auto-schema after changes in Manticore

Bug Description: There is an issue with CI, and tests are failing for auto schema. Here is the pipeline: https://github.com/manticoresoftware/manticoresearch-buddy/actions/runs/11211972076/job/31397270089 After a brief investigation, it looks like the …

donhardmandonhardman · 2024-10-11 · 0 · #372

bug

Check min_infix_len before we do fuzzy/autocomplete logic

donhardmandonhardman · 2024-09-12 · 6 · #330

Implemented special caching mechanisms in these pull requests: buddy-core #66 manticoresearch-buddy #332

donhardmandonhardman · 2024-08-01

Added support for DBeaver

Nick-S-2018Nick-S-2018 · 2024-05-29 · 3 · #294

Check min_infix_len before we do fuzzy/autocomplete logic

donhardmandonhardman · 2024-09-12 · 6 · #330

Let's mention this in the docs - https://github.com/manticoresoftware/manticoresearch/pull/2442

sanikolaevsanikolaev · 2024-08-01

Handle @timestamp column as timestamp

Logstash sends a column named @timestamp to Buddy. To keep consistency between the logic of daemon and Buddy, we need to handle it as timestamp regardless of its actual content.

Nick-S-2018Nick-S-2018 · 2024-02-22 · 3 · #218

Incorrect error message for KNN query: `Undefined array key 0`

PavelShilin89PavelShilin89 · 2024-10-11 · 3 · #363

bug

I have approved the pull request

donhardmandonhardman · 2024-10-10

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

Check min_infix_len before we do fuzzy/autocomplete logic

donhardmandonhardman · 2024-09-12 · 6 · #330

The docs have been updated and are now awaiting review.

donhardmandonhardman · 2024-08-02

DROP sharded table

We should add functionality to support dropping shared tables. The command should clean up everything associated with the shared table. To make this happen, we should start with a special command DROP SHARDED TABLE . After that, we'll migrate to use the …

donhardmandonhardman · 2024-09-24 · 2 · #266

est::size_M

Incorrect error message for KNN query: `Undefined array key 0`

PavelShilin89PavelShilin89 · 2024-10-11 · 3 · #363

bug

Blocked by https://github.com/manticoresoftware/manticoresearch-buddy/issues/372

djklim87djklim87 · 2024-10-11

High severity issues in manticore-buddy

I've installed manticore and manticore-buddy in an ubuntu:22.04 image, and docker scout has reported 2 high severity issues (CVE-2023-43655 and CVE-2024-24821) in the shipped pkg:composer/composer/[email protected] The fix is to upgrade composer to either 2. …

jsutojsuto · 2024-05-23 · 1 · #254

rel::6.3.0_or_2.3.10

Incorrect KNN query execution without specifying index parameters in float_vector field

PavelShilin89PavelShilin89 · 2024-10-11 · 4 · #368

bug

Correct response should be ERROR 1064 (42000): table knn_test: KNN index not enabled for attribute 'vector'

djklim87djklim87 · 2024-10-09

Fix/knn wrong table issues

djklim87djklim87 · 2024-10-10 · 0 · #371

Check min_infix_len before we do fuzzy/autocomplete logic

donhardmandonhardman · 2024-09-12 · 6 · #330

Closing as it was merged: https://github.com/manticoresoftware/manticoresearch-buddy/pull/332

donhardmandonhardman · 2024-08-06

Incorrect handling of KNN query when using an int field for the vector

Description: When creating a table with a vector field of type int and attempting to insert data as a string array into this field, an error occurs when executing a KNN query. Instead of returning a detailed error indicating the incorrect data type for …

PavelShilin89PavelShilin89 · 2024-10-11 · 2 · #366

bug

Check min_infix_len before we do fuzzy/autocomplete logic

donhardmandonhardman · 2024-09-12 · 6 · #330

Reopening to make sure it's covered by a test. @PavelShilin89 pls take a look.

sanikolaevsanikolaev · 2024-08-22

Fixed the handling of queries from DbForge MySQL tool

Nick-S-2018Nick-S-2018 · 2024-09-24 · 0 · #349

Incorrect KNN query execution without specifying index parameters in float_vector field

PavelShilin89PavelShilin89 · 2024-10-11 · 4 · #368

bug

Waiting for review https://github.com/manticoresoftware/manticoresearch-buddy/pull/371

djklim87djklim87 · 2024-10-09

Added the handling of the '@timestamp' column

Nick-S-2018Nick-S-2018 · 2024-02-20 · 0 · #219

Incorrect KNN query execution without specifying index parameters in float_vector field

PavelShilin89PavelShilin89 · 2024-10-11 · 4 · #368

bug

Approved

donhardmandonhardman · 2024-10-10

Incorrect error message for KNN query: `Undefined array key 0`

When executing a KNN query with an incorrect table structure, a non-informative error Undefined array key 0 is returned. The vector float_vector field should be vector float_vector knn_type=‘hnsw’ knn_dims=‘4’ hnsw_similarity=‘l2’ . A more precise error …

PavelShilin89PavelShilin89 · 2024-10-11 · 3 · #363

bug

Check min_infix_len before we do fuzzy/autocomplete logic

donhardmandonhardman · 2024-09-12 · 6 · #330

Done in https://github.com/manticoresoftware/manticoresearch/pull/2550

PavelShilin89PavelShilin89 · 2024-09-06

Handling of incompatible plugins

Think what we can do with things like this: mysql> show version; +-----------+--------------------------------+ | Component | Version | +-----------+--------------------------------+ | Daemon | 6.2.13 7e1e4f312@24021217 dev | | Columnar | columnar 2.2.5 …

sanikolaevsanikolaev · 2024-02-20 · 2 · #211

Incorrect KNN query execution without specifying index parameters in float_vector field

PavelShilin89PavelShilin89 · 2024-10-11 · 4 · #368

bug

Blocked by https://github.com/manticoresoftware/manticoresearch-buddy/issues/372

djklim87djklim87 · 2024-10-11

Autodetection of data types imported from Elastic

Proposal: Continuation of https://github.com/manticoresoftware/buddy-plugin-insert/issues/6 : We need to be able to detect data types in cases when data is imported to Manticore from Elastic, e.g., with Elasticdump. Now, there are three Elastic's types …

sanikolaevsanikolaev · 2024-08-21 · 7 · #268

Incorrect handling of string array insertion into float_vector field

PavelShilin89PavelShilin89 · 2024-10-11 · 3 · #367

bug

Waiting for review https://github.com/manticoresoftware/manticoresearch-buddy/pull/371

djklim87djklim87 · 2024-10-09

Incorrect KNN query execution without specifying index parameters in float_vector field

Description: When creating a table with a float_vector field without specifying essential index parameters like knn_type, knn_dims, and hnsw_similarity, KNN queries result in an “Undefined array key 0” error. Even though the vector data is correctly …

PavelShilin89PavelShilin89 · 2024-10-11 · 4 · #368

bug

Incorrect handling of string array insertion into float_vector field

PavelShilin89PavelShilin89 · 2024-10-11 · 3 · #367

bug

Approved

donhardmandonhardman · 2024-10-10

multi-line insert fails

Looks like the auto-schema implementation fails when the insert is multi-line: drop table if exists t; insert into t (id, i) values (0, 1), (0, 2); fails like this: mysql> drop table if exists t; Query OK, 0 rows affected (0.00 sec) mysql> insert into t ( …

sanikolaevsanikolaev · 2024-05-23 · 1 · #239

bugrel::6.3.0_or_2.3.10

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