You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Gary Dusbabek (JIRA)" <ji...@apache.org> on 2010/07/21 23:58:50 UTC

[jira] Assigned: (CASSANDRA-1307) Get the 'system' keyspace info

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

Gary Dusbabek reassigned CASSANDRA-1307:
----------------------------------------

    Assignee: Gary Dusbabek

> Get the 'system' keyspace info
> ------------------------------
>
>                 Key: CASSANDRA-1307
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1307
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Ching-Shen Chen
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: trunk-1307.txt
>
>
> cassandra> get system.LocationInfo['L']                       
> Exception Internal error processing get_slice
> It should be as below:
> cassandra> get system.LocationInfo['L']
> => (column=Token, value=����Z�:K^��, timestamp=0)
> => (column=Partioner, value=org.apache.cassandra.dht.RandomPartitioner, timestamp=0)
> => (column=Generation, value=LF��, timestamp=16)
> => (column=ClusterName, value=Test Cluster, timestamp=0)
> Returned 4 results.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.