This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 73b97b8d1d Merge branch '2.1'
     add dd61442925 Created ScanServerSelector that tries to use servers on the 
same host (#4536)
     new 91a2ca2349 Merge branch '2.1'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../scan/ConfigurableScanServerHostSelector.java   | 157 +++++++++++++++++
 .../spi/scan/ConfigurableScanServerSelector.java   |  49 +++---
 .../ConfigurableScanServerHostSelectorTest.java    | 191 +++++++++++++++++++++
 .../scan/ConfigurableScanServerSelectorTest.java   |  22 +--
 4 files changed, 386 insertions(+), 33 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

Reply via email to