[
https://issues.apache.org/jira/browse/CASSANDRA-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843584#action_12843584
]
Jonathan Ellis commented on CASSANDRA-840:
------------------------------------------
I was looking at this fragment
+ // reinitialize the table.
+ Table.open(ksm.name).addCf(cfm.cfName);
+ DatabaseDescriptor.setTableDefinition(ksm, newVersion);
+
+ // force creation of a new commit log segment.
+ CommitLog.instance().forceNewSegment();
isn't that saying the CLS happens afterwards, not before? (which only makes
sense, since how can it know about the new entry until it's in the table / DD)
> Add the ability to add/remove/rename column families on a single node.
> ----------------------------------------------------------------------
>
> Key: CASSANDRA-840
> URL: https://issues.apache.org/jira/browse/CASSANDRA-840
> Project: Cassandra
> Issue Type: Sub-task
> Components: Core
> Reporter: Gary Dusbabek
> Assignee: Gary Dusbabek
> Priority: Minor
> Fix For: 0.7
>
> Attachments: v2-0001-store-cfid-map-in-CLH.txt,
> v2-0002-establish-ordering-of-cfids.txt,
> v2-0003-add-a-cf-on-a-single-node.txt,
> v2-0004-drop-a-cf-on-a-single-node.txt,
> v2-0005-rename-a-cf-on-a-single-node.txt,
> v2-0006-improve-concurrency-during-defn-mutations.txt
>
>
> We need the ability to manipulate the KS/CF definitions structures in
> DatabaseDescriptor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.