smiklosovic commented on code in PR #2374:
URL: https://github.com/apache/cassandra/pull/2374#discussion_r1219018026
##########
src/java/org/apache/cassandra/metrics/StorageMetrics.java:
##########
@@ -45,6 +45,7 @@
public static final Counter totalHintsInProgress =
Metrics.counter(factory.createMetricName("TotalHintsInProgress"));
public static final Counter totalHints =
Metrics.counter(factory.createMetricName("TotalHints"));
public static final Counter repairExceptions =
Metrics.counter(factory.createMetricName("RepairExceptions"));
+ public static final Counter errorDecommissiong =
Metrics.counter(factory.createMetricName("ErrorDecommissioning"));
Review Comment:
@jaydeepkumar1984 Why do we need metrics for knowing if decommission failed?
What do you plan to do if you determine that the decommission has failed?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]