You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "zlzhang0122 (Jira)" <ji...@apache.org> on 2021/01/07 13:06:00 UTC

[jira] [Created] (FLINK-20891) SystemResourcesCounterTest may caused endless loop when some error occured

zlzhang0122 created FLINK-20891:
-----------------------------------

             Summary: SystemResourcesCounterTest  may caused endless loop when some error occured
                 Key: FLINK-20891
                 URL: https://issues.apache.org/jira/browse/FLINK-20891
             Project: Flink
          Issue Type: Bug
          Components: Tests
    Affects Versions: 1.11.1, 1.12.0
            Reporter: zlzhang0122


When the function run() in  class SystemResourcesCounter  come across Throwable exception, the SystemResourcesCounter thread will finish and the loop will continue because of the condition is still true, and no message will occure. The test will in a endless loop.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)