xumanbu commented on code in PR #2189:
URL: 
https://github.com/apache/incubator-uniffle/pull/2189#discussion_r1886357712


##########
client/src/main/java/org/apache/uniffle/client/impl/ShuffleWriteClientImpl.java:
##########
@@ -922,7 +922,7 @@ public void sendAppHeartbeat(String appId, long timeoutMs) {
           }
           return null;
         },
-        timeoutMs,
+        timeoutMs * allShuffleServers.size() / heartBeatThreadNum + 100,

Review Comment:
   > Maybe you don't need add 100.
   
   Ok for me. I'll remove it.



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