jerqi commented on code in PR #1418:
URL: 
https://github.com/apache/incubator-uniffle/pull/1418#discussion_r1630583764


##########
client-mr/core/src/main/java/org/apache/hadoop/mapred/SortWriteBufferManager.java:
##########
@@ -64,7 +64,7 @@ public class SortWriteBufferManager<K, V> {
   private final Counters.Counter mapOutputRecordCounter;
   private long uncompressedDataLen = 0;
   private long compressTime = 0;
-  private final long taskAttemptId;
+  private final int taskAttemptId;

Review Comment:
   Preferring using long for some common methods.



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

Reply via email to