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 3aaafa4320 Handle Fate table creation on upgrade (#4760) add fd3e837033 Replace ReferenceDirectory with static named constructor (#4741) add 1a5368e983 Merge branch '2.1' new fc084cf9ef 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/gc/ReferenceDirectory.java | 56 ---------------------- .../org/apache/accumulo/core/gc/ReferenceFile.java | 23 ++++++--- .../accumulo/server/gc/AllVolumesDirectory.java | 2 +- .../main/java/org/apache/accumulo/gc/GCRun.java | 3 +- .../accumulo/gc/GarbageCollectionAlgorithm.java | 6 +-- .../apache/accumulo/gc/GarbageCollectionTest.java | 3 +- 6 files changed, 21 insertions(+), 72 deletions(-) delete mode 100644 core/src/main/java/org/apache/accumulo/core/gc/ReferenceDirectory.java