FMX commented on code in PR #2241:
URL:
https://github.com/apache/incubator-celeborn/pull/2241#discussion_r1457343409
##########
common/src/main/java/org/apache/celeborn/common/network/client/TransportResponseHandler.java:
##########
@@ -86,7 +86,7 @@ public TransportResponseHandler(TransportConf conf, Channel
channel) {
if (TransportModuleConstants.DATA_MODULE.equals(module)) {
checkPushTimeout = true;
checkFetchTimeout = true;
- } else if (TransportModuleConstants.PUSH_MODULE.equals(module)) {
+ } else if (TransportModuleConstants.REPLICATE_MODULE.equals(module)) {
Review Comment:
Checking PUSH and REPLICATE modules is OK to keep compatibility.
--
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]