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