You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Oleg Valuyskiy (Jira)" <ji...@apache.org> on 2024/02/07 00:45:00 UTC

[jira] [Created] (IGNITE-21475) Replacing currentTimeMillis() with nanoTime() in LongJVMPauseDetector

Oleg Valuyskiy created IGNITE-21475:
---------------------------------------

             Summary: Replacing currentTimeMillis() with nanoTime() in LongJVMPauseDetector
                 Key: IGNITE-21475
                 URL: https://issues.apache.org/jira/browse/IGNITE-21475
             Project: Ignite
          Issue Type: Improvement
            Reporter: Oleg Valuyskiy
            Assignee: Oleg Valuyskiy


To improve the mechanism of JVM pause detection, it’s recommended to replace System.System.currentTimeMillis() with System.nanoTime() in the ‘LongJVMPauseDetector’ class, since currentTimeMillis() is not monotonic.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)