KR-bluejay commented on issue #1219:
URL: 
https://github.com/apache/datafusion-ballista/issues/1219#issuecomment-3244129317

   Hi @milenkovicm , I would like to take this issue.
   In PullStaged, the scheduler can’t call executors directly to clean job data.
   
   Proposal: extend PollWorkResult with CleanJobDataParams so that executors 
receive job IDs to clean in the next poll_work response.
   
   
   ```rpc
   message PollWorkResult {
     repeated TaskDefinition tasks   = 1;
     repeated CleanJobDataParams cleanups = 2;  // new field
   }
   ```
   
   If this sounds good, I’ll take the issue.


-- 
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: github-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to