[ 
https://issues.apache.org/jira/browse/FLINK-8751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16374278#comment-16374278
 ] 

Stephan Ewen edited comment on FLINK-8751 at 2/23/18 12:09 PM:
---------------------------------------------------------------

Can you confirm that this is reported by the *JobManager*?
The code looks like this should only be logged by the *TaskManager*.


was (Author: stephanewen):
Can you confirm that this is reported by the *JobManager*?
The code looks like this should only be logged reported by the *TaskManager*.

> Canceling a job results in a InterruptedException in the JM
> -----------------------------------------------------------
>
>                 Key: FLINK-8751
>                 URL: https://issues.apache.org/jira/browse/FLINK-8751
>             Project: Flink
>          Issue Type: Bug
>          Components: JobManager
>    Affects Versions: 1.4.1
>            Reporter: Elias Levy
>            Priority: Major
>
> Canceling a job results in the following exception reported by the JM: 
> {code:java}
> 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){code}
>  



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

Reply via email to