liangxs commented on pull request #3080:
URL: https://github.com/apache/hadoop/pull/3080#issuecomment-864899799


   I execute this command in my product environment:
   ```
   for i in `seq 1 20`; do jstack 23730 > d.jstack.`date +%H%M%S` ; sleep 1; 
done &> /dev/null
   
   ```
   
   
   20 jstack files are generated:
   
![image](https://user-images.githubusercontent.com/4401756/122742178-44803380-d2b8-11eb-9531-f82c72ceab73.png)
   
   
   Most of the lock contentions are about SelectPool:
   
![image](https://user-images.githubusercontent.com/4401756/122742317-6679b600-d2b8-11eb-9644-1dae1633508a.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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to