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


##########
src/java/org/apache/cassandra/tools/nodetool/CompactionStats.java:
##########
@@ -103,7 +103,7 @@ private void compactionsStats(NodeProbe probe, TableBuilder 
tableBuilder)
         CassandraMetricsRegistry.JmxCounterMBean sstablesDroppedFromCompaction 
= (CassandraMetricsRegistry.JmxCounterMBean) 
probe.getCompactionMetric("SSTablesDroppedFromCompaction");
         tableBuilder.add("sstables dropped from compaction", 
Long.toString(sstablesDroppedFromCompaction.getCount()));
 
-        NumberFormat formatter = new DecimalFormat("0.00");
+        NumberFormat formatter = toDecimalFormatLocalized("0.00");

Review Comment:
   what does this have in common with the patch? Just dont see it ... 



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