jasonk000 commented on PR #12102:
URL: https://github.com/apache/druid/pull/12102#issuecomment-1309414908

   Adding some more background to this -- on clusters where we do not run this 
patch, we regularly see CPUs pinned in this code. 
   
   This node has five cores dedicated to spinning in this loop, which plays 
havoc with our scaling policy and metrics.
   
   
![image](https://user-images.githubusercontent.com/3196528/200945830-f3a9e8b8-461d-4121-a001-3e894a8095c9.png)
   
   Here is a flamegraph with `HttpPostEmitter` highlighted
   
![image](https://user-images.githubusercontent.com/3196528/200945902-2216543d-cb2b-4b37-8bf5-d339ba2a70bd.png)
   
   --
   
   A more serious edition, which I had to scroll down to capture, 25 CPUs 
pegged in this loop:
   
   
![image](https://user-images.githubusercontent.com/3196528/200947340-60085030-d76b-43df-b2aa-e364d107ab6a.png)
   
![image](https://user-images.githubusercontent.com/3196528/200947385-52a26ff9-0029-44b8-a20f-38bb82aacef1.png)
   
   I've highlighted `HttpPostEmitter` here, totalling 98.4% of all samples:
   
![image](https://user-images.githubusercontent.com/3196528/200947590-1f19b40a-e350-4d48-932f-85b543307d5b.png)
   


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