parthchandra commented on PR #53840:
URL: https://github.com/apache/spark/pull/53840#issuecomment-3856969365

   > @parthchandra, do you think if we can merge this case into 
`spark.executor.maxNumFailures`? I think that fail to create the executor pod 
is also a kind of executor failure
   
   I've added a new api in the `ExecutorPodsLifecycleManager` to call 
`failureTracker.registerExecutorFailure` and pass the 
`ExecutorPodsLifecycleManager` to the `ExecutorPodsAllocator`. This should now 
get propagated as an executor failure .   
   This required a bunch of places to be changed since I had to add an 
additional parameter to the `ExecutorPodsAllocator` constructor. There are no 
functional changes in the test suites which had to change as a result.


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