You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/20 06:42:08 UTC

[GitHub] [incubator-kvrocks] fishery86 opened a new issue, #640: namespace in config file is case-sensitive but namespace command is not

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   1.3.3
   
   ### Minimal reproduce step
   
   add namespace with command 
   
   >> namespace add "Big_case_namespace" "anypass"
   ok
   
   then 
   restart the instance ,get namespace info
   >> namespace get *
   1) big_case_namespace
   2) anypass
   
   ### What did you expect to see?
   
   when restart we should get a namespace named "Big_case_namespace" not "big_case_namespace", it makes data could not be access with auth "anypass",it point to another namespace with lowercase
   
   ### What did you see instead?
   
   >> namespace get *
   1) big_case_namespace
   2) anypass
   
   ### Anything Else?
   
   config with namespace and command has the same result
   
   ### 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] git-hulk closed issue #640: namespace is case-sensitive but namespace configed in file is not and namespace command does

Posted by GitBox <gi...@apache.org>.
git-hulk closed issue #640: namespace  is case-sensitive but namespace configed in file is not and namespace command does 
URL: https://github.com/apache/incubator-kvrocks/issues/640


-- 
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