Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2805#discussion_r218150464
--- Diff: storm-server/src/main/java/org/apache/storm/LocalDRPC.java ---
@@ -38,9 +39,9 @@
private final DRPC drpc;
private final String serviceId;
- public LocalDRPC() {
+ public LocalDRPC(StormMetricsRegistry metricsRegistry) {
--- End diff --
Added a no-args constructor that creates a new registry.---
