Get the 'system' keyspace info
------------------------------

                 Key: CASSANDRA-1307
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1307
             Project: Cassandra
          Issue Type: Improvement
    Affects Versions: 0.6.3
            Reporter: Ching-Shen Chen
            Priority: Minor
             Fix For: 0.6.4


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.

Reply via email to