You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2021/09/08 12:57:00 UTC

[jira] [Created] (FLINK-24213) Java deadlock in QueryableState ClientTest

Dawid Wysakowicz created FLINK-24213:
----------------------------------------

             Summary: Java deadlock in QueryableState ClientTest
                 Key: FLINK-24213
                 URL: https://issues.apache.org/jira/browse/FLINK-24213
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Queryable State
    Affects Versions: 1.15.0
            Reporter: Dawid Wysakowicz


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=23750&view=logs&j=d44f43ce-542c-597d-bf94-b0718c71e5e8&t=ed165f3f-d0f6-524b-5279-86f8ee7d0e2d&l=15476

{code}
 Found one Java-level deadlock:
Sep 08 11:12:50 =============================
Sep 08 11:12:50 "Flink Test Client Event Loop Thread 0":
Sep 08 11:12:50   waiting to lock monitor 0x00007f4e380309c8 (object 0x0000000086b2cd50, a java.lang.Object),
Sep 08 11:12:50   which is held by "main"
Sep 08 11:12:50 "main":
Sep 08 11:12:50   waiting to lock monitor 0x00007f4ea4004068 (object 0x0000000086b2cf50, a java.lang.Object),
Sep 08 11:12:50   which is held by "Flink Test Client Event Loop Thread 0"

{code}



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