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 eb98075df6 Merge branch '2.1' into main
     add 797f5de1c2 Added ability to wake Compactors that might be in a long 
wait (#6510)
     new e679321d50 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    |    6 +
 .../util/compaction/ExternalCompactionUtil.java    |   56 +-
 .../core/util/threads/ThreadPoolNames.java         |    1 +
 .../core/compaction/thrift/CompactorService.java   | 1076 ++++++++++++++++++++
 core/src/main/thrift/compaction-coordinator.thrift |    7 +
 .../org/apache/accumulo/compactor/Compactor.java   |   36 +-
 .../coordinator/CompactionCoordinator.java         |   81 +-
 .../compaction/CompactionCoordinatorTest.java      |   11 +-
 .../test/compaction/ExternalCompactionWaitIT.java  |  170 ++++
 9 files changed, 1433 insertions(+), 11 deletions(-)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompactionWaitIT.java

Reply via email to