👀 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
donhardman · 2023-02-20 · 0 · #99
Autosharding tests: Outage & Rebalancing
donhardman · 2024-09-02 · 2 · #160
est::size_L
sanikolaev · 2024-08-27
Add possibility to drop sharded table
donhardman · 2024-09-24 · 0 · #354
Autosharding tests: Outage & Rebalancing
donhardman · 2024-09-02 · 2 · #160
est::size_L
PavelShilin89 · 2024-09-02
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) …
donhardman · 2024-07-22 · 1 · #322
bug
Improve table formatter approach
donhardman · 2024-10-30 · 4 · #369
bug
sanikolaev · 2024-10-23
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 - …
djklim87 · 2024-09-10 · 1 · #342
bugest::size_S
Improve table formatter approach
donhardman · 2024-10-30 · 4 · #369
bug
donhardman · 2024-10-25
Skip plugin arg and move sharding create table logic to related plugin
donhardman · 2024-05-20 · 0 · #293
Improve table formatter approach
donhardman · 2024-10-30 · 4 · #369
bug
donhardman · 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. …
jsuto · 2024-05-23 · 1 · #254
rel::6.3.0_or_2.3.10
Improve table formatter approach
donhardman · 2024-10-30 · 4 · #369
bug
donhardman · 2024-10-30
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 …
donhardman · 2024-09-10 · 0 · #324
bugest::size_S
Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).
donhardman · 2024-09-05 · 3 · #207
sanikolaev · 2024-02-08
Nick-S-2018 · 2024-05-29 · 3 · #294
Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).
donhardman · 2024-09-05 · 3 · #207
donhardman · 2024-02-08
Fixed the handling of queries from DbForge MySQL tool
Nick-S-2018 · 2024-09-24 · 0 · #349
donhardman · 2023-01-06 · 1 · #72
sanikolaev · 2023-01-06
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 …
sanikolaev · 2024-08-21 · 7 · #268
Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).
donhardman · 2024-09-05 · 3 · #207
donhardman · 2024-09-05
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 …
sanikolaev · 2024-02-20 · 2 · #211
Nick-S-2018 · 2024-06-26 · 13 · #271
rel::6.3.2
sanikolaev · 2024-05-28
Fix issue with drop sharded table
donhardman · 2024-10-23 · 0 · #383
"drop table if exists t; create table t" via /cli hangs
sanikolaev · 2024-06-26 · 8 · #275
bugrel::6.3.2
sanikolaev · 2024-05-28
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 ( …
sanikolaev · 2024-05-23 · 1 · #239
bugrel::6.3.0_or_2.3.10
Update PHP codestyle to the latest version
donhardman · 2022-12-23 · 1 · #62
donhardman · 2022-12-23
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 …
sanikolaev · 2024-05-23 · 4 · #212
est::size_Srel::6.3.0_or_2.3.10
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-23 · 4 · #366
bug
djklim87 · 2024-10-09
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 …
donhardman · 2024-10-31 · 2 · #378
est::size_S
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-23 · 4 · #366
bug
djklim87 · 2024-10-11
Rename expansionLimit -> expansionLen
donhardman · 2024-07-25 · 0 · #323
enhancement
Nick-S-2018 · 2024-05-29 · 3 · #294
donhardman · 2024-05-28
Added the handling of bigints; updated deps
Nick-S-2018 · 2024-11-05 · 0 · #335
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-23 · 4 · #366
bug
djklim87 · 2024-10-22
djklim87 · 2024-05-20 · 0 · #295
Incorrect handling of KNN query when using an int field for the vector
PavelShilin89 · 2024-10-23 · 4 · #366
bug
PavelShilin89 · 2024-10-23
Fix critical bug with increasing of runtimes on exception
donhardman · 2023-11-02 · 1 · #170
No float_vector support in Auto schema
PavelShilin89 · 2024-10-31 · 1 · #377
bug
Nick-S-2018 · 2024-10-30
djklim87 · 2024-05-20 · 0 · #296
Added functional tests handler and insert query test
Nick-S-2018 · 2022-12-20 · 1 · #50
donhardman · 2022-12-16