jiangzho commented on PR #513: URL: https://github.com/apache/spark-kubernetes-operator/pull/513#issuecomment-3957303848
> Two executor loss happens and Spark driver is trying to get two additionally, but didn't get yet. > In this case, the definition of RunningWithPartialCapacity rejects this situation because 8 is less than min (10) , isn't it? Exactly - since in this case the number of executors is less than `min` - it would fall to `RunningWithBelowThresholdExecutors`, indicating that this is not tolerable according to user configuration. `RunningWithPartialCapacity` is the state that's not fully healthy but tolerable. In this sense, I believe the given description is still accurate -- 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]
