liukun4515 opened a new issue, #90:
URL: https://github.com/apache/arrow-ballista/issues/90

   **Describe the bug**
   When i restart the schedule, the schedule lost all the information of 
registered executor
   
   **To Reproduce**
   Start a scheduler with below config:
   ```
   scheduler_policy="PushStaged"
   ```
   Start a executor with below config:
   ```
   scheduler_port=50050
   scheduler_host="localhost"
   # PushStaged or PullStaged
   task_scheduling_policy="PushStaged"
   ```
   
   then kill the scheduler and restart the scheduler using the same config.
   
   And the scheduler will lost all registered executor in the memory.
   
   
   
   **Expected behavior**
   We should recover this data in memory after the scheduler restart.
   
   Solution:
   heartbeat with the registered information for the executor
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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...@arrow.apache.org.apache.org

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

Reply via email to