You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@celeborn.apache.org by "RexXiong (via GitHub)" <gi...@apache.org> on 2023/02/23 14:12:12 UTC

[GitHub] [incubator-celeborn] RexXiong commented on a diff in pull request #1270: [CELEBORN-335][FLINK] Fix memory leak.

RexXiong commented on code in PR #1270:
URL: https://github.com/apache/incubator-celeborn/pull/1270#discussion_r1115752825


##########
client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/network/TransportFrameDecoderWithBufferSupplier.java:
##########
@@ -144,6 +148,9 @@ public void channelRead(ChannelHandlerContext ctx, Object data) {
           }
         }
       }
+    } catch (Exception e) {

Review Comment:
   Do this need to notify the server?



-- 
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: issues-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org