jiang13021 commented on code in PR #2979:
URL: https://github.com/apache/celeborn/pull/2979#discussion_r1875574152


##########
client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/readclient/FlinkShuffleClientImpl.java:
##########
@@ -79,6 +76,7 @@ public class FlinkShuffleClientImpl extends ShuffleClientImpl 
{
   private ConcurrentHashMap<String, TransportClient> currentClient =
       JavaUtils.newConcurrentHashMap();
   private long driverTimestamp;
+  private final int BATCH_HEADER_SIZE = 4 * 4;

Review Comment:
   Yes. Currently, this feature does not support Flink, but I will submit 
another PRs in the future to add support. The current changes should be 
compatible with Flink.



-- 
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]

Reply via email to