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 5220f009cc Merge branch 'main' into elasticity
     add 368cdb36ae Update Ample to use SteadyTime for suspension (#4545)
     add 5aca4f67bc simplifies handling of time in unload handler (#4548)
     new 5e4ec67ac0 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:
 .../org/apache/accumulo/core/logging/TabletLogger.java  |  7 +++----
 .../accumulo/core/metadata/SuspendingTServer.java       | 17 ++++++++++-------
 .../org/apache/accumulo/core/metadata/schema/Ample.java |  3 ++-
 .../core/metadata/schema/TabletMetadataBuilder.java     |  3 ++-
 .../core/metadata/schema/TabletMutatorBase.java         |  3 ++-
 .../org/apache/accumulo/core/util/time/SteadyTime.java  | 14 ++++++++++++++
 .../core/metadata/schema/TabletMetadataTest.java        | 16 ++++++++++------
 .../server/manager/state/AbstractTabletStateStore.java  |  9 +++++----
 .../server/manager/state/LoggingTabletStateStore.java   |  6 +++---
 .../server/manager/state/MetaDataStateStore.java        |  7 ++++---
 .../accumulo/server/manager/state/TabletStateStore.java |  5 +++--
 .../server/manager/state/ZooTabletStateStore.java       |  5 +++--
 .../org/apache/accumulo/manager/TabletGroupWatcher.java |  4 ++--
 .../apache/accumulo/tserver/TabletClientHandler.java    |  5 +++--
 .../apache/accumulo/tserver/UnloadTabletHandler.java    | 14 ++++++++------
 15 files changed, 74 insertions(+), 44 deletions(-)

Reply via email to