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

Joaquin Casares commented on CASSANDRA-2839:
--------------------------------------------

This is my output of my test on cassandra-0.7.6 just right now:

[default@unknown] create keyspace abc with 
placement_strategy=org.apache.cassandra.locator.SimpleStrategy;
Syntax error at position 47: missing EOF at '.'
[default@unknown] create keyspace abc with 
placement_strategy=org.apache.cassandra.locator.NetworkTopologyStrategy;
Syntax error at position 47: missing EOF at '.'
[default@unknown] create keyspace abc with 
placement_strategy=org.apache.cassandra.locator.OldNetworkTopologyStrategy;
Syntax error at position 47: missing EOF at '.'
[default@unknown] create keyspace abc with placement_strategy=SimpleStrategy;   
                                      
844d2b67-a7f9-11e0-b6a3-e700f669bcfc
Waiting for schema agreement...
... schemas agree across the cluster
[default@unknown] update keyspace abc with 
placement_strategy=NetworkTopologyStrategy;
9182d288-a7f9-11e0-b6a3-e700f669bcfc
Waiting for schema agreement...
... schemas agree across the cluster
[default@unknown] update keyspace abc with 
placement_strategy=OldNetworkTopologyStrategy;
96344ca9-a7f9-11e0-b6a3-e700f669bcfc
Waiting for schema agreement...
... schemas agree across the cluster


> Small typos in the cli
> ----------------------
>
>                 Key: CASSANDRA-2839
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2839
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.6
>            Reporter: Joaquin Casares
>            Assignee: Joaquin Casares
>            Priority: Minor
>             Fix For: 0.7.7
>
>         Attachments: 2839.diff
>
>
> Memtable thresholds: %s/%s/%s (millions of ops/minutes/MB) was displaying 
> ops/MB/minutes.
> placement_strategy: the fully qualified class used to place replicas in
>                         this keyspace. Valid values are
>                         org.apache.cassandra.locator.SimpleStrategy,
>                         org.apache.cassandra.locator.NetworkTopologyStrategy,
>                         and 
> org.apache.cassandra.locator.OldNetworkTopologyStrategy
> was being displayed but would only accept SimpleStrategy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to