[GitHub] [spark] cloud-fan commented on a change in pull request #31348: [SPARK-34245][CORE] Ensure Master removes executors that failed to send finished state

2021-02-18 Thread GitBox
cloud-fan commented on a change in pull request #31348: URL: https://github.com/apache/spark/pull/31348#discussion_r578388870 ## File path: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala ## @@ -750,6 +760,46 @@ private[deploy] class Worker( } } + /**

[GitHub] [spark] cloud-fan commented on a change in pull request #31348: [SPARK-34245][CORE] Ensure Master removes executors that failed to send finished state

2021-02-08 Thread GitBox
cloud-fan commented on a change in pull request #31348: URL: https://github.com/apache/spark/pull/31348#discussion_r571844600 ## File path: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala ## @@ -750,6 +750,36 @@ private[deploy] class Worker( } } + /**