gocrush
gocrush copied to clipboard
Straw selector uses iterator order to break ties
When the straw selector has a weight tie it uses the go hash map iterator order to break it - which is random - this causes random object movement between nodes.
I guess the fix is to break ties with the node id.