ddanielr commented on code in PR #5391:
URL: https://github.com/apache/accumulo/pull/5391#discussion_r1988186917
##########
server/gc/src/main/java/org/apache/accumulo/gc/GCRun.java:
##########
@@ -492,6 +511,10 @@ static void minimizeDeletes(SortedMap<String,GcCandidate>
confirmedDeletes,
}
}
}
+ if (progressTimer.hasElapsed(Duration.ofMinutes(1))) {
Review Comment:
This was meant to be inside, moved it and also grabbed the map.size before
the iterator loop so the total amount shouldn't change.
--
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]