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 227f84fb48 3.1 upgrade process with no chop changes (#3876)
     add 4b63ead6cb Fixes handling of incorrect compaction configuration (#3912)
     new a4b4f540c8 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:
 .../tserver/compactions/CompactionManager.java     |  28 ++-
 .../tserver/compactions/CompactionService.java     |  21 +-
 .../compactions/ProvisionalCompactionPlanner.java  |  67 ++++++
 .../compaction/BadCompactionServiceConfigIT.java   | 233 +++++++++++++++++++++
 4 files changed, 334 insertions(+), 15 deletions(-)
 create mode 100644 
server/tserver/src/main/java/org/apache/accumulo/tserver/compactions/ProvisionalCompactionPlanner.java
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/compaction/BadCompactionServiceConfigIT.java

Reply via email to