dlmarion opened a new issue, #5052:
URL: https://github.com/apache/accumulo/issues/5052
Test is succeeding on it's own, but when you run all the tests in the class
it times out. In my runs `testGetActiveCompactions` runs before
`testPartialCompactions` and both tests use the same group, `QUEUE8` to execute
compactions. Jstacking the Compactor process for that group, the Compactor is
doing the following:
```
at java.lang.Thread.sleep([email protected]/Native Method)
at
org.apache.accumulo.test.functional.SlowIterator.next(SlowIterator.java:58)
at
org.apache.accumulo.server.compaction.FileCompactor.compactLocalityGroup(FileCompactor.java:535)
at
org.apache.accumulo.server.compaction.FileCompactor.call(FileCompactor.java:337)
at org.apache.accumulo.compactor.Compactor$2.run(Compactor.java:573)
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
at java.lang.Thread.run([email protected]/Thread.java:829)
```
`testGetActiveCompactions` is the only test in the IT class that uses `
SlowIterator`, and at the very end of the `testGetActiveCompactions` it cancels
the compaction. The compaction cancellation must not be working.
--
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]