smiklosovic commented on code in PR #2119:
URL: https://github.com/apache/cassandra/pull/2119#discussion_r1109494313


##########
src/java/org/apache/cassandra/repair/consistent/SyncStatSummary.java:
##########
@@ -147,21 +152,36 @@ public String toString()
             }
             StringBuilder output = new StringBuilder();
 
-            output.append(String.format("%s.%s - %s ranges, %s sstables, %s 
bytes\n", keyspace, table, ranges, files, 
FBUtilities.prettyPrintMemory(bytes)));
+            output.append(String.format("%s.%s - %s ranges, %s sstables, %s 
bytes\n", keyspace, table, ranges.size(), files, 
FBUtilities.prettyPrintMemory(bytes)));

Review Comment:
   @beobal good point in general but I think this change is justifiable. It 
seems to be like overkill to me to offer the old format too.



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