milleruntime opened a new issue #2245: URL: https://github.com/apache/accumulo/issues/2245
While running CI on https://github.com/apache/accumulo-testing/pull/149 when starting up Accumulo printed the below errors: <pre> 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. </pre> Almost immediately after, the CompactionService successfully creates the mentioned "cs1" that could not be found: <pre> 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}]} </pre> -- 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]
