Closed vol1ura closed 1 year ago
This error constantly occurs when using puma
. When I replace the puma
with a thin
, it occurs rarely.
Hi @vol1ura - this is an odd error indeed! I'm really not sure what the cause is - the output suggests Sphinx has stopped successfully, so the fact that the command returns a status of 1 (instead of 0) is surprising.
Also, the fact that it's different between using thin
and puma
is confusing too. I'm not sure if it's related, but maybe it's worth trying a different Sphinx version (v2.2.11 or v3.4.1), or even a Manticore release instead of Sphinx?
Hi @vol1ura - I'm going to close this issue as it's been a few months without any change here. That said: if you find it's still a problem and have any further questions/fixes, please do comment, I'll be happy to re-open the issue.
Hello @pat . I have this error in my development environment in docker container. My config is
When I run
rake ts:configure ts:restart
and no records in
/usr/src/log/development.searchd.log
. And after commandrake ts:rebuild
I have the same output whith stopping container (Error 137).This is Rails 6.1 app with mariadb:10.5.12
Can't find same errors, hope you can help with it.