dlmarion commented on PR #5383: URL: https://github.com/apache/accumulo/pull/5383#issuecomment-2784742803
I was concerned that blindly deleting the UpgradeProgressTracker with `start` is re-run might be dangerous. If the Manager was started and some upgrade tasks did complete, then the user re-ran `start` for some reason, then the Manager would re-run all of the upgrade steps. In 1e2111f I added a check to `start` such that it would fail if the UpgradeProgressTracker exists and any progress is made in the upgrade process. -- 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]
