dlmarion opened a new issue, #5347:
URL: https://github.com/apache/accumulo/issues/5347
**Describe the bug**
After a failed 2.1 to 4.0 upgrade (failed due to #5343), a subsequent
attempt at starting the 4.0.0 instance with the fix in #5344 failed when
re-trying to run the 3.1 upgrade code.
```
java.lang.IllegalStateException: Unexpected data found under namespaces
node: {"+accumulo":"accumulo","+default":""}
at
org.apache.accumulo.manager.upgrade.Upgrader11to12.upgradeZookeeper(Upgrader11to12.java:138)
~[accumulo-manager-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.manager.upgrade.UpgradeCoordinator.upgradeZookeeper(UpgradeCoordinator.java:183)
~[accumulo-manager-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.manager.Manager.setManagerState(Manager.java:338)
~[accumulo-manager-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.manager.Manager.getManagerLock(Manager.java:1554)
~[accumulo-manager-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at org.apache.accumulo.manager.Manager.run(Manager.java:1156)
~[accumulo-manager-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
```
--
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]