[ 
http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11439#comment-11439
 ] 

Ivo Ladage - van Doorn edited comment on AMDATUCASSANDRA-87 at 9/19/11 9:15 AM:
--------------------------------------------------------------------------------

Refactored the CassandraDaemonService.keyspaceExists method to use 
describe_keyspaces and an equalsIgnoreCase to verify the keyspace existence. So 
if a keyspace 'TEST' exsists, keyspaceExists('test') will also return true. The 
addKeyspace method invokes this method prior to creating the keyspace, so false 
will be returned if a keyspace did already exist, despite of its case.
Note that ColumnFamily names are still case sensitive.

See https://issues.apache.org/jira/browse/CASSANDRA-3066

      was (Author: ivol):
    Refactored the CassandraDaemonService.keyspaceExists method to use 
describe_keyspaces and an equalsIgnoreCase to verify the keyspace existence. So 
if a keyspace 'TEST' exsists, keyspaceExists('test') will also return true. The 
addKeyspace method invokes this method prior to creating the keyspace, so false 
will be returned if a keyspace did already exist, despite of its case.
Note that ColumnFamily names are still case sensitive.
  
> Upgrade to cassandra version 0.8.5
> ----------------------------------
>
>                 Key: AMDATUCASSANDRA-87
>                 URL: http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-87
>             Project: Amdatu Cassandra
>          Issue Type: Improvement
>          Components: Persistence Manager
>            Reporter: Arthur Meijer
>             Fix For: 0.2.1
>
>
> Amdatu uses cassandra 0.8.0 while 0.8.5 is available.

--
This message is automatically generated by JIRA.
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