sachidananda007 opened a new issue, #13199: URL: https://github.com/apache/druid/issues/13199
### Affected Version The Druid version where the problem was encountered. 0.19.0 ### Description Compaction tasks fails for a specific datasource and specific interval with index_parallel task type but passes when task type is index we have a specific datasource and for a specific interval (MONTH) compaction tasks are submitted as **index_parallel** task. It started failing with all subtasks not showing any log in druid ui and 404 status. for testing we submitted the same compaction task (for same datasource and interval)with **index** type and it passed with out any error. To add to the above, we manually validated the existence of SegmentIDs(from compaction task spec generated by sruid) in the Druid metadata table to rule out presences of non-existent segment in the single_phase_sub_task compaction spec generated by Druid. And all the segments were found -- 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]
