tolbertam commented on code in PR #3085:
URL: https://github.com/apache/cassandra/pull/3085#discussion_r1479201173
##########
src/java/org/apache/cassandra/tools/nodetool/ClientStats.java:
##########
@@ -47,6 +50,9 @@ public class ClientStats extends NodeToolCmd
@Option(title = "list_connections_with_client_options", name =
"--client-options", description = "Lists all connections and the client
options")
private boolean clientOptions = false;
+ @Option(title = "list_connections_with_metadata", name = "--metadata",
description = "Lists all connections and authenticator-specific metadata and
mode")
Review Comment:
makes sense, replaced `--metadata` with `--verbose` and `--verbose` will
simply include all fields of the connection now.
--
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]