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 202198a588 Updates compaction to use TabletLogger (#4333) add d91d016211 Optimized logic for getting a random TabletServer connection (#4309) add f3d5fb01d7 Merge branch '2.1' new 3849fffedd Merge branch 'main' into elasticity new 1688cecd5a Merge remote-tracking branch 'upstream/elasticity' into elasticity The 2 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/ThriftTransportKey.java | 29 ++++-- .../core/clientImpl/ThriftTransportPool.java | 110 +++++---------------- .../org/apache/accumulo/core/rpc/ThriftUtil.java | 7 +- .../accumulo/core/rpc/clients/TServerClient.java | 105 +++++++++++--------- .../core/rpc/clients/ThriftClientTypes.java | 6 +- .../core/clientImpl/ThriftTransportKeyTest.java | 25 ++--- .../apache/accumulo/test/TransportCachingIT.java | 42 ++++---- .../test/functional/MemoryStarvedScanIT.java | 41 +++++--- 8 files changed, 182 insertions(+), 183 deletions(-)