[
https://issues.apache.org/jira/browse/FLINK-20193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-20193.
----------------------------------
Resolution: Fixed
Fixed in 1.12.0 (master) via 57e41f98024f950adf8cbc02622435d3d2f695bd
> SourceCoordinator should catch exception thrown from SplitEnumerator.start()
> ----------------------------------------------------------------------------
>
> Key: FLINK-20193
> URL: https://issues.apache.org/jira/browse/FLINK-20193
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Common
> Reporter: Jiangjie Qin
> Assignee: Jiangjie Qin
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> This is a bug introduced in FLINK-18323 where we put
> {{SplitEnumrator.start()}} into the CoordinatorExecutor without catching
> exception. The fix is catching exception thrown from
> {{SplitEnumerator.start()}} and fail the job accordingly, just like the other
> method delegated to the {{CoordinatorExecutor.}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)