advancedxy commented on code in PR #1107:
URL: 
https://github.com/apache/incubator-uniffle/pull/1107#discussion_r1286780917


##########
server/src/main/java/org/apache/uniffle/server/ShuffleServerMetrics.java:
##########
@@ -125,7 +126,7 @@ public class ShuffleServerMetrics {
   public static Counter.Child counterTotalReadTime;
   public static Counter.Child counterTotalFailedWrittenEventNum;
   public static Counter.Child counterTotalDroppedEventNum;
-  public static Counter.Child counterTotalHadoopWriteDataSize;
+  public static Counter counterTotalHadoopWriteDataSize;

Review Comment:
   would you move this field to L162 - L165,  and grouped together?
   
   ```
     public static Counter counterRemoteStorageTotalWrite;
     public static Counter counterRemoteStorageRetryWrite;
     public static Counter counterRemoteStorageFailedWrite;
     public static Counter counterRemoteStorageSuccessWrite;
   ```



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