keith-turner commented on code in PR #4223:
URL: https://github.com/apache/accumulo/pull/4223#discussion_r1483717426
##########
server/compactor/src/main/java/org/apache/accumulo/compactor/Compactor.java:
##########
@@ -591,8 +596,9 @@ protected long getWaitTimeBetweenCompactionChecks() {
long sleepTime = numCompactors * 1000L / 3;
// Ensure a compactor sleeps at least around a second
sleepTime = Math.max(1000, sleepTime);
Review Comment:
Should the 1000 here change to use the new min time property? Not sure if it
should 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]