keith-turner commented on code in PR #5378:
URL: https://github.com/apache/accumulo/pull/5378#discussion_r1983750486
##########
server/gc/src/main/java/org/apache/accumulo/gc/SimpleGarbageCollector.java:
##########
@@ -167,6 +167,13 @@ public void run() {
System.exit(1);
}
+ try {
+ waitForUpgrade();
Review Comment:
I guess it does not hurt for the other servers to wait to get their lock
though. But when the tserver tries to get its lock it needs to be tolerant of
any ZK changes related to locks.
--
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]