View | Details | Raw Unified | Return to bug 238236 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-src_java_org_apache_cassandra_tools_nodetool_Status.java (+11 lines)
Line 0 Link Here
1
--- src/java/org/apache/cassandra/tools/nodetool/Status.java.orig	2019-12-18 11:47:59 UTC
2
+++ src/java/org/apache/cassandra/tools/nodetool/Status.java
3
@@ -188,7 +188,7 @@ public class Status extends NodeToolCmd
4
             String addressPlaceholder = String.format("%%-%ds  ", maxAddressLength);
5
             buf.append("%s%s  ");                         // status
6
             buf.append(addressPlaceholder);               // address
7
-            buf.append("%-9s  ");                         // load
8
+            buf.append("%-11s  ");                        // load (support up to "xxxx.xxx XiB")
9
             if (!isTokenPerNode)
10
                 buf.append("%-11s  ");                     // "Tokens"
11
             if (hasEffectiveOwns)

Return to bug 238236