jacek-lewandowski commented on code in PR #2713:
URL: https://github.com/apache/cassandra/pull/2713#discussion_r1360389344
##########
src/java/org/apache/cassandra/metrics/TableMetrics.java:
##########
@@ -280,7 +280,7 @@ private static Pair<Long, Long>
totalNonSystemTablesSize(Predicate<SSTableReader
{
long total = 0;
long filtered = 0;
- for (String keyspace : Schema.instance.getNonSystemKeyspaces().names())
+ for (String keyspace : Schema.instance.distributedKeyspaces().names())
Review Comment:
can we address that in 5.0 and change metrics a bit?
--
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]