The GitHub Actions job "Build" on 
rocketmq-clients.git/fix/golang-loadbalancer-roundrobin-bug has failed.
Run started by GitHub user guyinyou (triggered by guyinyou).

Head commit for run:
d242d37549a2d50c84581eb895a4e575ea109abc / guyinyou 
<[email protected]>
[Go] Fix round-robin load balancer always selecting the same queue

In TakeMessageQueues, the index was computed as `next+1` (constant)
instead of `next+i` (loop-varying), causing every loop iteration to
examine the same message queue. This defeats the round-robin intent
and prevents proper load distribution across brokers.

Report URL: https://github.com/apache/rocketmq-clients/actions/runs/31362702268

With regards,
GitHub Actions via GitBox

Reply via email to