This is an automated email from the ASF dual-hosted git repository. ddanielr pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 9fa27a6d4d Modify merge and deleterows to use conditional mutations (#3875) add d021f3ca69 Adds property description formatting (#3877) add e6cbdb4418 Adds Static "named" constructors and updates GC (#3805) add c4c8c572c8 Merge branch '2.1' new 9c7c467a56 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: .../org/apache/accumulo/core/conf/Property.java | 246 ++++++++++----------- .../org/apache/accumulo/core/gc/Reference.java | 7 + .../accumulo/core/gc/ReferenceDirectory.java | 2 +- .../org/apache/accumulo/core/gc/ReferenceFile.java | 32 ++- .../apache/accumulo/core/conf/PropertyTest.java | 4 + .../accumulo/server/gc/AllVolumesDirectory.java | 2 +- .../accumulo/server/metadata/ServerAmpleImpl.java | 4 +- .../accumulo/server/util/MetadataTableUtil.java | 2 +- .../main/java/org/apache/accumulo/gc/GCRun.java | 31 +-- .../accumulo/gc/GarbageCollectionAlgorithm.java | 16 +- .../apache/accumulo/gc/GarbageCollectionTest.java | 164 +++++++++----- .../tableOps/bulkVer2/CleanUpBulkImport.java | 2 +- .../test/functional/GarbageCollectorIT.java | 2 +- 13 files changed, 293 insertions(+), 221 deletions(-)