This is an automated email from the ASF dual-hosted git repository.
kturner pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from bd184af6fd Added summary of queued and running compactions to
coordinator (#5989)
add 0b4288b8be Uses rendezvous hashing for scan server selection (#5937)
No new revisions were added by this update.
Summary of changes:
.../scan/ConfigurableScanServerHostSelector.java | 217 +++++++------
.../spi/scan/ConfigurableScanServerSelector.java | 142 ++++-----
.../accumulo/core/spi/scan/RendezvousHasher.java | 334 +++++++++++++++++++++
.../core/spi/scan/ScanServersSnapshot.java | 125 ++++++++
.../ConfigurableScanServerHostSelectorTest.java | 111 +++----
.../scan/ConfigurableScanServerSelectorTest.java | 110 +++++++
.../core/spi/scan/RendezvousHasherTest.java | 196 ++++++++++++
7 files changed, 1005 insertions(+), 230 deletions(-)
create mode 100644
core/src/main/java/org/apache/accumulo/core/spi/scan/RendezvousHasher.java
create mode 100644
core/src/main/java/org/apache/accumulo/core/spi/scan/ScanServersSnapshot.java
create mode 100644
core/src/test/java/org/apache/accumulo/core/spi/scan/RendezvousHasherTest.java