keith-turner commented on code in PR #5378:
URL: https://github.com/apache/accumulo/pull/5378#discussion_r1983706217


##########
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:
   This happens after the GC gets its lock.  If upgrade is changing the ZK 
layout for server locks it may be better to wait before getting the lock.



-- 
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]

Reply via email to