dlmarion opened a new issue, #5782:
URL: https://github.com/apache/accumulo/issues/5782
Test failing in main:
```
java.lang.IllegalStateException: Attempted to reserve a tx that does not
exist: FATE:USER:ac4c2022-e98d-332f-aeb0-67ef4c7cd391
at
com.google.common.base.Preconditions.checkState(Preconditions.java:513)
at
org.apache.accumulo.core.fate.AbstractFateStore.reserve(AbstractFateStore.java:148)
at
org.apache.accumulo.test.fate.FateStoreITBase.testCreateWithKeyInProgress(FateStoreITBase.java:397)
at
org.apache.accumulo.test.fate.user.UserFateStoreFateIT_SimpleSuite.executeTest(UserFateStoreFateIT_SimpleSuite.java:62)
at
org.apache.accumulo.test.fate.FateTestRunner.executeTest(FateTestRunner.java:33)
at
org.apache.accumulo.test.fate.FateStoreITBase.testCreateWithKeyInProgress(FateStoreITBase.java:365)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
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]