This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch no-chop-merge
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 36910dbf7b98e3bfdfc18fb533e24f3cafe1089b
Merge: c44fca29f1 e4127a5014
Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
AuthorDate: Fri Sep 15 06:55:08 2023 -0400

    Merge branch 'main' into no-chop-merge

 .../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      |   92 --
 .../accumulo/tserver/compactions/Compactable.java  |    5 +-
 .../compactions/InternalCompactionExecutor.java    |   43 +-
 .../accumulo/tserver/tablet/CompactableImpl.java   |   16 +-
 .../accumulo/tserver/tablet/DatafileManager.java   |   17 +-
 .../org/apache/accumulo/tserver/tablet/Tablet.java |   21 +-
 .../org/apache/accumulo/test/BatchWriterIT.java    |   96 --
 .../test/compaction/CompactionConfigChangeIT.java  |  103 ++
 .../accumulo/test/functional/ZombieTServer.java    |   10 +-
 .../accumulo/test/performance/NullTserver.java     |    9 +-
 17 files changed, 538 insertions(+), 1895 deletions(-)


Reply via email to