Ethanlm commented on a change in pull request #3242: STORM-3614 switch
SystemBolt metrics to V2 API
URL: https://github.com/apache/storm/pull/3242#discussion_r404818266
##########
File path: pom.xml
##########
@@ -295,6 +295,7 @@
<log4j.version>2.11.2</log4j.version>
<slf4j.version>1.7.26</slf4j.version>
<metrics.version>3.2.6</metrics.version>
+ <metrics.jvm.version>4.0.7</metrics.jvm.version>
Review comment:
So there are two metrics-core in the dependencies, one is 4.0.7 and the
other one is 3.2.6. I am afraid they could conflict each other at runtime since
they are different at major version level.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services