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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
