This is an automated email from the ASF dual-hosted git repository.
domgarguilo pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from d2ea53d3cf Merge branch 'main' into elasticity
add 41fd482771 Replace OpTimer with new Timer class (#4784)
add 3e6c5be1b8 Merge remote-tracking branch 'upstream/2.1'
add d73ecd841c Merge remote-tracking branch 'upstream/main' into elasticity
No new revisions were added by this update.
Summary of changes:
.../accumulo/core/clientImpl/ClientContext.java | 10 +-
.../core/clientImpl/ClientTabletCacheImpl.java | 25 ++-
.../core/clientImpl/NamespaceOperationsImpl.java | 18 +--
.../core/clientImpl/RootClientTabletCache.java | 10 +-
.../core/clientImpl/TableOperationsImpl.java | 16 +-
.../TabletServerBatchReaderIterator.java | 15 +-
.../accumulo/core/clientImpl/ThriftScanner.java | 28 ++--
.../metadata/MetadataCachedTabletObtainer.java | 12 +-
.../org/apache/accumulo/core/util/OpTimer.java | 131 ----------------
.../java/org/apache/accumulo/core/util/Timer.java | 91 +++++++++++
.../org/apache/accumulo/core/util/OpTimerTest.java | 168 ---------------------
.../org/apache/accumulo/core/util/TimerTest.java | 109 +++++++++++++
12 files changed, 262 insertions(+), 371 deletions(-)
delete mode 100644
core/src/main/java/org/apache/accumulo/core/util/OpTimer.java
create mode 100644 core/src/main/java/org/apache/accumulo/core/util/Timer.java
delete mode 100644
core/src/test/java/org/apache/accumulo/core/util/OpTimerTest.java
create mode 100644
core/src/test/java/org/apache/accumulo/core/util/TimerTest.java