AmatyaAvadhanula opened a new pull request, #14636: URL: https://github.com/apache/druid/pull/14636
A streaming ingestion supervisor spec has the property: `completionTimeout` (defaults to 30 minutes), which is the total time to wait after the taskDuration has elapsed for the tasks to stop reading, create segments from intermediate persists, publish segments to deep storage, and finally hand them off from the peons to the historicals. A task fails if the above operations are not completed before the completionTimeout has elapsed. This PR adds steps for better debugging when such failures occur. -- 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]
