keith-turner commented on code in PR #4853:
URL: https://github.com/apache/accumulo/pull/4853#discussion_r1743944789
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java:
##########
@@ -698,6 +701,7 @@ public synchronized ScanFileManager
newScanFileManager(ScanDispatch scanDispatch
private final AtomicLong lastReportedSize = new AtomicLong();
private final AtomicLong lastReportedMincSize = new AtomicLong();
+ private final AtomicReference<Timer> firstReportedCommitTimer = new
AtomicReference<>(null);
Review Comment:
Each tablet has its own in memory map of mutations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]