jasonk000 commented on PR #14642: URL: https://github.com/apache/druid/pull/14642#issuecomment-1656919544
sample logging output during test ``` 2023-07-29T21:15:04,585 INFO [main] org.apache.druid.indexing.common.task.KillUnusedSegmentsTask - Marked 4 segments as unused. 2023-07-29T21:15:04,586 INFO [main] org.apache.druid.metadata.IndexerSQLMetadataStorageCoordinator - Found 4 unused segments for dataSource for interval 2018-01-01T00:00:00.000Z/2020-01-01T00:00:00.000Z. 2023-07-29T21:15:04,586 INFO [main] org.apache.druid.indexing.common.task.KillUnusedSegmentsTask - kill starting: id [kill_dataSource_kmgianbe_2018-01-01T00:00:00.000Z_2020-01-01T00:00:00.000Z_2023-07-29T21:15:04.580Z] dataSource [dataSource] interval [2018-01-01T00:00:00.000Z/2020-01-01T00:00:00.000Z], total segments [4], batches [2], ([3] segments per batch) 2023-07-29T21:15:04,587 INFO [main] org.apache.druid.metadata.IndexerSQLMetadataStorageCoordinator - Deleted [3] segments from metadata storage for dataSource [dataSource]. 2023-07-29T21:15:04,587 INFO [main] org.apache.druid.metadata.IndexerSQLMetadataStorageCoordinator - Deleted [1] segments from metadata storage for dataSource [dataSource]. 2023-07-29T21:15:04,587 INFO [main] org.apache.druid.indexing.common.task.KillUnusedSegmentsTask - kill complete: id [kill_dataSource_kmgianbe_2018-01-01T00:00:00.000Z_2020-01-01T00:00:00.000Z_2023-07-29T21:15:04.580Z] dataSource [dataSource] interval [2018-01-01T00:00:00.000Z/2020-01-01T00:00:00.000Z], total segments [4], batches [2] ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
