vinothchandar commented on a change in pull request #1106: [HUDI-209] Implement
JMX metrics reporter
URL: https://github.com/apache/incubator-hudi/pull/1106#discussion_r361340146
##########
File path:
hudi-client/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -478,8 +478,8 @@ public String getJmxHost() {
return props.getProperty(HoodieMetricsConfig.JMX_HOST);
}
- public int getJmxPort() {
- return Integer.parseInt(props.getProperty(HoodieMetricsConfig.JMX_PORT));
+ public String getJmxPorts() {
Review comment:
rename: getJmxPort() [singular]
----------------------------------------------------------------
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]
With regards,
Apache Git Services