gengliangwang commented on code in PR #45877:
URL: https://github.com/apache/spark/pull/45877#discussion_r1554528345


##########
common/utils/src/main/scala/org/apache/spark/internal/LogKey.scala:
##########
@@ -81,10 +83,13 @@ object LogKey extends Enumeration {
   val REDUCE_ID = Value
   val REMOTE_ADDRESS = Value
   val RETRY_COUNT = Value
+  val RETRY_INTERVAL_MILLISECOND = Value

Review Comment:
   As per https://github.com/apache/spark/pull/45903/, the default unit will be 
MILLISECOND. We can ignore it in the name.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to