[ 
https://issues.apache.org/jira/browse/CASSANDRA-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksey Yeschenko resolved CASSANDRA-5738.
------------------------------------------

    Resolution: Not A Problem

It doesn't and it shouldn't. system_auth is a 'regular' keyspace, it can be 
altered with ALTER KEYSPACE. It's prefixed with 'system_' to avoid collisions 
with already existing keyspaces and so that people wouldn't mess with unless 
they know what they are doing.
                
> Schema#systemKeyspaceNames does not exclude 'system_auth' keyspace
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-5738
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5738
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2.6
>            Reporter: Ophir Radnitz
>            Priority: Minor
>
> {{Schema#systemKeyspaceNames}} should enumerate all system keyspaces but does 
> not include 'system_auth' (defined in {{Auth}}). Public methods that rely on 
> it:
> * {{Schema#getNonSystemTables()}}
> * {{Schema#system()}}
> * {{Schema#nonSystem()}}
> * {{ColumnFamilyStore#allUserDefined()}}
> possibly a few others.
> Related to CASSANDRA-5160.

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

Reply via email to