cfmcgrady commented on code in PR #2488:
URL: https://github.com/apache/celeborn/pull/2488#discussion_r1590570444
##########
client/src/main/scala/org/apache/celeborn/client/commit/CommitHandler.scala:
##########
@@ -452,7 +452,7 @@ abstract class CommitHandler(
message.replicaIds)
}(ec)
} else {
- worker.endpoint.ask[CommitFilesResponse](message)
+ worker.endpoint.ask[CommitFilesResponse](message,
conf.clientRpcCommitFilesRpcAskTimeout)
Review Comment:
Assign a member variable to avoid performance decrease?
--
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]