git-hulk commented on issue #2137: URL: https://github.com/apache/kvrocks/issues/2137#issuecomment-1978667797
Hi @kinoute Thanks for your feedback. The root cause of this issue is the single mount file `kvrocks.conf` is unable to write, you can have a try at: `config rewrite` command in 2.5.0 and it should return the same error. And this start error was introduced in #1776 which would try to rewrite the configuration after loading the namespaces. Maybe we should change this error to a warning when starting the server. But for now, you can workaround this issue by mounting the whole dir where kvrocks.conf exists as `/var/lib/kvrocks` without the subPath `kvrocks.conf` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
