maobaolong commented on code in PR #2155:
URL:
https://github.com/apache/incubator-uniffle/pull/2155#discussion_r1797616515
##########
server/src/main/java/org/apache/uniffle/server/ShuffleDataFlushEvent.java:
##########
@@ -37,7 +38,11 @@ public class ShuffleDataFlushEvent {
private final int shuffleId;
private final int startPartition;
private final int endPartition;
+ /** The memory cost size include encoded length */
private final long size;
+ /** The data size of this shuffle block */
+ private final long length;
Review Comment:
Yeah, it is a lucky survivor, renamed it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]