RexXiong commented on code in PR #3055:
URL: https://github.com/apache/celeborn/pull/3055#discussion_r1905426405
##########
client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/client/FlinkShuffleClientImpl.java:
##########
@@ -160,6 +160,10 @@ public void shutdown() {
if (readClientHandler != null) {
readClientHandler.close();
}
+ for (TransportClient client : currentClient.values()) {
Review Comment:
All transportClient would be closed when invoke
`flinkTransportClientFactory.close()`
--
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]