dlmarion commented on code in PR #5383:
URL: https://github.com/apache/accumulo/pull/5383#discussion_r2031821350
##########
server/base/src/main/java/org/apache/accumulo/server/util/UpgradeUtil.java:
##########
@@ -48,6 +59,14 @@ static class Opts extends ConfigOpts {
description = "prepare an older version instance for an upgrade to a
newer non-bugfix release."
+ " This command should be run using the older version of software
after the instance is shut down.")
boolean prepare = false;
+
+ @Parameter(names = "--check",
+ description = "check that 'accumulo upgrade --prepare' was run on the
instance after it was shut down.")
+ boolean check = false;
Review Comment:
Yeah, I agree that the name is not descriptive of what it's doing. I was
thinking of `--make-ready`, but figured that would be considered to verbose.
--
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]