This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 176ba9ea0b Improve ThriftTransportPool shutdown speed (#4561)
add dd61442925 Created ScanServerSelector that tries to use servers on the
same host (#4536)
No new revisions were added by this update.
Summary of changes:
.../scan/ConfigurableScanServerHostSelector.java | 155 +++++++++++++++++
.../spi/scan/ConfigurableScanServerSelector.java | 51 +++---
.../ConfigurableScanServerHostSelectorTest.java | 191 +++++++++++++++++++++
.../scan/ConfigurableScanServerSelectorTest.java | 22 +--
4 files changed, 385 insertions(+), 34 deletions(-)
create mode 100644
core/src/main/java/org/apache/accumulo/core/spi/scan/ConfigurableScanServerHostSelector.java
create mode 100644
core/src/test/java/org/apache/accumulo/core/spi/scan/ConfigurableScanServerHostSelectorTest.java