Description
TimeoutScheduler creates an instance of ScheduledThreadPoolExecutor with 0 core pool threads. There is a bug in JDK https://bugs.openjdk.java.net/browse/JDK-8129861 which causes high CPU usage if ScheduledThreadPoolExecutor is instantiated with 0 core pool threads. The bug was fixed in Java 9.
Attachments
Attachments
Issue Links
- duplicates
-
RATIS-821 High processor load for ScheduledThreadPoolExecutor with 0 core threads
- Resolved