You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joaquin Casares (JIRA)" <ji...@apache.org> on 2011/06/29 02:10:28 UTC

[jira] [Created] (CASSANDRA-2839) Small typos in the cli

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

        

[jira] [Updated] (CASSANDRA-2839) Small typos in the cli

Posted by "Joaquin Casares (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joaquin Casares updated CASSANDRA-2839:
---------------------------------------

    Attachment: 2839.diff

> 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

        

[jira] [Commented] (CASSANDRA-2839) Small typos in the cli

Posted by "Joaquin Casares (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060748#comment-13060748 ] 

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

Works! Could we get the help lines to reflect this?

> 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

        

[jira] [Commented] (CASSANDRA-2839) Small typos in the cli

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060615#comment-13060615 ] 

Sylvain Lebresne commented on CASSANDRA-2839:
---------------------------------------------

I've committed the typo on the memtable thresholds. On the placement_strategy help, are you sure ? Because CliTest does use a fully qualified class and don't seem to fail.

> 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

        

[jira] [Commented] (CASSANDRA-2839) Small typos in the cli

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060732#comment-13060732 ] 

Sylvain Lebresne commented on CASSANDRA-2839:
---------------------------------------------

You'd have to use placement_strategy='org.apache.cassandra.locator.SimpleStrategy'

> 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

        

[jira] [Commented] (CASSANDRA-2839) Small typos in the cli

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060622#comment-13060622 ] 

Hudson commented on CASSANDRA-2839:
-----------------------------------

Integrated in Cassandra-0.7 #523 (See [https://builds.apache.org/job/Cassandra-0.7/523/])
    Fix typo in CLI help
patch by j.casares; reviewed by slebresne for CASSANDRA-2839

slebresne : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1143444
Files : 
* /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/cli/CliClient.java


> 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

        

[jira] [Commented] (CASSANDRA-2839) Small typos in the cli

Posted by "Joaquin Casares (JIRA)" <ji...@apache.org>.
    [ 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