turboFei commented on code in PR #2983:
URL: https://github.com/apache/celeborn/pull/2983#discussion_r1879438440
##########
common/src/main/java/org/apache/celeborn/common/network/TransportContext.java:
##########
@@ -111,6 +111,17 @@ public TransportContext(
this(conf, msgHandler, closeIdleConnections, null, enableHeartbeat,
source);
}
+ public TransportContext(
+ TransportConf conf,
+ BaseMessageHandler msgHandler,
+ boolean closeIdleConnections,
+ boolean enableHeartbeat,
+ AbstractSource source,
+ boolean collectFetchChunkDetailMetrics) {
Review Comment:
seems this variable is not used here
--
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]