-
Notifications
You must be signed in to change notification settings - Fork 477
Closed
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.
Milestone
Description
While running CI on apache/accumulo-testing#149 when starting up Accumulo printed the below errors:
2021-08-25T10:53:15,518 [compactions.CompactionManager] ERROR: Tablet 2;466666666666666d;4000000000000006 returned non existent compaction service cs1 for compaction type SYSTEM. Check the table compaction dispatcher configuration. Attempting to fall back to default service. 2021-08-25T10:53:15,548 [compactions.CompactionManager] ERROR: Tablet 2;466666666666666d;4000000000000006 returned non existent compaction service cs1 for compaction type SELECTOR. Check the table compaction dispatcher configuration. Attempting to fall back to default service. 2021-08-25T10:53:15,549 [compactions.CompactionManager] ERROR: Tablet 2;466666666666666d;4000000000000006 returned non existent compaction service cs1 for compaction type USER. Check the table compaction dispatcher configuration. Attempting to fall back to default service. 2021-08-25T10:53:15,556 [compactions.CompactionManager] ERROR: Tablet 2;466666666666666d;4000000000000006 returned non existent compaction service cs1 for compaction type CHOP. Check the table compaction dispatcher configuration. Attempting to fall back to default service.
Almost immediately after, the CompactionService successfully creates the mentioned "cs1" that could not be found:
2021-08-25T10:53:15,583 [compactions.CompactionService] DEBUG: Created new compaction service id:cs1 rate limit:0 planner:org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner planner options:{executors=[{"name":"small","type":"internal","maxSize":"16M","numThreads":8},{"name":"medium","type":"internal","maxSize":"128M","numThreads":3},{"name":"large","type":"internal","numThreads":2}]}
Metadata
Metadata
Assignees
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.