GLGGAG commented on issue #15762:
URL: https://github.com/apache/dubbo/issues/15762#issuecomment-3552188662

   Among this batch of newly started nodes, the ones that come up earliest will 
take more traffic.
   The reason is that whenever an old node is selected in the round-robin, its 
current becomes a large negative value. At that moment, among the new nodes, 
the ones that started first will, on each round, reset their current to 0 and 
then add their weight. As a result, these few nodes are much more likely to be 
selected and thus carry more traffic.
   
   Is this a potential point where the algorithm could be optimized?
   
   <img width="2156" height="1056" alt="Image" 
src="https://github.com/user-attachments/assets/cf9dee9a-da0b-4396-9918-130324166689";
 />


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