Github user attilapiros commented on a diff in the pull request: https://github.com/apache/spark/pull/20408#discussion_r164893958 --- Diff: core/src/main/scala/org/apache/spark/status/LiveEntity.scala --- @@ -423,7 +425,8 @@ private class LiveStage extends LiveEntity { newAccumulatorInfos(info.accumulables.values), None, None, - killedSummary) + killedSummary, + blackListedExecutors) --- End diff -- Yes, you are right. Let's have a compact api.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org