You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Hi~ @zehuamama
I found that round-robin balancer has a thread-safety problem, increasing the current index but the lock is read lock. This may cause the result we get from the round-robin balancer may not be what we want.
Hi~ @zehuamama
I found that round-robin balancer has a thread-safety problem, increasing the current index but the lock is read lock. This may cause the result we get from the round-robin balancer may not be what we want.
Reference: https://github.com/zehuamama/balancer/blob/6e8ef295bbbc76b6815d9f297b26352aeaf37fd4/balancer/round_robin.go#L35C5-L35C5
The text was updated successfully, but these errors were encountered: