You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekagarwal87 (via GitHub)" <gi...@apache.org> on 2023/03/30 12:52:09 UTC

[GitHub] [druid] abhishekagarwal87 commented on issue #13692: Druid Version 0.22.1 - Long Coordinator handoff times

abhishekagarwal87 commented on issue #13692:
URL: https://github.com/apache/druid/issues/13692#issuecomment-1490251327

   The chat requests are going from Overlord to the workers. Surprising that it's causing Overlord CPU to become high. When you see spike in Overlord CPU usage, can you check through thread dumps where are Overlord threads spending their time? Maybe it is something else. 
   
   We have also seen segment allocation cause significant overhead at that scale. This overhead can be reduced by enabling batch segment allocation. `druid.indexer.tasklock.batchSegmentAllocation` needs to be set to `true` on Overlord. 


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org