Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/2226
  
    I found out why the `testJobManagerMetricAccess` fails: Since we moved the 
JMXReporter to flink-runtime the package declaration changed (it now includes 
"runtime"). The class name was hard-coded in that test leading to a 
ClassNotFoundException.
    
    I think the JMXReporter should be _somewhere_ else; i dislike that this one 
reporter has a different package declaration than other reporters that Flink 
offers. I'm thinking of having it in a separate `flink-metrics-jmx` module 
under `flink-metrics` that is included in dist.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to