Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2145#discussion_r68044577
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/metrics/reporter/JMXReporter.java ---
    @@ -265,4 +329,72 @@ public Object getValue() {
                        return gauge.getValue();
                }
        }
    +
    +   /**
    +    * JMX Server implementation that JMX clients can connect to.
    +    *
    +    * Heavily based on j256 simplejmx project
    +    *
    +    * 
https://github.com/j256/simplejmx/blob/master/src/main/java/com/j256/simplejmx/server/JmxServer.java
    +    */
    +   private static class JMXServer {
    +           private int port;
    +           private Registry rmiRegistry;
    --- End diff --
    
    What does this `rmiRegistry` do?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to