dlmarion commented on code in PR #3855:
URL: https://github.com/apache/accumulo/pull/3855#discussion_r1364395295


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/AssignmentHandler.java:
##########
@@ -190,6 +189,7 @@ public void run() {
           server.recentlyUnloadedCache.remove(tablet.getExtent());
         }
       }
+      tablet.setLastAccessTime();

Review Comment:
   Implemented in a7361ea



##########
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java:
##########
@@ -178,6 +178,8 @@ enum CompactionState {
 
   private final int logId;
 
+  private volatile long lastAccessTime = 0;

Review Comment:
   Implemented in a7361ea



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to