We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d5a9e commit fd1fe64Copy full SHA for fd1fe64
src/main/java/com/arpnetworking/clusteraggregator/ClusterStatusCache.java
@@ -118,6 +118,7 @@ public void onReceive(final Object message) throws Exception {
118
} else {
119
metrics.setGauge("akka/is_leader", 0);
120
}
121
+ metrics.close();
122
} else if (message instanceof GetRequest) {
123
sendResponse(getSender());
124
} else if (message instanceof ParallelLeastShardAllocationStrategy.RebalanceNotification) {
0 commit comments