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 aab373f47c fixes accumulo-cluster start --managers (#6310)
add 9961765565 Disable delete optimization and exit ref loop faster (#6219)
new 304f52c0f3 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 | 8 +
.../accumulo/server/util/MetadataTableUtil.java | 2 +-
.../accumulo/manager/tableOps/delete/CleanUp.java | 32 +-
.../functional/DeleteAndVerifyFileRemovalsIT.java | 390 +++++++++++++++++++++
4 files changed, 417 insertions(+), 15 deletions(-)
create mode 100644
test/src/main/java/org/apache/accumulo/test/functional/DeleteAndVerifyFileRemovalsIT.java