FreeBSD Bugzilla – Attachment 210027 Details for
Bug 238236
database/cassandra3: align "nodetool status" columns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for 3.11.5
cassandra3-Bug-238236.diff (text/plain), 1.44 KB, created by
Angelo Polo
on 2019-12-18 11:16:28 UTC
(
hide
)
Description:
Updated patch for 3.11.5
Filename:
MIME Type:
Creator:
Angelo Polo
Created:
2019-12-18 11:16:28 UTC
Size:
1.44 KB
patch
obsolete
>Index: files/patch-src_java_org_apache_cassandra_tools_nodetool_Status.java >=================================================================== >--- files/patch-src_java_org_apache_cassandra_tools_nodetool_Status.java (nonexistent) >+++ files/patch-src_java_org_apache_cassandra_tools_nodetool_Status.java (working copy) >@@ -0,0 +1,11 @@ >+--- src/java/org/apache/cassandra/tools/nodetool/Status.java.orig 2019-12-18 11:47:59 UTC >++++ src/java/org/apache/cassandra/tools/nodetool/Status.java >+@@ -188,7 +188,7 @@ public class Status extends NodeToolCmd >+ String addressPlaceholder = String.format("%%-%ds ", maxAddressLength); >+ buf.append("%s%s "); // status >+ buf.append(addressPlaceholder); // address >+- buf.append("%-9s "); // load >++ buf.append("%-11s "); // load (support up to "xxxx.xxx XiB") >+ if (!isTokenPerNode) >+ buf.append("%-11s "); // "Tokens" >+ if (hasEffectiveOwns) > >Property changes on: files/patch-src_java_org_apache_cassandra_tools_nodetool_Status.java >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238236
:
204712
| 210027