AngersZhuuuu commented on code in PR #1031:
URL: 
https://github.com/apache/incubator-celeborn/pull/1031#discussion_r1036734907


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -1017,6 +1019,13 @@ object CelebornConf extends Logging {
       .doc("Timeout for client RPC ask operations.")
       .fallbackConf(NETWORK_TIMEOUT)
 
+  val REGISTER_SHUFFLE_RPC_ASK_TIMEOUT: ConfigEntry[Long] =
+    buildConf("celeborn.rpc.registerShuffle.askTimeout")
+      .categories("network")
+      .version("0.2.0")
+      .doc("Timeout for ask operations during register shuffle.")
+      .fallbackConf(NETWORK_TIMEOUT)

Review Comment:
   RPC_ASK_TIMEOUT?



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