[
https://issues.apache.org/jira/browse/FLINK-29253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl resolved FLINK-29253.
-----------------------------------
Fix Version/s: 1.16.0
1.17.0
1.15.3
Resolution: Fixed
master: 4e99d64b4914ca5fbb1fe338455a8f653c164172
1.16: ef5941e36c06070b49b4557e77ddb6750f2af2af
1.15: 776ccfa27d2d29b1ccd674878eeccee1649ee938
> DefaultJobmanagerRunnerRegistry#localCleanupAsync calls close instead of
> closeAsync
> -----------------------------------------------------------------------------------
>
> Key: FLINK-29253
> URL: https://issues.apache.org/jira/browse/FLINK-29253
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.16.0, 1.17.0, 1.15.2
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.16.0, 1.17.0, 1.15.3
>
>
> {{DefaultJobmanagerRunnerRegistry#localCleanupAsync}} is meant to be called
> from the main thread. The current implementation calls {{close}} on the
> {{JobManagerRunner}} instead of {{closeAsync}}. This results in a blocking
> call on the {{Dispatcher}}'s main thread which we want to avoid.
> Thanks for identifying this issue, [~chesnay]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)