Skip to content

Commit

Permalink
Update server/gc/src/main/java/org/apache/accumulo/gc/SimpleGarbageCo…
Browse files Browse the repository at this point in the history
…llector.java

Co-authored-by: Keith Turner <[email protected]>
  • Loading branch information
dlmarion and keith-turner authored Jan 6, 2025
1 parent 50c0c06 commit 7f7bce9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ private void getZooLock(HostAndPort addr) throws KeeperException, InterruptedExc

gcLock.tryToCancelAsyncLockOrUnlock();

log.debug("Failed to get GC ZooKeeper lock, will retry");
sleepUninterruptibly(1000, TimeUnit.MILLISECONDS);
}

Expand Down

0 comments on commit 7f7bce9

Please sign in to comment.