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

842 results 12 ms in manticoresoftware/manticoresearch-buddy

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.

sanikolaevsanikolaev · 2024-08-27

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

Improve table formatter approach

donhardmandonhardman · 2024-10-30 · 4 · #369

bug

Once done let's add CLT tests for these combinations: /cli + buddy query (various queries, e.g. SHOW and fuzzy) /cli + normal query /cli_json + buddy_query /sql + normal select query /sql + buddy select query /sql?mode=raw + normal query /sql?mode=raw + …

sanikolaevsanikolaev · 2024-10-23

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

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

Improve table formatter approach

donhardmandonhardman · 2024-10-30 · 4 · #369

bug

Implementation finished, but waiting for https://github.com/manticoresoftware/manticoresearch/issues/2680 to be resolved before we can test it in the easiest way possible.

donhardmandonhardman · 2024-10-25

Added support for DBeaver

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

Improve table formatter approach

donhardmandonhardman · 2024-10-30 · 4 · #369

bug

@Nick-S-2018 I have no idea, but after refactoring, something happened to Elastic-like queries. I tried to fix what I could, but I'm afraid I need help to take a look at this logic: 1) InsertQueryTest::testHTTPElasticInsertQueryOk /workdir/test/Buddy/ …

donhardmandonhardman · 2024-10-30

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

Improve table formatter approach

donhardmandonhardman · 2024-10-30 · 4 · #369

bug

I found and fixed the issue on my own, so we can proceed with tests

donhardmandonhardman · 2024-10-30

Fixed the handling of queries from DbForge MySQL tool

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

Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).

donhardmandonhardman · 2024-09-05 · 3 · #207

Can you provide an example of "changes to the cluster", so it's easier to implement the tests?

sanikolaevsanikolaev · 2024-02-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

Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).

donhardmandonhardman · 2024-09-05 · 3 · #207

We should NOT be able to perform next queries to protected cluster: ALTER CLUSTER <cluster_name> ADD <table_name> ALTER CLUSTER <cluster_name> DROP <table_name> DELETE CLUSTER <cluster_name>…

donhardmandonhardman · 2024-02-08

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

Fix issue with drop sharded table

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

Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).

donhardmandonhardman · 2024-09-05 · 3 · #207

This is still blocked, cuz daemon does not implement "protected mechanism" for clusters.

donhardmandonhardman · 2024-09-05

Rename expansionLimit -> expansionLen

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

enhancement

Incorrect /cli requests hang

Nick-S-2018Nick-S-2018 · 2024-06-26 · 13 · #271

rel::6.3.2

@Nick-S-2018 pls update the changelog here https://docs.google.com/spreadsheets/d/1mz_3dRWKs86FjRF7EIZUziUDK_2Hvhd97G0pLpxo05s/edit?pli=1#gid=1102439133 too. The change you've made directly in the md file may be unexpectedly lost. We use the sheet to ease …

sanikolaevsanikolaev · 2024-05-28

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

"drop table if exists t; create table t" via /cli hangs

sanikolaevsanikolaev · 2024-06-26 · 8 · #275

bugrel::6.3.2

@Nick-S-2018 pls update the changelog here https://docs.google.com/spreadsheets/d/1mz_3dRWKs86FjRF7EIZUziUDK_2Hvhd97G0pLpxo05s/edit?pli=1#gid=1102439133

sanikolaevsanikolaev · 2024-05-28

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

Update PHP codestyle to the latest version

donhardmandonhardman · 2022-12-23 · 1 · #62

Cool! Let's merge

donhardmandonhardman · 2022-12-23

Fix alter distributed

djklim87djklim87 · 2024-05-20 · 0 · #295

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

PavelShilin89PavelShilin89 · 2024-10-23 · 4 · #366

bug

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

djklim87djklim87 · 2024-10-09

Fix critical bug with increasing of runtimes on exception

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

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

PavelShilin89PavelShilin89 · 2024-10-23 · 4 · #366

bug

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

djklim87djklim87 · 2024-10-11

Improve error handling in Replace plugin and change default one

donhardmandonhardman · 2024-02-13 · 0 · #213

Added support for DBeaver

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

After getting the latest version of the modified branch, I'm unable to reproduce the same issue that I encountered before. So I suppose it's working fine for the cases I've checked. 🔍

donhardmandonhardman · 2024-05-28

Fix alter rt rename

djklim87djklim87 · 2024-05-20 · 0 · #296

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

PavelShilin89PavelShilin89 · 2024-10-23 · 4 · #366

bug

fixed in https://github.com/manticoresoftware/manticoresearch/commit/8f0cc03688ea3105d241075f641a0dbac347f031

djklim87djklim87 · 2024-10-22

Name worker processes

To make it easier to implement and debug while we have the ability in plugins to run the workers, we can name them using Swoole features. This will make it easy to view and debug by using native Unix tools. This will solve the issue of making the logic …

donhardmandonhardman · 2024-04-29 · 2 · #256

est::size_S

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

PavelShilin89PavelShilin89 · 2024-10-23 · 4 · #366

bug

Testing performed in PR - https://github.com/manticoresoftware/manticoresearch/pull/2682

PavelShilin89PavelShilin89 · 2024-10-23

Collect metrics of all commands per 1m

We should collect the metrics of command_* from the snapshot as a rate per minute, calculated on the Buddy side.

donhardmandonhardman · 2024-03-21 · 2 · #246

No float_vector support in Auto schema

PavelShilin89PavelShilin89 · 2024-10-31 · 1 · #377

bug

We need to test if clt tests are passed correctly after we added support for float vector type values to auto schema. A branch with the fix is here: https://github.com/manticoresoftware/manticoresearch-buddy/tree/refs/heads/fix/autoschema_float_vector

Nick-S-2018Nick-S-2018 · 2024-10-30

External build system

donhardmandonhardman · 2023-02-13 · 0 · #98

Added functional tests handler and insert query test

Nick-S-2018Nick-S-2018 · 2022-12-20 · 1 · #50

We should also pass tests to get it merged.

donhardmandonhardman · 2022-12-16