[ 
https://issues.apache.org/jira/browse/CASSANDRA-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lyuben Todorov updated CASSANDRA-4191:
--------------------------------------

    Attachment: 4809.patch

Changed the split to only split on the first occurrence of the ".", now 
keyspaces that contain dots can be searched for:
{code}
./nodetool cfstats "Keyspace1".Standard1.Idx1
{code}
The above will be interpreted as KS="Keyspace1" and CF=Standard1.Idx1
                
> Add `nodetool cfstats <ks> <cf>` abilities
> ------------------------------------------
>
>                 Key: CASSANDRA-4191
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4191
>             Project: Cassandra
>          Issue Type: New Feature
>    Affects Versions: 1.2.0 beta 1
>            Reporter: Joaquin Casares
>            Assignee: Lyuben Todorov
>            Priority: Minor
>              Labels: datastax_qa
>             Fix For: 1.2.9
>
>         Attachments: 4191.patch, 4191_specific_cfstats.diff, 4809.patch
>
>
> This way cfstats will only print information per keyspace/column family 
> combinations.
> Another related proposal as an alternative to this ticket:
> Allow for `nodetool cfstats` to use --excludes or --includes to accept 
> keyspace and column family arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to