stczwd commented on issue #26433: [SPARK-29771][K8S] Add configure to limit executor failures URL: https://github.com/apache/spark/pull/26433#issuecomment-551898512 Hi @srowen , thank you for your reply. This configuration limits the number of executor failed or deleted, which maybe caused by executor start failed or other reason. It seams like spark.yarn.max.executor.failures, which has nothing to do with blacklist and will stop application when the number of executor failures is exceeded. Just like the example I give above, executor may restart thousands of times because of JVM Error.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
