You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/12/15 05:45:44 UTC

[GitHub] [incubator-hudi] XuQianJin-Stars opened a new pull request #1106: [HUDI-209] Implement JMX metrics reporter

XuQianJin-Stars opened a new pull request #1106: [HUDI-209] Implement JMX metrics reporter
URL: https://github.com/apache/incubator-hudi/pull/1106
 
 
   ## What is the purpose of the pull request
   
   The server to which JMX clients connect to. Allows for better control over port usage for JMX metrics reporter.
   
   ## Brief change log
   
   *The changes are as follows:*
     - *pom.xml*
     - *hudi-client/pom.xml*
     - *hudi-client/src/main/java/org/apache/hudi/config/HoodieMetricsConfig.java*
     - *hudi-client/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java*
     - *hudi-client/src/main/java/org/apache/hudi/metrics/JmxMetricsReporter.java*
     - *hudi-client/src/main/java/org/apache/hudi/metrics/MetricsReporterFactory.java*
     - *hudi-client/src/main/java/org/apache/hudi/metrics/MetricsReporterType.java*
     - *hudi-client/src/main/java/org/apache/hudi/client/utils/NetUtils.java*
     - *hudi-client/src/main/java/org/apache/hudi/client/utils/UnionIterator.java*
   
   
   ## Verify this pull request
   
   This change added tests and can be verified as follows:
   
     - *By hudi-client/src/test/java/org/apache/hudi/metrics/TestHoodieJmxMetrics.java to verify the change.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services