ddanielr opened a new issue, #5928: URL: https://github.com/apache/accumulo/issues/5928
**Is your feature request related to a problem? Please describe.** The current scan server code uses normal hashing across the set of scan servers. This means any change to the number of running scan servers can cause extreme differences in where client requests are issued. **Describe the solution you'd like** The scan server selection code should use rendezvous hashing in order to minimize tablet request churn across the scan servers. -- 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]
