agresch commented on a change in pull request #3226: [STORM-3583] Handle
exceptions when AsyncLocalizer tries to get local resources
URL: https://github.com/apache/storm/pull/3226#discussion_r391742280
##########
File path:
storm-server/src/main/java/org/apache/storm/localizer/AsyncLocalizer.java
##########
@@ -110,6 +111,7 @@
this.blobCacheUpdateDuration =
metricsRegistry.registerTimer("supervisor:blob-cache-update-duration");
this.blobLocalizationDuration =
metricsRegistry.registerTimer("supervisor:blob-localization-duration");
this.numBlobUpdateVersionChanged =
metricsRegistry.registerMeter("supervisor:num-blob-update-version-changed");
+ this.localResourceFileNotFound =
metricsRegistry.registerMeter("supervisdor:local-resource-file-not-found");
Review comment:
spelling of supervisor.
Also please update ClusterMetrics.md with this metric and any other missing
that are in this file.
----------------------------------------------------------------
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