akshaychitneni commented on PR #2212:
URL: 
https://github.com/apache/datafusion-ballista/pull/2212#issuecomment-5136936122

   > Is there a strong reason to distinguish between a cluster that has not 
registered its first executor and one that has lost all registered executors?
   
   This is a good callout. From a running job's view they are equivalent. I 
would keep them separate for now because "lost all executors" has an 
ExecutorLost event to trigger on, while "no first executor yet" has no event 
and would need a different mechanism (like a startup timeout). This is also 
already mitigated on k8s by the existing /readyz probe, which keeps an 
executor-less scheduler out of the k8s service and not accept jobs from clients


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to