This is an automated email from the ASF dual-hosted git repository. ddanielr pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from c14a97fe8c Deprecate rate limiting properties (#3882) add d021f3ca69 Adds property description formatting (#3877) add e6cbdb4418 Adds Static "named" constructors and updates GC (#3805) new c4c8c572c8 Merge branch '2.1' 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 | 243 ++++++++++----------- .../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/ManagerMetadataUtil.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 ++++++++------ .../accumulo/manager/TabletGroupWatcher.java | 2 +- .../tableOps/bulkVer2/CleanUpBulkImport.java | 2 +- .../test/functional/GarbageCollectorIT.java | 2 +- 15 files changed, 296 insertions(+), 221 deletions(-)