ColumnFamilyProviders should not be able to define a keyspace 'null'
--------------------------------------------------------------------

                 Key: AMDATUCASSANDRA-118
                 URL: http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-118
             Project: Amdatu Cassandra
          Issue Type: Bug
          Components: Cassandra daemon
    Affects Versions: 0.2.0
            Reporter: Ivo Ladage - van Doorn
            Assignee: Ivo Ladage - van Doorn
             Fix For: 0.2.1


In the current implementation, a ColumnFamilyProvider may define the keyspace 
it is associated with as 'null'. The javadoc states that when the keyspace 
defined is null, the CF will be added to all keyspaces. This is true. However, 
when a keyspace is added later on (in case of a new tenant for example), the CF 
will not be added to this keyspace immediately. It will only happen when the 
ColumnFamilyProvider service is restarted (for example in case of a server 
restart). So currently this causes unpredictable behavior.
Another issue is that such ColumnFamilies will be created automatically, even 
if a component adds a 'private' keyspace.


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

        
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to