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 6622274056 Merge branch 'main' into elasticity add c899d61206 Add tests for AccumuloConfiguration.isPropertySet implementations (#3676) add af5972e464 Added property to configure TCP backlog for Thrift server sockets (#3752) add 11824cf7a5 Use property in test that still exists in main add 59707d6002 Merge branch '2.1' add 98fc87d427 fixes bug w/ deletion of compaction thread pool (#3750) add a2de3d7d99 adds validation to prevent possible deadlock (#3747) add de0cf9f739 fixes bug where lock is not unlocked on exception (#3748) add 688d2f58be Merge branch '2.1' add e129b80ddf removes unused single mutation update RPC add e4127a5014 adds code lost in merge from 2.1 new 83d2dc24e8 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: .../accumulo/core/conf/AccumuloConfiguration.java | 4 + .../org/apache/accumulo/core/conf/Property.java | 5 + .../thrift/TabletIngestClientService.java | 1631 -------------------- core/src/main/thrift/tabletingest.thrift | 13 - .../apache/accumulo/server/rpc/TServerUtils.java | 63 +- .../AccumuloConfigurationIsPropertySetTest.java | 302 ++++ .../apache/accumulo/gc/SimpleGarbageCollector.java | 3 +- .../accumulo/tserver/TabletClientHandler.java | 93 -- .../org/apache/accumulo/tserver/tablet/Tablet.java | 36 +- .../org/apache/accumulo/test/BatchWriterIT.java | 102 -- .../test/compaction/CompactionConfigChangeIT.java | 103 ++ .../accumulo/test/functional/ZombieTServer.java | 10 +- .../accumulo/test/performance/NullTserver.java | 9 +- 13 files changed, 486 insertions(+), 1888 deletions(-) create mode 100644 server/base/src/test/java/org/apache/accumulo/server/conf/AccumuloConfigurationIsPropertySetTest.java create mode 100644 test/src/main/java/org/apache/accumulo/test/compaction/CompactionConfigChangeIT.java