This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 59707d6002 Merge branch '2.1'
     add 98fc87d427 fixes bug w/ deletion of compaction thread pool (#3750)
     add a2de3d7d99 adds validation to prevent possible deadlock (#3747)
     add de0cf9f739 fixes bug where lock is not unlocked on exception (#3748)
     new 688d2f58be 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:
 .../accumulo/tserver/compactions/Compactable.java  |   5 +-
 .../compactions/InternalCompactionExecutor.java    |  43 ++++++++-
 .../accumulo/tserver/tablet/CompactableImpl.java   |  16 ++--
 .../accumulo/tserver/tablet/DatafileManager.java   |  15 ++-
 .../org/apache/accumulo/tserver/tablet/Tablet.java |  21 ++---
 .../test/compaction/CompactionConfigChangeIT.java  | 103 +++++++++++++++++++++
 6 files changed, 176 insertions(+), 27 deletions(-)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/compaction/CompactionConfigChangeIT.java

Reply via email to