Description
This is just a TODO item.
In our client code we use random() in a few places to select a random server among several available ones. In case of large number of clients connecting to a Kudu cluster it's essential not all the requests are landed at the same server. It would be nice to make sure the random generator is seeded: a quick inspection of the code didn't reveal any evidence of that right away.
Attachments
Issue Links
- is related to
-
KUDU-3248 Expose replica selection option that provides better affinity for remote scans
- Resolved