This is an automated email from the ASF dual-hosted git repository. cshannon pushed a change to branch no-chop-merge in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 59f082642f No chop and no split deletions (#3728) new c32ba0dc10 Minor code cleanup new 341ece512e Update DFV when multiple ranges are created during delete The 2 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/metadata/StoredTabletFile.java | 2 - .../server/constraints/MetadataConstraints.java | 6 +-- .../accumulo/server/util/MetadataTableUtil.java | 1 - .../accumulo/manager/TabletGroupWatcher.java | 41 ++++++++++++++-- .../apache/accumulo/manager/state/MergeStats.java | 3 -- .../manager/tableOps/bulkVer2/LoadFiles.java | 1 - .../accumulo/manager/TabletGroupWatcherTest.java | 55 ++++++++++++++++++++++ .../apache/accumulo/test/manager/MergeStateIT.java | 11 ----- 8 files changed, 95 insertions(+), 25 deletions(-) create mode 100644 server/manager/src/test/java/org/apache/accumulo/manager/TabletGroupWatcherTest.java