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

1096 results 27 ms in manticoresoftware/manticoresearch-buddy

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

add buddy auth

tomatologtomatolog · 2025-01-22 · 4 · #418

enhancement

I see the options for this feature: daemon generates user and password and pass it into Buddy start cli then buddy sends it as a HTTP Basic access authentication schema for every requests back into daemon. daemon generates Bearer token and pass it into …

tomatologtomatolog · 2024-12-12

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

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

add buddy auth

tomatologtomatolog · 2025-01-22 · 4 · #418

enhancement

at the https://github.com/manticoresoftware/manticoresearch/commit/4ea2737bb4055369b9505d906e51dd61f4a20ebc I added support of the Authorization: Bearer UTgvd8Ph+Cmwu4P9eMLBZSjYBZ4= and also fixed buddy start as: daemon creates system.buddy user if the …

tomatologtomatolog · 2025-01-17

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

add buddy auth

tomatologtomatolog · 2025-01-22 · 4 · #418

enhancement

Closing as done and merged https://github.com/manticoresoftware/buddy-core/commit/ab8e9a84618658a7a75d2b2c30cda5f289d9bf7f https://github.com/manticoresoftware/manticoresearch-buddy/commit/0bfc4a6d5226beb8db65ff02e7c2b73f3aaa544d

donhardmandonhardman · 2025-01-21

Fix: metric deserialization issue and new buddy-core

donhardmandonhardman · 2024-12-17 · 1 · #422

Use json for state value and update code to fix sharding timeout exceed

donhardmandonhardman · 2025-01-07 · 1 · #432

We decided to merge cuz failing test is just about issue when daemon writes to log when it should not

donhardmandonhardman · 2025-01-07

Add possibility to drop sharded table

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

add buddy auth

tomatologtomatolog · 2025-01-22 · 4 · #418

enhancement

Reopening to complete the checklist

sanikolaevsanikolaev · 2025-01-21

Make backup work on Windows

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

Switch to proper semver

sanikolaevsanikolaev · 2025-01-20 · 2 · #436

Migrated in this pull: https://github.com/manticoresoftware/manticoresearch-buddy/pull/453

donhardmandonhardman · 2025-01-16

Added support for DBeaver

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

Switch to proper semver

sanikolaevsanikolaev · 2025-01-20 · 2 · #436

Closing as merged, also implemented for backup: https://github.com/manticoresoftware/manticoresearch-backup/commit/8d5596736125fb1bd6e0f8105de06e2a32fb71e7

donhardmandonhardman · 2025-01-20

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

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-24 · 0 · #349

Distributed /bulk inserts

donhardmandonhardman · 2025-01-20 · 4 · #413

I have optimized performance and fix some known issues in this pull: https://github.com/manticoresoftware/manticoresearch-buddy/pull/444

donhardmandonhardman · 2025-01-13

add buddy auth

Proposal: at the https://github.com/manticoresoftware/manticoresearch/compare/wip_auth daemon uses HTTP Basic access authentication schema. That is why Buddy can not query daemon in that version and to fix that I disabled all the authentication check for …

tomatologtomatolog · 2025-01-22 · 4 · #418

enhancement

Distributed /bulk inserts

donhardmandonhardman · 2025-01-20 · 4 · #413

As discussed before here are rerun tests after update. Also discovered some issues after optimization and refactoring that affected bulk inserts and fixed it. Direct inserts: root@dev:/workdir# ./test.sh "curl -H 'Content-type: application/x-ndjson' -- …

donhardmandonhardman · 2025-01-14

Fix ci to run deploy when Test completed

donhardmandonhardman · 2025-01-22 · 0 · #464

Distributed /bulk inserts

donhardmandonhardman · 2025-01-20 · 4 · #413

Buddy performance depending on shards: 2 shards: root@dev:/workdir# ./test.sh "curl -H 'Content-type: application/x-ndjson' --data-binary @bulk.json http://localhost:9308/_bulk" 1000 12 Testing with following parameters: Curl command: curl -H 'Content- …

donhardmandonhardman · 2025-01-14

Fix issue with drop sharded table

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

Distributed /bulk inserts

donhardmandonhardman · 2025-01-20 · 4 · #413

This is what we got after tuning and optimization with simd and other improvements: 2 shards root@dev:/workdir# ./test.sh "curl -H 'Content-type: application/x-ndjson' --data-binary @bulk.json http://localhost:9308/_bulk" 1000 12 Testing with following …

donhardmandonhardman · 2025-01-16

Update pull request flow with CLT tests

Proposal: We should update our Buddy flow that runs external CLT (Command Line Tool) tests workflow from the ManticoreSearch repository, as it may occasionally fail. To ensure proper merging and test verification, we suggest implementing the following …

donhardmandonhardman · 2025-01-22 · 0 · #465

Update PHP codestyle to the latest version

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

Cool! Let's merge

donhardmandonhardman · 2022-12-23

Queues source wrong boolean fields handling

Bug Description: We noticed that boolean fields are being changed to an empty space instead of 0 or false. REPLACE INTO system.buffer_wiki_source_0 (id, schema, type, title, title_url, comment, user, server_url, server_name, wiki, meta, namespace, …

djklim87djklim87 · 2025-01-21 · 4 · #457

bugest::size_S

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

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

donhardmandonhardman · 2024-11-13

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

PHPSqlParser is not compatible with PHP 8.4

donhardmandonhardman · 2025-01-17 · 2 · #454

bug

This was fixed in https://github.com/manticoresoftware/PHP-SQL-Parser/commit/47f2abf2d12599a3769f81ea323b0bf0139aff81

donhardmandonhardman · 2025-01-17

Rename expansionLimit -> expansionLen

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

enhancement

PHPSqlParser is not compatible with PHP 8.4

donhardmandonhardman · 2025-01-17 · 2 · #454

bug

Closing as merged to the main

donhardmandonhardman · 2025-01-17

Update composer deps to support initialization without access to plug…

…gable dir

donhardmandonhardman · 2024-11-19 · 0 · #398

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

Let's add tests that MRE is fixed in this pull: https://github.com/manticoresoftware/manticoresearch/pull/2756

donhardmandonhardman · 2024-11-14

Fix alter distributed

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

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

@donhardman Testing performed in PR - https://github.com/manticoresoftware/manticoresearch/pull/2756 I ask for a test review and approval for the merger.

PavelShilin89PavelShilin89 · 2024-11-20

Queues MV: Show query compile error

djklim87djklim87 · 2025-01-17 · 0 · #456

SHARDS=x does not work in sharding

donhardmandonhardman · 2025-01-15 · 1 · #451

bug

Fixed: https://github.com/manticoresoftware/manticoresearch-buddy/commit/7443e582df368ccb677e13e948c2cb176a4130a6 Closing as we will cover it with tests once we merge sharding tests branch

donhardmandonhardman · 2025-01-15

Fix critical bug with increasing of runtimes on exception

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

Add support of named hostnames

donhardmandonhardman · 2025-01-17 · 2 · #450

bug

Fixed: https://github.com/manticoresoftware/manticoresearch-buddy/pull/452

donhardmandonhardman · 2025-01-15