Don Hardman
Don Hardman
When we use 5 nodes and create shards with `rf=3` and `shards=60` we have race condition crash in random time Here are logs that I captured from the actual case...
To utilize the information from the deps.txt file and specify the version of manticore-executor for starting the executor in Docker, we need to make some improvements. Currently, the version is...
1. Create table ```sql CREATE TABLE test ( id bigint, body text ) ``` 2. Make curl ```bash curl --data '{"index":"test","highlight":{"fields":["body"],"html_strip_mode":"strip","pre_tags":"","post_tags":""},"query":{"bool":{"must":[{"query_string":"error"}]}}}' http://localhost:9308/search ``` 3. Curl hangs forever and manticore crashes...
We must add new flag functionalities to the Manticoresearch daemon to safeguard our sharded tables and internal clusters from unauthorized alterations. This enhancement will ensure that these crucial components are...
We need to enable method chaining with the KNN request in the client because we've decided to add vector search to our GitHub Issue Search Demo. To simplify the process,...
Method `getDocumentByIds` does not work in PHP 8.2 while `getDocumentById` works fine ``` Unhandled exception Exception with message "Use of "self" in callables is deprecated" in file "/src/app/core.php:360" * #0...
I tried to install cargo-php in different envs and still failed. The PHP version: ``` Usage: /usr/bin/php-config [OPTION] Options: --prefix [/usr] --includes [-I/usr/include/php/20230831 -I/usr/include/php/20230831/main -I/usr/include/php/20230831/TSRM -I/usr/include/php/20230831/Zend -I/usr/include/php/20230831/ext -I/usr/include/php/20230831/ext/date/lib ] --ldflags...
### Bug Description: We seem to have a peculiar issue while using Buddy on Windows. We should try to replicate it on another machine and validate if it's a localized...