You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CpuUtilization keeps track of JVM CPU usage. When restoring from a checkpoint, there is no value in having information about CPU usage pre-checkpoint (except perhaps for compiler developers). Therefore, reset the fields in the CpuUtilization object. It may be worth also looking into resetting CPU stats of various compiler threads.
Implementing this safely depends on having #16859 implemented.
The text was updated successfully, but these errors were encountered:
CpuUtilization
keeps track of JVM CPU usage. When restoring from a checkpoint, there is no value in having information about CPU usage pre-checkpoint (except perhaps for compiler developers). Therefore, reset the fields in theCpuUtilization
object. It may be worth also looking into resetting CPU stats of various compiler threads.Implementing this safely depends on having #16859 implemented.
The text was updated successfully, but these errors were encountered: