This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 3409d958bb Merge branch '2.1' add c899d61206 Add tests for AccumuloConfiguration.isPropertySet implementations (#3676) add af5972e464 Added property to configure TCP backlog for Thrift server sockets (#3752) new 11824cf7a5 Use property in test that still exists in main new 59707d6002 Merge branch '2.1' 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: .../accumulo/core/conf/AccumuloConfiguration.java | 4 + .../org/apache/accumulo/core/conf/Property.java | 5 + .../apache/accumulo/server/rpc/TServerUtils.java | 63 +++-- .../AccumuloConfigurationIsPropertySetTest.java | 302 +++++++++++++++++++++ .../apache/accumulo/gc/SimpleGarbageCollector.java | 3 +- .../accumulo/test/functional/ZombieTServer.java | 10 +- .../accumulo/test/performance/NullTserver.java | 3 +- 7 files changed, 360 insertions(+), 30 deletions(-) create mode 100644 server/base/src/test/java/org/apache/accumulo/server/conf/AccumuloConfigurationIsPropertySetTest.java