keith-turner commented on code in PR #5378: URL: https://github.com/apache/accumulo/pull/5378#discussion_r1983749006
########## 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: Actually the tserver will get its lock regardless, so maybe this is something the code just needs to handle. So maybe the order for this particular thing does not matter. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org