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

    https://github.com/apache/storm/pull/850#discussion_r44036638
  
    --- Diff: storm-core/pom.xml ---
    @@ -602,6 +612,42 @@
                               <pattern>org.eclipse.jetty</pattern>
                               
<shadedPattern>org.apache.storm.shade.org.eclipse.jetty</shadedPattern>
                             </relocation>
    +                        <relocation>
    +                            <pattern>com.codahale.metrics</pattern>
    +                            
<shadedPattern>org.apache.storm.shade.com.codahale.metrics</shadedPattern>
    +                        </relocation>
    --- End diff --
    
    Will include a comment in the documentation to state that reporting via JMX 
is supported at this time since shading may prevent other plugins from working 
correctly.  Will file a follow-up jira to investigate whether supporting 
additional plugins is need


---
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