Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2805#discussion_r210685351
--- Diff: pom.xml ---
@@ -280,7 +280,7 @@
<log4j-over-slf4j.version>1.6.6</log4j-over-slf4j.version>
<log4j.version>2.8.2</log4j.version>
<slf4j.version>1.7.21</slf4j.version>
- <metrics.version>3.1.0</metrics.version>
+ <metrics.version>3.2.6</metrics.version>
--- End diff --
This specific version just happens to be the latest in the 3.x release
line. I'd like to upgrade to the latest version of the library, but we'll have
to pull out a bit of code relating to the Ganglia reporter first, and I didn't
want to mix it in to this PR. https://github.com/dropwizard/metrics/issues/1319
---