You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2021/06/03 14:16:41 UTC

[accumulo] branch main updated (cd2dfa1 -> 7cbeb67)

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 cd2dfa1  Change compaction priority from long to short (#2128)
     add 7cbeb67  Remove UnknownCompactionIdException from Coordinator (#2130)

No new revisions were added by this update.

Summary of changes:
 .../thrift/CompactionCoordinatorService.java       | 420 ++-------------------
 core/src/main/thrift/compaction-coordinator.thrift |   6 -
 .../coordinator/CompactionCoordinator.java         |  38 +-
 .../coordinator/DeadCompactionDetector.java        |   7 +-
 .../coordinator/CompactionCoordinatorTest.java     |   6 +-
 .../accumulo/test/TestCompactionCoordinator.java   |  10 +-
 6 files changed, 45 insertions(+), 442 deletions(-)