maedhroz commented on code in PR #1859:
URL: https://github.com/apache/cassandra/pull/1859#discussion_r972446678


##########
src/java/org/apache/cassandra/tools/nodetool/Info.java:
##########
@@ -51,6 +51,8 @@ public void execute(NodeProbe probe)
         out.printf("%-23s: %s%n", "Gossip active", gossipInitialized);
         out.printf("%-23s: %s%n", "Native Transport active", 
probe.isNativeTransportRunning());
         out.printf("%-23s: %s%n", "Load", probe.getLoadString());
+        out.printf("%-23s: %s%n", "Uncompressed load", 
probe.getUncompressedLoadString());

Review Comment:
   Given we're adding this at the end of the existing output, and we're doing 
this in trunk/a major release, this seems fine.



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