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

dlmarion pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from bb48f00de9 Minor improvements to BulkImport.estimateSizes() (#3424)
     add d4a55591dc Deprecate GC_TRASH_IGNORE, add tests to confirm Trash works 
(#3436)
     new f660cc3009 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    |   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(-)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorTrashBase.java
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorTrashDefaultIT.java
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorTrashDisabledIT.java
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorTrashEnabledCustomPolicyIT.java
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorTrashEnabledIT.java

Reply via email to