Alanxtl commented on PR #3053:
URL: https://github.com/apache/dubbo-go/pull/3053#issuecomment-3420247461

   the `lastUpdate` field is updated in line 99 of 
`dubbo-go/cluster/loadbalance/roundrobin/loadbalance.go`. 
   ```go
   weightRobin.lastUpdate = &now
   ```
   What is the necessity of making changes in the areas you modified?
   
   Moreover, the current modification seems does not appear to resolve the data 
race issue.


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