aglinxinyuan opened a new issue, #4443:
URL: https://github.com/apache/texera/issues/4443

   ### Task Summary
   
   This PR introduces a generic scheduler primitive that allows execution to 
continue from the region containing a specified operator.
   
   Changes:
   
   - Adds JumpToOperatorRequest and the JumpToOperator controller RPC.
   - Adds a controller handler for jump requests.
   - Adds scheduler/coordinator support for moving the schedule pointer to the 
region containing targetOperatorId.
   - Keeps the API generic so future control-flow operators, including loop 
operators, can reuse it.
   
   This PR does not include loop operator logic or region restart support; 
those will be handled separately.
   
   ### Priority
   
   P2 – Medium
   
   ### Task Type
   
   - [x] Code Implementation
   - [ ] Documentation
   - [x] Refactor / Cleanup
   - [ ] Testing / QA
   - [ ] DevOps / Deployment


-- 
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