EdColeman commented on PR #4125:
URL: https://github.com/apache/accumulo/pull/4125#issuecomment-1874689908
These changes are causing `MiniAccumuloClusterTest.test()` to fail:
It may be the changes are highlighting a real problem with mini - or it
could be the changes in this PR. I have not had time dig further.
The IllegalStateException is happening in the manager:
```
java.lang.IllegalStateException: Unexpected lock type recovered. Expected
write lock, but recovered read lock. Lock ID: [53, 57, 57, 98, 101, 51, 101,
49, 52, 52, 55, 51, 99, 52, 55, 99]
at
org.apache.accumulo.manager.tableOps.Utils.getLock(Utils.java:180) ~[classes/:?]
at
org.apache.accumulo.manager.tableOps.Utils.unreserveTable(Utils.java:112)
~[classes/:?]
at
org.apache.accumulo.manager.tableOps.create.FinishCreateTable.call(FinishCreateTable.java:63)
~[classes/:?]
at
org.apache.accumulo.manager.tableOps.create.FinishCreateTable.call(FinishCreateTable.java:35)
~[classes/:?]
at
org.apache.accumulo.manager.tableOps.TraceRepo.call(TraceRepo.java:60)
~[classes/:?]
at
org.apache.accumulo.core.fate.Fate$TransactionRunner.run(Fate.java:100)
[classes/:?]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
[classes/:?]
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
[classes/:?]
at java.base/java.lang.Thread.run(Thread.java:829) [?:?]
```
--
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]