egolearner opened a new issue, #2993:
URL: https://github.com/apache/brpc/issues/2993

   **Describe the bug**
   > 地址后出现的非注释内容被认为是tag,由一个或多个空格与前面的地址分隔,相同的地址+不同的tag被认为是不同的实例。
   
   但是一致性哈希实现中没有考虑tag,只用了ip地址来生成哈希或者判断node是否相同,导致相同的地址+不同的tag被认为是相同节点。
   
   **To Reproduce**
   
   
   **Expected behavior**
   一致性哈希支持相同的地址+不同的tag。
   
   
   **Versions**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots**
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to