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

511 results 15 ms in manticoresoftware/manticoresearch-buddy

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.

sanikolaevsanikolaev · 2024-08-27

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

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

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

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

Added the handling of bigints; updated deps

Nick-S-2018Nick-S-2018 · 2024-11-05 · 0 · #335

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

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

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

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 · 2024-11-05 · 0 · #392

est::size_M

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

Feature/cli table output

donhardmandonhardman · 2024-10-30 · 0 · #386

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

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 · 2024-10-30 · 4 · #369

bug

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

Fuzzy search does not work in some cases

Bug Description: MRE: mysql -h0 -P9306 -e "select id from comment_28798446 WHERE match('buisness Manticore interation') option fuzzy = 1, layouts = ''" ERROR 1064 (42000) at line 1: unknown option 'fuzzy' We should investigate and fix it. Manticore Search …

donhardmandonhardman · 2024-10-21 · 3 · #373

bug

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

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-18 · 4 · #372

bug

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

Kafka integration fixes

Proposal: We should implement the following fixes in our Kafka integration: Multiple queries for starting or stopping a worker (like 2-3 starts in a row) silently do nothing. We should return an error to the user when they perform 2 or more suspend=1 …

donhardmandonhardman · 2024-11-04 · 4 · #381

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

create table if not exists ... with data failed on table exists

Bug Description: Here's an improved version of your text: When we try to copy a table using CREATE TABLE ... LIKE ... [WITH DATA] , we can't use the IF NOT EXISTS option. Expected behavior: nothing happens (no error) mysql> CREATE TABLE comment; mysql> …

donhardmandonhardman · 2024-11-04 · 7 · #325

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

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-10-23 · 6 · #266

est::size_M

Update PHP codestyle to the latest version

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

Cool! Let's merge

donhardmandonhardman · 2022-12-23

Added support for float_vector to autoschema, updated tests

Nick-S-2018Nick-S-2018 · 2024-11-04 · 0 · #387

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

ALTER of the sharded table

We should add support for altering sharded tables. Currently, there is no alter supported on the distributed table, so we can catch it with Buddy and process the logic. Altering a sharded table should drop the distributed table, alter all sharded tables, …

donhardmandonhardman · 2024-04-29 · 0 · #265

enhancementest::size_M

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

Rename all tables we use in Queue plugin to be started with _

Proposal: As we discussed earlier, we should rename our system-created tables in the queue plugin to start with an underscore. They should also be prefixed with the plugin name, so all tables should follow the format queue[something]. This fulfills our …

donhardmandonhardman · 2024-06-14 · 0 · #298

est::size_S

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

Limited number of characters

We already have the option to skip loading the selected plugin when the daemon starts, but if we try to skip installing many plugins, any further conditions will be skipped when we go beyond the number of characters that can be processed. Reproducing this …

PavelShilin89PavelShilin89 · 2024-08-22 · 0 · #344

bug

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

Apache Superset 4.x support

Proposal: Currently, we support Apache Superset 3.x, but version 4.x is now available on the market. We should validate our existing support and implement any missing handlers to fully support the new version. Checklist: To be completed by the assignee. …

donhardmandonhardman · 2024-11-04 · 1 · #388

est::NO_ESTIMATE

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

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

We need to ensure that changes to the cluster, necessary for replicating shards in the auto-sharding scheme, can't be made through direct requests but are only permitted from the user side. This task is on hold due to: https://github.com/manticoresoftware …

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

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

Added support for Kibana visualisations

Nick-S-2018Nick-S-2018 · 2024-10-01 · 1 · #350

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