dlmarion commented on PR #5796:
URL: https://github.com/apache/accumulo/pull/5796#issuecomment-3183885989
I found this issue because I started 4.0 software on a 2.1.4 instance
without running the `upgrade --start` command. I expected to see the following
in the error log:
```
Thread 'manager' died.
java.lang.IllegalStateException: Upgrade not started, /upgrade_progress node
does not exist. Did you run 'accumulo upgrade --start'?
at
org.apache.accumulo.server.util.upgrade.UpgradeProgressTracker.continueUpgrade(UpgradeProgressTracker.java:81)
at
org.apache.accumulo.manager.upgrade.UpgradeCoordinator.continueUpgrade(UpgradeCoordinator.java:159)
at
org.apache.accumulo.manager.Manager.setManagerState(Manager.java:365)
at org.apache.accumulo.manager.Manager.run(Manager.java:953)
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
at java.base/java.lang.Thread.run(Thread.java:840)
```
The above was never logged, instead the only thing that I saw in the log was
the fact that the server's lock was gone and that the JVM was being halted.
AbstractServer.close was an empty method until #5726, which was included as
part of the 2.1.4 release.
--
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]