liunaijie commented on issue #7263:
URL: https://github.com/apache/seatunnel/issues/7263#issuecomment-2259470040

   hi, here are some updates, but still not find the root cause
   1. your command is try to restart the job base on savepoint id
   2. base on your log, the job is mysql cdc to starrocks, and will run 21 
subtasks. the job has 10 parallelism.
   3. the job is stuck in SCHEDULED status, it's block in apply resource slot 
phase.
   
   In your config, you use `dynamic-slot`, this means you can run unlimited job 
on this node.
   Now when apply resource, it not set the resource size, like CPU, memory. 
this means it can apply the slot successful.
   
   
   
   
![image](https://github.com/user-attachments/assets/ad5e14d7-3e6c-4669-a866-8a2ba2f3e049)
   
![image](https://github.com/user-attachments/assets/3c4208c2-7991-45f4-8176-d5b3f3ce33d0)
   
![image](https://github.com/user-attachments/assets/c0f9acad-710a-407a-9232-7e9d22257e7f)
   
![image](https://github.com/user-attachments/assets/a6adc462-31c7-4b66-8a3d-c71b5abf1a43)
   
   
   need run the real case and debug to check the reason.
   


-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to