happyboy1024 commented on issue #5654:
URL: https://github.com/apache/seatunnel/issues/5654#issuecomment-1768209110

   Task execution order related code:
   
   
![image](https://github.com/apache/seatunnel/assets/137260654/5a1ee7b1-a8a8-4dff-af2a-75f5ec1c6451)
   
   reader is registerd with in **cycle.open()**, but back splits are assigned 
with in **reportTaskStatus(WAITING_RESTORE)** as follows:
   
   
![image](https://github.com/apache/seatunnel/assets/137260654/153de2ce-ea09-4054-99f8-2d162a0844b4)
   
   
   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]

Reply via email to