maedhroz commented on code in PR #2961:
URL: https://github.com/apache/cassandra/pull/2961#discussion_r1420927771
##########
src/java/org/apache/cassandra/metrics/TableMetrics.java:
##########
@@ -855,6 +859,10 @@ public Long getValue()
rowIndexSizeAborts = createTableMeter("RowIndexSizeAborts",
cfs.keyspace.metric.rowIndexSizeAborts);
rowIndexSize = createTableHistogram("RowIndexSize",
cfs.keyspace.metric.rowIndexSize, false);
+ tooManyIndexReadSSTablesWarnings =
createTableMeter("TooManyIndexReadSSTablesWarnings",
cfs.keyspace.metric.tooManyIndexReadSSTablesWarnings);
+ tooManyIndexReadSSTablesAborts =
createTableMeter("TooManyIndexReadSSTablesAborts",
cfs.keyspace.metric.tooManyIndexReadSSTablesAborts);
+ tooManyIndexReadSSTables =
createTableHistogram("TooManyIndexReadSSTables",
cfs.keyspace.metric.tooManyIndexReadSSTables, false);
Review Comment:
Same comments as the keyspace metrics in terms of naming and whether we want
to move the SSTables hit histogram.
--
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]