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

766 results 18 ms in manticoresoftware/manticoresearch-buddy

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

Migrate to Swoole

donhardmandonhardman · 2023-10-20 · 0 · #171

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

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

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

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

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

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

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

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

Autodetection of data types imported from Elastic

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

Blocked by https://github.com/manticoresoftware/manticoresearch/issues/1744

sanikolaevsanikolaev · 2024-05-07

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

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

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

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

Added support for DBeaver

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

Autodetection of data types imported from Elastic

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

Blocked by https://github.com/manticoresoftware/manticoresearch/issues/1744 Done.

sanikolaevsanikolaev · 2024-05-29

Added the handling of the '@timestamp' column

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

Autodetection of data types imported from Elastic

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

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

Nick-S-2018Nick-S-2018 · 2024-08-05

Experiment with various galera params

In https://github.com/manticoresoftware/manticoresearch-buddy/commit/a4671310b938a09df9ec415903596e72ba25c6d7#diff-80834d764c22d490e12c72a69b39bfc8a03f87ec042903e3f14938668d8d74b2R13-R15 we have a few galera params that supposedly help create table shards …

sanikolaevsanikolaev · 2024-09-19 · 42 · #255

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

Undefined array key "id" on count by knn with doc id

Bug Description: mysql> SELECT count(*) FROM image WHERE knn(embeddings, 10, 2684467402) LIMIT 128; ERROR 1064 (42000): Undefined array key "id" Manticore Search Version: Latest dev version Operating System Version: Ubuntu Jammy Have you tried the latest …

donhardmandonhardman · 2024-09-19 · 5 · #351

bugrel::upcoming

Autodetection of data types imported from Elastic

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

Reopening since the check list is not complete.

sanikolaevsanikolaev · 2024-08-08

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

Autodetection of data types imported from Elastic

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

Updated documentation in https://github.com/manticoresoftware/manticoresearch/commit/0c529aaf375e2aa88fad64b1259809bd2756aff0

Nick-S-2018Nick-S-2018 · 2024-08-14

Update the format of ErrorResponse

Currently, the ErrorResponse sent from Buddy to the daemon looks like this: [ [ 'total' => 0, 'warning => '', 'error' => $someError ] ] It appears that we don't need to pass 'total' and 'warning' fields with default values here as well as to wrap the ' …

Nick-S-2018Nick-S-2018 · 2024-02-08 · 5 · #204

est::size_S

Tune sharding queue logic

donhardmandonhardman · 2024-09-11 · 1 · #346

What issue does this PR correspond to?

sanikolaevsanikolaev · 2024-09-11

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

Autodetection of data types imported from Elastic

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

@Nick-S-2018 pls add to this changelog too https://docs.google.com/spreadsheets/d/1mz_3dRWKs86FjRF7EIZUziUDK_2Hvhd97G0pLpxo05s/edit?gid=1102439133#gid=1102439133

sanikolaevsanikolaev · 2024-08-20

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

Fixed the handling of queries from DbForge MySQL tool

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

Autodetection of data types imported from Elastic

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

Done

Nick-S-2018Nick-S-2018 · 2024-08-21

Add time to SHOW QUERIES

select * from @@system.sessions now outputs last cmd time , for example: select * from @@system.sessions -------------- *************************** 1. row *************************** id: 2 proto: mysql state: query host: 127.0.0.1:57780 connid: 12176 …

sanikolaevsanikolaev · 2024-05-23 · 4 · #212

est::size_Srel::6.3.0_or_2.3.10

Issue with manticore version in telemetry

donhardmandonhardman · 2024-08-16 · 7 · #312

bugest::size_Mrel::6.3.4

We've discovered an issue with fetching the version from Manticore. In some cases, when the instance is large and takes a long time to preload, it doesn't respond with the version string when we're loading the metric thread. As a solution, we can try lazy …

donhardmandonhardman · 2024-07-05

Added support for updated response format from Manticore

Nick-S-2018Nick-S-2018 · 2024-09-19 · 0 · #341

Issue with manticore version in telemetry

donhardmandonhardman · 2024-08-16 · 7 · #312

bugest::size_Mrel::6.3.4

Lazy loading was implemented here: https://github.com/manticoresoftware/manticoresearch-buddy/pull/315 I discovered that about 9 months ago, we updated Buddy to print its version with a 'v' prefix, which was causing an issue. In some rare cases, Manticore …

donhardmandonhardman · 2024-07-06

Rename expansionLimit -> expansionLen

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

enhancement

Issue with manticore version in telemetry

donhardmandonhardman · 2024-08-16 · 7 · #312

bugest::size_Mrel::6.3.4

I think it's a good idea to write a test that does the following: Set --telemetry-period=1 or some short interval for reports Make sure we set --debugv Verify that we have at least 5 rows with labels printed, all metrics are present, and no snapshots are …

donhardmandonhardman · 2024-07-06