happyboy1024 commented on issue #5654: URL: https://github.com/apache/seatunnel/issues/5654#issuecomment-1768209110
Task execution order related code:  reader is registerd with in **cycle.open()**, but back splits are assigned with in **reportTaskStatus(WAITING_RESTORE)** as follows:  As you can see, when the back splits were assigned, the reader in the current environment was not judged, leading to this problem -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
