leesf commented on a change in pull request #1726:
URL: https://github.com/apache/hudi/pull/1726#discussion_r448744264
##########
File path:
hudi-client/src/main/java/org/apache/hudi/metrics/JmxMetricsReporter.java
##########
@@ -126,4 +126,5 @@ private JmxReporterServer createJmxReport(String host, int
port) {
.filter(port -> (0 <= port && port <= 65535))
.toArray();
}
+
Review comment:
remove this empty line
##########
File path:
hudi-client/src/main/java/org/apache/hudi/metrics/JmxMetricsReporter.java
##########
@@ -126,4 +126,5 @@ private JmxReporterServer createJmxReport(String host, int
port) {
.filter(port -> (0 <= port && port <= 65535))
.toArray();
}
+
Review comment:
extra empty line
----------------------------------------------------------------
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]