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

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


    from edda158a54 Modified SetEncodingIterator to include Value (#4486)
     add 6dcf84ed00 Create a SteadyTime type in the Manager (#4494)
     new 5220f009cc 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:
 .../apache/accumulo/core/util/time/SteadyTime.java |  84 +++++++++++++
 .../accumulo/core/util/time/SteadyTimeTest.java    |  56 +++++++++
 server/manager/pom.xml                             |   5 +
 .../java/org/apache/accumulo/manager/Manager.java  |   9 +-
 .../org/apache/accumulo/manager/ManagerTime.java   | 120 ++++++++++++++++---
 .../accumulo/manager/TabletGroupWatcher.java       |   6 +-
 .../apache/accumulo/manager/ManagerTimeTest.java   | 130 +++++++++++++++++++++
 7 files changed, 389 insertions(+), 21 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/accumulo/core/util/time/SteadyTime.java
 create mode 100644 
core/src/test/java/org/apache/accumulo/core/util/time/SteadyTimeTest.java
 create mode 100644 
server/manager/src/test/java/org/apache/accumulo/manager/ManagerTimeTest.java

Reply via email to