This is an automated email from the ASF dual-hosted git repository.

xianjingfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new a08c22725 [#2183] [FOLLOWUP] Fix spotless issue error (#2185)
a08c22725 is described below

commit a08c227252d8e104a4020f2220df354779cdbe52
Author: maobaolong <[email protected]>
AuthorDate: Tue Oct 15 16:55:02 2024 +0800

    [#2183] [FOLLOWUP] Fix spotless issue error (#2185)
---
 .../src/main/java/org/apache/uniffle/server/ShuffleServerMetrics.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/server/src/main/java/org/apache/uniffle/server/ShuffleServerMetrics.java 
b/server/src/main/java/org/apache/uniffle/server/ShuffleServerMetrics.java
index ebe8b0451..edbc659e2 100644
--- a/server/src/main/java/org/apache/uniffle/server/ShuffleServerMetrics.java
+++ b/server/src/main/java/org/apache/uniffle/server/ShuffleServerMetrics.java
@@ -160,8 +160,8 @@ public class ShuffleServerMetrics {
 
   public static final String REQUIRE_BUFFER_COUNT = "require_buffer_count";
 
-  public static final String IN_FLUSH_BLOCK_COUNT_IN_BUFFER_POOL
-      = "in_flush_block_count_in_buffer_pool";
+  public static final String IN_FLUSH_BLOCK_COUNT_IN_BUFFER_POOL =
+      "in_flush_block_count_in_buffer_pool";
   public static final String BLOCK_COUNT_IN_BUFFER_POOL = 
"block_count_in_buffer_pool";
   public static final String BUFFER_COUNT_IN_BUFFER_POOL = 
"buffer_count_in_buffer_pool";
   public static final String SHUFFLE_COUNT_IN_BUFFER_POOL = 
"shuffle_count_in_buffer_pool";

Reply via email to