Don Hardman

Results 41 comments of Don Hardman

I downloaded the binary from the pull request and tried to run it. As expected, I got an error message three times and Docker didn't launch. So it seems like...

As discussed later we are waiting for the review from @klirichek and @glookka in the pull requests: https://github.com/manticoresoftware/manticoresearch/pull/1540

Closing due it's linked to the issue and already implemented and tested that it works: https://github.com/manticoresoftware/dev/issues/2647

I'll take a look at the CI issue, but the codestyle checks should pass. Meanwhile, it'd be good to fix it. You can run the linters locally using `bin/codestyle-check` and...

It looks good for me, we can merge me. Only the point is CI tests, but probably we need to investigate it separately. P.S. Do not forget to update versions...

I'm currently waiting for a response because I can't use `ext-php-rs` with the latest PHP 8.3. I need this to move forward with building a tokenizer as an extension in...

I believe there's no reason to keep this task open since the main project is complete, and it would be better to apply future iterations in separate tasks and steps....

I used bash script to setup it manually ```bash #!/usr/bin/env bash pgrep -f searchd | xargs kill -9 sleep 2 rm -fr /var/{run,lib,log}/manticore-{1,2,3,4,5} mkdir -p /var/{run,lib,log}/manticore-{1,2,3,4,5} for i in 1...

I just discovered that probably this test is covered with the following test: ``` clt/clt test -d -t test/clt-tests/sharding/cluster/attach-table-while-joining-cluster.rec ghcr.io/manticoresoftware/manticoresearch:test-kit-latest; echo $? ``` https://github.com/manticoresoftware/manticoresearch/actions/runs/6416223732/job/17420158212 P.S. Not 100% of times, but...

``` root@9ade6f37ac5d:/# cat /var/log/manticore/searchd2.log [Mon Jan 8 10:53:01.968 2024] [1122] watchdog: main process 1123 forked ok [Mon Jan 8 10:53:01.969 2024] [1123] starting daemon version '6.2.13 ea9081bb3@240108 dev (columnar 2.2.5...