zaynt4606 commented on code in PR #3008:
URL: https://github.com/apache/celeborn/pull/3008#discussion_r1921758682


##########
common/src/main/scala/org/apache/celeborn/common/rpc/RpcEnv.scala:
##########
@@ -142,6 +145,41 @@ abstract class RpcEnv(config: RpcEnvConfig) {
     setupEndpointRefByAddr(RpcEndpointAddress(address, endpointName))
   }
 
+  /**
+   * Retrieve the [[RpcEndpointRef]] represented by `address` and 
`endpointName` with timeout retry.
+   * This is a blocking action.
+   */
+  def setupEndpointRef(
+      address: RpcAddress,
+      endpointName: String,
+      retryCount: Int): RpcEndpointRef = {

Review Comment:
   Sory for delay.
   This pr has been updated with two configraions CLIENT_RPC_RETRY_WAIT and 
RPC_RETRY_WAIT.



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