Pankaj260100 commented on PR #15141:
URL: https://github.com/apache/druid/pull/15141#issuecomment-1814764084
@AmatyaAvadhanula @abhishekagarwal87 @xvrl , I tried to test this patch in
druid 25 in one of dev druid cluster and whenever a task failed to update the
metadata store, it start retrying and then the retry logic execute in sequence
like first it complete 10 retries for 1 task then for other task and then
ingestion lag start increasing, I was expecting it to happen in parallel. Any
idea why this is happening?
For ex:
`Retry for 1st task
starting from: 13:34:23.173 UTC
ends at: 13:38:40.378 UTC`
`Retry for 2nd task
starts at: 13:38:40.423 UTC
ends at: 13:38:59.965 UTC
`
--
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]