milleruntime opened a new issue #2308: URL: https://github.com/apache/accumulo/issues/2308
The External Compaction processes (Compaction Coordinator and Compactor) report compaction status progress in the logs. <pre> [coordinator.CompactionCoordinator] DEBUG: Compaction status update, id: ECID:024ac5c5-029e-4760-85b0-b7b58d88cadb, timestamp: 1633542296465, state: STARTED, message: Compaction started </pre> But something is wrong with the calculation of the progress percentage as it always reports 0%. <pre> [coordinator.CompactionCoordinator] DEBUG: Compaction status update, id: ECID:024ac5c5-029e-4760-85b0-b7b58d88cadb, timestamp: 1633542317468, state: IN_PROGRESS, message: Compaction in progress, read 3832832 of 5757377 input entries ( 0.0 % ), written 3732480 entries </pre> This is happening in the Compactor as well: <pre> [compactor.Compactor] DEBUG: Updating coordinator with compaction progress: Compaction in progress, read 3815424 of 5759047 input entries ( 0.0 % ), written 3716096 entries. </pre> This is a minor bug but since it is user facing, I made it a blocker for 2.1. -- 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]
