[
https://issues.apache.org/jira/browse/FLINK-9315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Biao Liu closed FLINK-9315.
---------------------------
Resolution: Fixed
This issue has already been fixed in a hotfix patch by Till
Will close it.
> TaskManagerRunner.shutDown() may be stuck in waiting rpc service terminated
> ---------------------------------------------------------------------------
>
> Key: FLINK-9315
> URL: https://issues.apache.org/jira/browse/FLINK-9315
> Project: Flink
> Issue Type: Bug
> Components: TaskManager
> Affects Versions: 1.5.0
> Reporter: Biao Liu
> Assignee: Biao Liu
> Priority: Major
>
> Currently the TaskManagerRunner would be waiting for rpc service terminated
> synchronously. If this happened in rpc service related thread (akka
> dispatcher thread), it would be stuck forever.
> We should change the behavior like in ClusterEntrypoint, make it not waiting
> but asynchronous with a future.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)