This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 7af0decd1c speed up merge operation for lots of tablets (#4574) add 221259e12e Log message when Tablet has been unloading for over 15 minutes (#4558) add aada55ef50 Merge branch '2.1' new 7facf2f355 Merge branch 'main' into elasticity new 9edcbdc845 Merge remote-tracking branch 'upstream/elasticity' into elasticity new 025a821d36 Merge remote-tracking branch 'upstream/elasticity' into elasticity The 3 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: core/pom.xml | 16 ++ .../accumulo/core/logging/ConditionalLogger.java | 194 +++++++++++++++++++++ .../core/logging/DeduplicatingLoggerTest.java | 69 ++++++++ .../core/logging/EscalatingLoggerTest.java | 77 ++++++++ .../accumulo/manager/TabletGroupWatcher.java | 11 +- .../accumulo/tserver/UnloadTabletHandler.java | 1 - .../org/apache/accumulo/tserver/tablet/Tablet.java | 22 ++- 7 files changed, 386 insertions(+), 4 deletions(-) create mode 100644 core/src/main/java/org/apache/accumulo/core/logging/ConditionalLogger.java create mode 100644 core/src/test/java/org/apache/accumulo/core/logging/DeduplicatingLoggerTest.java create mode 100644 core/src/test/java/org/apache/accumulo/core/logging/EscalatingLoggerTest.java