tianxiaoliang opened a new issue #1203:
URL: https://github.com/apache/servicecomb-service-center/issues/1203


   **Describe the bug**
   A clear and concise description of what the bug is.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. set a key value with lable "app=default, env="
   2. use etcd as storage 
   3. query by "app=default, env="
   4. it will not return any result
   
   1. set a key value with lable "app=default, env="
   2. use mongo as storage 
   3. query by "app=default, env="
   4. it will not return result
   
   **Expected behavior**
   return same result
   
   
   # Sugesstion for bug:
   change service layer, if lable value is empty, do not pass it to dao layer, 
consider it as an inefficiency query param


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


Reply via email to