mridulm commented on code in PR #2460:
URL: https://github.com/apache/celeborn/pull/2460#discussion_r1568180242


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -167,6 +231,11 @@ class CelebornConf(loadDefaults: Boolean) extends 
Cloneable with Logging with Se
     Utils.timeStringAsSeconds(get(key, defaultValue))
   }
 
+  /** Get time in seconds for a transport config */
+  def getTransportConfTimeAsSeconds(module: String, configEntry: 
ConfigEntry[Long]): Long = {

Review Comment:
   Agree, I added those for completeness sake - but I can remove all those 
which are not used.
   Will update the PR



-- 
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]

Reply via email to