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

Jonathan Ellis commented on CASSANDRA-840:
------------------------------------------

What problem is the table locking trying to solve?  Just concurrent access to 
columnFamilyStores_?  If it is that then using a NBHM instead should be 
cleaner.  I've always intended to refactor CFS to have a Table reference rather 
than a Table String.

> 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: v1-0001-store-cfid-map-in-CLH.txt, 
> v1-0002-establish-ordering-of-cfids.txt, 
> v1-0003-add-a-cf-on-a-single-node.txt, 
> v1-0004-drop-a-cf-on-a-single-node.txt, 
> v1-0005-rename-a-cf-on-a-single-node.txt, 
> v1-0006-alternate-locking-approach.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.

Reply via email to