Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2836#discussion_r218173536
--- Diff: storm-server/pom.xml ---
@@ -171,7 +171,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<!--Note - the version would be inherited-->
<configuration>
- <maxAllowedViolations>780</maxAllowedViolations>
+ <maxAllowedViolations>853</maxAllowedViolations>
--- End diff --
Yes it is all the issues that came with StatsUtil, which is why the other
one went in a good direction. I can try and clean them up more if you want.
---