akpatnam25 commented on code in PR #38959:
URL: https://github.com/apache/spark/pull/38959#discussion_r1067498072


##########
core/src/main/scala/org/apache/spark/shuffle/ShuffleBlockPusher.scala:
##########
@@ -251,6 +251,10 @@ private[spark] class ShuffleBlockPusher(conf: SparkConf) 
extends Logging {
         }
         handleResult(PushResult(blockId, exception))
       }
+
+      override def onSaslTimeout(): Unit = {
+        TaskContext.get().taskMetrics().incSaslRequestRetries(1)

Review Comment:
   discussed offline, we will not making the metric change as no other network 
metric is exposed anyways. If we need it down the line, we can add it as a 
follow-up task. 



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to