dlmarion commented on PR #4242:
URL: https://github.com/apache/accumulo/pull/4242#issuecomment-1959405102
There is an IT that is failing, I'm assuming due to this change. Here's the
error:
```
[ERROR] Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
31.03 s <<< FAILURE! -- in
org.apache.accumulo.test.fate.accumulo.AccumuloStoreFateIT
[ERROR]
org.apache.accumulo.test.fate.accumulo.AccumuloStoreFateIT.testCreateWithKeyInProgress
-- Time elapsed: 0.507 s <<< ERROR!
java.lang.IllegalStateException: Failed to write mutation REJECTED
org.apache.accumulo.core.data.ConditionalMutation@9d62870b
at
org.apache.accumulo.core.fate.accumulo.FateMutatorImpl.mutate(FateMutatorImpl.java:178)
at
org.apache.accumulo.core.fate.accumulo.AccumuloStore$FateTxStoreImpl.delete(AccumuloStore.java:391)
at
org.apache.accumulo.test.fate.accumulo.FateStoreIT.testCreateWithKeyInProgress(FateStoreIT.java:345)
at
org.apache.accumulo.test.fate.accumulo.AccumuloStoreFateIT.executeTest(AccumuloStoreFateIT.java:57)
at
org.apache.accumulo.test.fate.FateTestRunner.executeTest(FateTestRunner.java:33)
at
org.apache.accumulo.test.fate.accumulo.FateStoreIT.testCreateWithKeyInProgress(FateStoreIT.java:325)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
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]