You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Garus (JIRA)" <ji...@apache.org> on 2018/07/12 10:40:00 UTC

[jira] [Created] (IGNITE-8992) Wrong log when LongJVMPauseDetector stops the worker thread

Denis Garus created IGNITE-8992:
-----------------------------------

             Summary: Wrong log when LongJVMPauseDetector stops the worker thread
                 Key: IGNITE-8992
                 URL: https://issues.apache.org/jira/browse/IGNITE-8992
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Garus


When LongJVMPauseDetector stops the worker thread, a log will contain follow error:

[2018-07-12 12:57:28,332][ERROR][jvm-pause-detector-worker][CacheMetricsEnableRuntimeTest1] jvm-pause-detector-worker has been interrupted
java.lang.InterruptedException: sleep interrupted
	at java.lang.Thread.sleep(Native Method)
	at org.apache.ignite.internal.LongJVMPauseDetector$1.run(LongJVMPauseDetector.java:97)

The error must be only if worker thread stopped unintentionally.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)