blerer commented on code in PR #2713:
URL: https://github.com/apache/cassandra/pull/2713#discussion_r1360550323


##########
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:
   It was just a statement. We can let that for later.



-- 
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]

Reply via email to