dlmarion opened a new issue, #5794: URL: https://github.com/apache/accumulo/issues/5794
**Describe the bug** When starting 4.0 software on an older instance an upgrade is required. For 4.0, the `accumulo upgrade --start` command should be used before starting the instance. If this is not done, then the processes should exit and an error should be logged. [UpgradeIT.testUpgradeManagerFailure](https://github.com/apache/accumulo/blob/main/test/src/main/java/org/apache/accumulo/test/upgrade/UpgradeIT.java#L151) tests this condition. The Manager process does exit in this case, but the exception message is not making it into the log for some reason. **Versions (OS, Maven, Java, and others, as appropriate):** - Affected version(s) of this project: 4.0.0 **To Reproduce** Start 4.0 software on a 2.1 instance. The Manager will stop, but the error will not be in the log. **Expected behavior** The error message from the UpgradeIT test should be in one of the Manager log files -- 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]
