You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ratis.apache.org by GitBox <gi...@apache.org> on 2020/03/02 07:00:31 UTC

[GitHub] [incubator-ratis] runzhiwang opened a new pull request #56: RATIS-821. Fix high processor load for ScheduledThreadPoolExecutor with 0 core threads

runzhiwang opened a new pull request #56: RATIS-821. Fix high processor load for ScheduledThreadPoolExecutor with 0 core threads
URL: https://github.com/apache/incubator-ratis/pull/56
 
 
   1. This bug is related to the bug of JDK8: https://bugs.openjdk.java.net/browse/JDK-8129861. When create a thread pool with size 0,  it will causing 100% CPU load forever when schedule a shutdown task.
   2. This bug was triggered in hadoop-ozone, the related PR is: https://github.com/apache/hadoop-ozone/pull/611. The triggered stack is as the image shows.
   ![image](https://user-images.githubusercontent.com/51938049/75652448-06f83100-5c96-11ea-9ca2-488826ba352c.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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-ratis] runzhiwang commented on issue #56: RATIS-821. Fix high processor load for ScheduledThreadPoolExecutor with 0 core threads

Posted by GitBox <gi...@apache.org>.
runzhiwang commented on issue #56: RATIS-821. Fix high processor load for ScheduledThreadPoolExecutor with 0 core threads
URL: https://github.com/apache/incubator-ratis/pull/56#issuecomment-593257242
 
 
   @mukul1987 Could you help review this patch ? Thank you very much.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-ratis] runzhiwang closed pull request #56: RATIS-821. Fix high processor load for ScheduledThreadPoolExecutor with 0 core threads

Posted by GitBox <gi...@apache.org>.
runzhiwang closed pull request #56: RATIS-821. Fix high processor load for ScheduledThreadPoolExecutor with 0 core threads
URL: https://github.com/apache/incubator-ratis/pull/56
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services