This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo.git
from f22e774ef6 Stop tracking last compactor check-in for non-existent groups (#4403) add d64bd908d4 adds a new count down timer (#4796) new 06af479f20 Merge branch 'main' into elasticity 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/core/fate/AbstractFateStore.java | 18 ++-- .../apache/accumulo/core/util/CountDownTimer.java | 94 +++++++++++++++++++++ .../accumulo/core/util/CountDownTimerTest.java | 97 ++++++++++++++++++++++ 3 files changed, 200 insertions(+), 9 deletions(-) create mode 100644 core/src/main/java/org/apache/accumulo/core/util/CountDownTimer.java create mode 100644 core/src/test/java/org/apache/accumulo/core/util/CountDownTimerTest.java