wangxianghu commented on a change in pull request #1727:
URL: https://github.com/apache/hudi/pull/1727#discussion_r439733435



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/JmxReporterServer.java
##########
@@ -18,18 +18,16 @@
 
 package org.apache.hudi.metrics;
 
+import com.codahale.metrics.MetricRegistry;
+import com.codahale.metrics.jmx.JmxReporter;
 import org.apache.hudi.common.util.StringUtils;
 import org.apache.hudi.common.util.ValidationUtils;
 import org.apache.hudi.exception.HoodieException;
 
-import com.codahale.metrics.MetricRegistry;
-import com.codahale.metrics.jmx.JmxReporter;
-

Review comment:
       > is the import reordered by idea? I found some files just change the 
import order, would we keep the same as before?
   
   yes, idea ordered it. I will rollback.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to