harinirajendran commented on issue #11414:
URL: https://github.com/apache/druid/issues/11414#issuecomment-1042321413


   > Our ingestion tasks run on MM nodes - I had a look, and it seems to take 
about 8-10 seconds to go from JVM start to reading Kafka.
   
   Great! In my case, I looked at the point when the httpServer was started by 
the task so that it can respond to `/status` calls from overlord. 
   The log line I searched was something like `Started 
ServerConnector@6e475994{HTTP/1.1, (http/1.1)}{0.0.0.0:8102}`  which happens 
roughly at the 4th second after the tasks start. And runNotice at the overlord 
gets stuck 
[here](https://github.com/confluentinc/druid/blob/0.21.0-confluent/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java#L1442)
 for that duration until task can respond to the `/status` call. This is my 
observation. Does it make sense?


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