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

Cannot save the namespace in docker file system #1289

Open
2 tasks done
eacdy opened this issue Mar 1, 2023 · 1 comment
Open
2 tasks done

Cannot save the namespace in docker file system #1289

eacdy opened this issue Mar 1, 2023 · 1 comment
Labels
bug type bug

Comments

@eacdy
Copy link

eacdy commented Mar 1, 2023

Search before asking

  • I had searched in the issues and found no similar issues.

Version

2.3.0; 2.2.0

Minimal reproduce step

root@df063bf88c13:/data# redis-cli -h kvrocks -p 6666 -a workitemadmin
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
kvrocks:6666> namespace add ns1 my_token
(error) rename file encounter error: Device or resource busy

always Device or resource busy

What did you expect to see?

namespace add ok.

What did you see instead?

Device or resource busy

Anything Else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@eacdy eacdy added the bug type bug label Mar 1, 2023
@PragmaTwice
Copy link
Member

PragmaTwice commented Mar 1, 2023

I think it happens while another process creates a file lock upon kvrocks.conf.

Close the corresponding program and try again.

@git-hulk git-hulk changed the title namespace add error. Cannot save the namespace in docker file system Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug type bug
Projects
None yet
Development

No branches or pull requests

2 participants