SteNicholas commented on code in PR #3357:
URL: https://github.com/apache/celeborn/pull/3357#discussion_r2189341874


##########
client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/network/ReadClientHandler.java:
##########
@@ -64,7 +64,13 @@ private void processMessageInternal(long streamId, 
RequestMessage msg) {
       logger.debug("received streamId: {}, msg :{}", streamId, msg);
       handler.accept(msg);
     } else {
-      if (msg != null && msg instanceof ReadData) {
+      if (msg instanceof BufferStreamEnd) {

Review Comment:
   Could we regard this condition as checking whether to log warning?



-- 
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-unsubscr...@celeborn.apache.org

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

Reply via email to