Hi @t-saito,
Apart from:
This looks better.
Do you have several Sphinx nodes in your cluster?
Please check /opt/kaltura/app/configurations/db.ini on all nodes and ensure that the sphinxN.connection.dsn
directives all point to valid Sphinx hosts. I use N as a placeholder for an integer, of course. The default config should have:
sphinx1.adapter = mysql
sphinx1.connection.dsn = "mysql:host=@SPHINX_SERVER1@;port=9312;"
sphinx2.adapter = mysql
sphinx2.connection.dsn = "mysql:host=@SPHINX_SERVER2@;port=9312;"
Also, is the issue now resolved?