keith-turner commented on code in PR #4853:
URL: https://github.com/apache/accumulo/pull/4853#discussion_r1743914003
##########
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:
The tracking and flushing is per tablet not per tablet server. This code is
inside an inner class named TabletResourceManager that does a bit of per tablet
resource management.
--
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]