This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 8cd7c59412 Merge branch 'main' into elasticity add d59e2ebd3e New data version to support no-chop changes, disable upgrade (#3779) add 9aa08ef6fa Remove unused variable in FencedRFileTest add f5bbd894bc Apply automatic module names (#2498) add 27b76c70b8 Revert "Apply automatic module names (#2498)" add 5488a7c74b Merge branch '2.1' add b9fdbc3beb Fix use of ServiceLockData Optional and nulls (#3788) add 84d034589d Clean up Thrift SSL code (#3787) add 19b4c508bf Merge branch '2.1' new cacd7a5c74 Merge branch 'main' into elasticity 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: .../apache/accumulo/core/lock/ServiceLockData.java | 30 ++---- .../core/metadata/schema/TabletMetadata.java | 15 +-- .../rpc/ProtocolOverridingSSLSocketFactory.java | 111 --------------------- .../accumulo/core/rpc/SslConnectionParams.java | 20 +--- .../org/apache/accumulo/core/rpc/ThriftUtil.java | 108 +------------------- .../accumulo/core/rpc/clients/TServerClient.java | 14 +-- .../util/compaction/ExternalCompactionUtil.java | 8 +- .../accumulo/core/file/rfile/FencedRFileTest.java | 3 - .../accumulo/core/lock/ServiceLockDataTest.java | 9 +- pom.xml | 5 +- .../accumulo/server/AccumuloDataVersion.java | 16 ++- .../accumulo/server/manager/LiveTServerSet.java | 8 +- .../apache/accumulo/server/rpc/TServerUtils.java | 2 +- .../apache/accumulo/server/ServerContextTest.java | 2 +- .../java/org/apache/accumulo/monitor/Monitor.java | 9 +- 15 files changed, 58 insertions(+), 302 deletions(-) delete mode 100644 core/src/main/java/org/apache/accumulo/core/rpc/ProtocolOverridingSSLSocketFactory.java