dongjoon-hyun commented on PR #513:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/513#issuecomment-3947755865
Oh, wait, @jiangzho .
What happens in the following case?
- When `SparkApplication` has the same min and max values, `10`.
- After `SparkApplication` enters `RunningHealthy` with 10 executors.
- 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?
> "Application is running with executor count between minimum and maximum
capacity, exclusive.";
--
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]