Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.17.2, 1.19.0, 1.18.1, 1.20.0
Description
If the source task does not get assigned a split because the SplitEnumerator has no more splits, and a failover occurs during the closing process, the SourceCoordinatorContext will not resend the NoMoreSplit event to the newly started source task, causing the source vertex to remain stuck indefinitely.
This case may only occur in batch jobs where speculative execution has been enabled.