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 142cae433f More KeywordExecutable changes (#6126)
     add d59f227605 Optimizes event handling by collapsing queue (#6128)

No new revisions were added by this update.

Summary of changes:
 .../apache/accumulo/manager/EventCoordinator.java  |  20 +--
 .../org/apache/accumulo/manager/EventQueue.java    | 157 +++++++++++++++++++++
 .../accumulo/manager/TabletGroupWatcher.java       |  62 ++++----
 .../apache/accumulo/manager/EventQueueTest.java    | 100 +++++++++++++
 4 files changed, 297 insertions(+), 42 deletions(-)
 create mode 100644 
server/manager/src/main/java/org/apache/accumulo/manager/EventQueue.java
 create mode 100644 
server/manager/src/test/java/org/apache/accumulo/manager/EventQueueTest.java

Reply via email to