You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "eacdy (via GitHub)" <gi...@apache.org> on 2023/03/01 06:02:00 UTC

[GitHub] [incubator-kvrocks] eacdy opened a new issue, #1289: namespace add error.

eacdy opened a new issue, #1289:
URL: https://github.com/apache/incubator-kvrocks/issues/1289

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/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?
   
   - [X] I'm willing to submit a PR!


-- 
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: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] PragmaTwice commented on issue #1289: namespace add error.

Posted by "PragmaTwice (via GitHub)" <gi...@apache.org>.
PragmaTwice commented on issue #1289:
URL: https://github.com/apache/incubator-kvrocks/issues/1289#issuecomment-1449524989

   I think it happens while other process creates a file lock upon `kvrocks.conf`.
   
   Close the corresponding program and try again.


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org