Github user devaraj-kavali commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19741#discussion_r151497034
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnSchedulerBackend.scala
 ---
    @@ -268,8 +268,13 @@ private[spark] abstract class YarnSchedulerBackend(
             logWarning(reason.toString)
             driverEndpoint.ask[Boolean](r).onFailure {
    --- End diff --
    
    I see there are multiple places this message is being used, but all of them 
are just logging for the failure. I am thinking this logging may be useful to 
diagnose the failures in some cases.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to