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 c56f3d2c7d Merge branch '2.1'
add bd184af6fd Added summary of queued and running compactions to
coordinator (#5989)
new cbe4dc0d28 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:
.../coordinator/CompactionCoordinator.java | 12 ++-
.../coordinator/CoordinatorSummaryLogger.java | 86 ++++++++++++++++++++++
.../compaction/CompactionCoordinatorTest.java | 3 +
3 files changed, 100 insertions(+), 1 deletion(-)
create mode 100644
server/manager/src/main/java/org/apache/accumulo/manager/compaction/coordinator/CoordinatorSummaryLogger.java