codenohup commented on code in PR #3272:
URL: https://github.com/apache/celeborn/pull/3272#discussion_r2103724076


##########
client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/RemoteShuffleResultPartitionDelegation.java:
##########
@@ -108,6 +108,7 @@ public void emit(
 
     DataBuffer dataBuffer = isBroadcast ? getBroadcastDataBuffer() : 
getUnicastDataBuffer();
     if (dataBuffer.append(record, targetSubpartition, dataType)) {
+      outputGate.shuffleIOMetricGroup.getNumRecordsOut().inc();

Review Comment:
   We should check the dataType to prevent events from being counted as records.



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