This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a commit to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit 729115a63b7967d5e3188ff966a56d57b7719c17 Merge: 9cd9fa8921 f660cc3009 Author: Dave Marion <[email protected]> AuthorDate: Thu Jun 1 11:33:17 2023 +0000 Merge branch 'main' into elasticity .../org/apache/accumulo/core/conf/Property.java | 1 + .../miniclusterImpl/MiniAccumuloClusterImpl.java | 1 + .../miniclusterImpl/MiniAccumuloConfigImpl.java | 21 ++++ .../accumulo/server/fs/VolumeManagerImpl.java | 4 + .../main/java/org/apache/accumulo/gc/GCRun.java | 10 +- .../apache/accumulo/gc/SimpleGarbageCollector.java | 4 +- .../accumulo/gc/SimpleGarbageCollectorTest.java | 6 +- .../test/functional/GarbageCollectorTrashBase.java | 125 +++++++++++++++++++++ .../functional/GarbageCollectorTrashDefaultIT.java | 88 +++++++++++++++ .../GarbageCollectorTrashDisabledIT.java | 86 ++++++++++++++ ...GarbageCollectorTrashEnabledCustomPolicyIT.java | 114 +++++++++++++++++++ .../functional/GarbageCollectorTrashEnabledIT.java | 84 ++++++++++++++ test/src/main/resources/log4j2-test.properties | 3 + 13 files changed, 542 insertions(+), 5 deletions(-)
