[ 
https://issues.apache.org/jira/browse/CASSANDRA-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285328#comment-13285328
 ] 

Jonathan Ellis commented on CASSANDRA-4018:
-------------------------------------------

The problem was that 4278 wasn't in trunk yet, just 1.1.

re-pushed (--force) to 4018-9 with some fixes.

The last commit to add a native CQL query to peers turns out to not work; it 
NPEs in hasColumnFamily without a ClientState.  Not sure of a good fix here.  
Should we split this to another ticket?

Forgot to comment on a couple other things above:

- I like "peers" over "tokens" since it's basically saying, "here's the 
information I have about the other nodes in the cluster."  "tokens" is a lot 
more vague since we use tokens all over the place; it's less immediately clear 
to someone examining the system keyspace what it's doing
- I left NodeIdCf and IndexCf alone since we can't just throw them away and 
start over case-insensitive (like we have the luxury of doing with hints).  And 
I didn't want to write a bunch of sstable-renaming code...  Can push this to 
another ticket if you like.
                
> Add column metadata to system columnfamilies
> --------------------------------------------
>
>                 Key: CASSANDRA-4018
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4018
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 1.2
>
>
> CASSANDRA-3792 adds this to the schema CFs; we should modernize the other 
> system CFs as well

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to