[ https://issues.apache.org/jira/browse/FLINK-22282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Weijie Guo updated FLINK-22282: ------------------------------- Affects Version/s: 2.1.0 (was: 1.12.2) > Move creation of SplitEnumerator to the SourceCoordinator thread > ---------------------------------------------------------------- > > Key: FLINK-22282 > URL: https://issues.apache.org/jira/browse/FLINK-22282 > Project: Flink > Issue Type: Improvement > Components: Connectors / Common > Affects Versions: 2.1.0 > Reporter: Jiangjie Qin > Priority: Major > Labels: auto-deprioritized-critical, auto-unassigned > Fix For: 2.0.0 > > > Currently the creation of the SplitEnumerator is in the JM main thread. In > case the SplitEnumerator instantiation takes long, the job execution will > timeout. The fix is moving the SplitEnumerator creation to the coordinator > thread. -- This message was sent by Atlassian Jira (v8.20.10#820010)