We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am facing the following error when starting the kvrocks standard nodes:
Failed to start server: rename file encounter error: Read-only file system
This seems to be caused by KvRocks' attempt at rewriting the configuration file to include extra namespaced keys at https://github.com/apache/kvrocks/blob/230d972640c9231b173f3acd17d4a0b1c19d15a1/src/config/config.cc#L862-L863 How can this be avoided?
The text was updated successfully, but these errors were encountered:
We're also seeing this issue.
Sorry, something went wrong.
same problem,has anyone solved it?
The issue has so far not been solved by the upstream, the alternative is running an earlier nightly version prior to that changes
same problem,has anyone solved it? The issue has so far not been solved by the upstream, the alternative is running an earlier nightly version prior to that changes
nightly version worked,thank you
No branches or pull requests
I am facing the following error when starting the kvrocks standard nodes:
This seems to be caused by KvRocks' attempt at rewriting the configuration file to include extra namespaced keys at
https://github.com/apache/kvrocks/blob/230d972640c9231b173f3acd17d4a0b1c19d15a1/src/config/config.cc#L862-L863
How can this be avoided?
The text was updated successfully, but these errors were encountered: