edhn3000 commented on issue #11947:
URL: https://github.com/apache/dubbo/issues/11947#issuecomment-2362837559

   mark,dubbo 2.7.x 
遇到此问题,一致性hash应该按照hashkey负载到同一个节点,2.7用一个OVERLOAD_RATIO_THREAD定义来控制负载量,猜想可能是为了更加可用,但是违背了一致性哈希的意图,主要是造成理解不一致,最终影响了一致性效果。看了下3.1.x最新的确去掉了此实现,2.7修复的话我这边是覆盖了此类,虽然觉得2.7也应该修复此问题


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