keith-turner commented on code in PR #5378:
URL: https://github.com/apache/accumulo/pull/5378#discussion_r1983763594
##########
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:
In 4.0 if there is a pre upgrade command it could handle changing the lock
schema before the tablet server and manager start.
--
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]