Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8138

Race in TaskAsyncCallTest leads to test time out

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • Tests

    Description

      TaskAsyncCallTest#testSetsUserCodeClassLoader times out with a stack trace on Travis on a personal branch with unrelated changes on top of 1.4.0 RC 0.

      I've attached the Travis output to this issue. The main thread is stuck in

      "main" #1 prio=5 os_prio=0 tid=0x00007ff59000a000 nid=0xb9b in Object.wait() [0x00007ff598965000]
         java.lang.Thread.State: WAITING (on object monitor)
      	at java.lang.Object.wait(Native Method)
      	- waiting on <0x00000000833994c8> (a java.lang.Object)
      	at java.lang.Object.wait(Object.java:502)
      	at org.apache.flink.core.testutils.OneShotLatch.await(OneShotLatch.java:56)
      	- locked <0x00000000833994c8> (a java.lang.Object)
      	at org.apache.flink.runtime.taskmanager.TaskAsyncCallTest.testSetsUserCodeClassLoader(TaskAsyncCallTest.java:201)
      

      There are no other Flink related threads alive.

      Attachments

        1. log.txt
          789 kB
          Ufuk Celebi

        Activity

          People

            trohrmann Till Rohrmann
            uce Ufuk Celebi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: