You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 05:58:01 UTC

[jira] [Updated] (CASSANDRA-8197) Decide whether to allow case-insensitive system keyspace names

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

C. Scott Andreas updated CASSANDRA-8197:
----------------------------------------
    Component/s: Distributed Metadata

> Decide whether to allow case-insensitive system keyspace names
> --------------------------------------------------------------
>
>                 Key: CASSANDRA-8197
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8197
>             Project: Cassandra
>          Issue Type: Task
>          Components: Distributed Metadata
>            Reporter: Robert Stupp
>            Priority: Minor
>
> The current implementation does not allow to create a keyspace like {{sYsTeM}} or other case-variations of "system".
> But it allows that for the two other system keyspaces {{system_trace}} and {{system_auth}}.
> IMO we should make that consistent at least for the system keyspaces.
> {code}
> cqlsh> create KEYSPACE "SyStEM" WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1};
> code=2200 [Invalid query] message="system keyspace is not user-modifiable"
> cqlsh> create KEYSPACE "SYSTEM_tRaCeS" WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1};
> cqlsh> create KEYSPACE "SYSTEM_aUtH" WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1};
> cqlsh> DESC KEYSPACES ;
> "SYSTEM_aUtH"  system  "SYSTEM_tRaCeS"  system_traces
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org