Skip to content
New issue

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

KvRocks config rewrite on read-only filesystem #65

Open
itsfolf opened this issue Jan 6, 2024 · 4 comments
Open

KvRocks config rewrite on read-only filesystem #65

itsfolf opened this issue Jan 6, 2024 · 4 comments

Comments

@itsfolf
Copy link

itsfolf commented Jan 6, 2024

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?

@velddev
Copy link

velddev commented Feb 11, 2024

We're also seeing this issue.

@changyaowang
Copy link

same problem,has anyone solved it?

@itsfolf
Copy link
Author

itsfolf commented Jul 2, 2024

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

@changyaowang
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants