You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/04 15:25:49 UTC

[GitHub] [accumulo] milleruntime commented on a diff in pull request #2672: Add new blip count to GC

milleruntime commented on code in PR #2672:
URL: https://github.com/apache/accumulo/pull/2672#discussion_r864974526


##########
server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectionAlgorithm.java:
##########
@@ -269,17 +276,19 @@ private void cleanUpDeletedTableDirs(GarbageCollectionEnvironment gce,
     }
   }
 
-  private void confirmDeletesTrace(GarbageCollectionEnvironment gce,
+  private long confirmDeletesTrace(GarbageCollectionEnvironment gce,

Review Comment:
   That is a good idea. I will give that a try.



-- 
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-unsubscribe@accumulo.apache.org

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