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

Canceling a job results in a InterruptedException in the TM

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.1
    • 1.5.0
    • Runtime / Coordination
    • None

    Description

      Canceling a job results in the following exception reported by the TM: 

      ERROR org.apache.flink.streaming.runtime.tasks.StreamTask           - Could not shut down timer service java.lang.InterruptedException 
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.awaitTermination(Unknown Source) 
        at org.apache.flink.streaming.runtime.tasks.SystemProcessingTimeService.shutdownAndAwaitPending(SystemProcessingTimeService.java:197) 
        at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:317) at org.apache.flink.runtime.taskmanager.Task.run(Task.java:718) 
        at java.lang.Thread.run(Unknown Source)

       

      Attachments

        Activity

          People

            srichter Stefan Richter
            elevy Elias Levy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: