This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 6c0f610ed2 Merge remote-tracking branch 'upstream/main' into elasticity new 96fa64fc2a Fixed ScanServerGroupConfigurationIT from error after merge add 176ba9ea0b Improve ThriftTransportPool shutdown speed (#4561) add 73b97b8d1d Merge branch '2.1' add dd61442925 Created ScanServerSelector that tries to use servers on the same host (#4536) add 91a2ca2349 Merge branch '2.1' new 94f37aaddb Merge branch 'main' into elasticity new 393c7a6c2f Fixed post-merge issue with ConfigurableScanServerSelectorTest The 3 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: .../core/clientImpl/ThriftTransportPool.java | 28 ++- .../scan/ConfigurableScanServerHostSelector.java | 157 +++++++++++++++++ .../spi/scan/ConfigurableScanServerSelector.java | 49 +++--- .../ConfigurableScanServerHostSelectorTest.java | 191 +++++++++++++++++++++ .../scan/ConfigurableScanServerSelectorTest.java | 24 +-- .../test/ScanServerGroupConfigurationIT.java | 10 +- 6 files changed, 412 insertions(+), 47 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