jihoonson edited a comment on issue #11414:
URL: https://github.com/apache/druid/issues/11414#issuecomment-875125389


   Hi @harinirajendran, thank you for your report. Was it only one task being 
paused or all tasks for the same datasource? If it's the first case, then maybe 
your guess is correct that there were lots of notices in the queue because the 
task who initiated the checkpoint process pauses itself after it sends the 
checkpoint request to the supervisor. If it's the second case, it means the 
supervisor was already in processing of the checkpoint notice but hadn't 
finished it yet. It was probably waiting for all tasks to respond to the pause 
request or waiting for tasks to respond to the setEndOffset request (see 
`SeekableStreamSupervisor.checkpointTaskGroup()`. One of our customers had a 
similar issue at Imply before and the cause was frequent HTTP communication 
failures which were retried with backoff.


-- 
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]

Reply via email to