keith-turner opened a new issue #1999:
URL: https://github.com/apache/accumulo/issues/1999
After adding a new sanity for the sets of files passed between the tablet
and a planner, the sanity check is catching an overlap in two sets files that
are supposed to be disjoint. The problem is transient, but it does hint that
there is a bug. Need to investigate this.
```
2021-04-04T13:21:16,194 [threads.AccumuloUncaughtExceptionHandler] ERROR:
Caught an Exception in Thread[CompactionPlanner-Worker-1,5,main]. Thread is
dead.
java.lang.IllegalArgumentException: Compacting and candidates overlap
[[F0000000.rf, 257 5], [F0000001.rf, 231 2]] [[F0000001.rf, 231 2],
[F0000000.rf, 257 5]]
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:441)
~[guava-30.1-jre.jar:?]
at
org.apache.accumulo.tserver.compactions.Compactable$Files.<init>(Compactable.java:80)
~[accumulo-tserver-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.tserver.tablet.CompactableImpl.getFiles(CompactableImpl.java:524)
~[accumulo-tserver-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.tserver.compactions.CompactionService.planCompaction(CompactionService.java:247)
~[accumulo-tserver-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.tserver.compactions.CompactionService.lambda$compact$4(CompactionService.java:233)
~[accumulo-tserver-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
~[?:?]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
~[?:?]
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]