guohao-rosicky commented on PR #5335:
URL: https://github.com/apache/ozone/pull/5335#issuecomment-1730751649

   @sodonnel  Here's how I'm situating this
   
   1. I am using https://github.com/alibaba/arthas to trace the allocate block
   2. I found that the main time consuming part is at 
https://github.com/apache/ozone/blob/master/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/
 container/ContainerManagerImpl.java#L369
   
   getContainer method, about 0.5ms per call through arthas, if you need to 
iterate 200 times, it will take more time.
   
   
   
   Translated with www.DeepL.com/Translator (free version)


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