You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Johan Hilding (JIRA)" <ji...@apache.org> on 2010/01/26 02:22:34 UTC

[jira] Created: (CASSANDRA-738) cassandra-cli parsing error

cassandra-cli parsing error
---------------------------

                 Key: CASSANDRA-738
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-738
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.5
            Reporter: Johan Hilding
            Priority: Minor


Steps to reproduce:
1. Download the 0.5 release
2. Start Cassandra
3. Start cassandra-cli
4. Execute "set foo.bar['toot']='balls'"

Expected output:
An error message telling me I'm not doing it right.

Actual output:
cassandra> set foo.bar['toot']='balls'
Exception in thread "main" java.lang.AssertionError: serious parsing error (this is a bug).
	at org.apache.cassandra.cli.CliClient.executeSet(CliClient.java:367)
	at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:63)
	at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:131)
	at org.apache.cassandra.cli.CliMain.main(CliMain.java:172)

Perhaps this is related to https://issues.apache.org/jira/browse/CASSANDRA-615 in a non-direct way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-738) cassandra-cli parsing error

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

Jonathan Ellis updated CASSANDRA-738:
-------------------------------------

    Fix Version/s: 0.6

> cassandra-cli parsing error
> ---------------------------
>
>                 Key: CASSANDRA-738
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-738
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.5
>            Reporter: Johan Hilding
>            Priority: Minor
>             Fix For: 0.6
>
>
> Steps to reproduce:
> 1. Download the 0.5 release
> 2. Start Cassandra
> 3. Start cassandra-cli
> 4. Execute "set foo.bar['toot']='balls'"
> Expected output:
> An error message telling me I'm not doing it right.
> Actual output:
> cassandra> set foo.bar['toot']='balls'
> Exception in thread "main" java.lang.AssertionError: serious parsing error (this is a bug).
> 	at org.apache.cassandra.cli.CliClient.executeSet(CliClient.java:367)
> 	at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:63)
> 	at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:131)
> 	at org.apache.cassandra.cli.CliMain.main(CliMain.java:172)
> Perhaps this is related to https://issues.apache.org/jira/browse/CASSANDRA-615 in a non-direct way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-738) cassandra-cli parsing error

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

Eric Evans updated CASSANDRA-738:
---------------------------------

    Attachment: v1-0001-CASSANDRA-738-cli-friendlier-error-messages.txt

> cassandra-cli parsing error
> ---------------------------
>
>                 Key: CASSANDRA-738
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-738
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.5
>            Reporter: Johan Hilding
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: v1-0001-CASSANDRA-738-cli-friendlier-error-messages.txt
>
>
> Steps to reproduce:
> 1. Download the 0.5 release
> 2. Start Cassandra
> 3. Start cassandra-cli
> 4. Execute "set foo.bar['toot']='balls'"
> Expected output:
> An error message telling me I'm not doing it right.
> Actual output:
> cassandra> set foo.bar['toot']='balls'
> Exception in thread "main" java.lang.AssertionError: serious parsing error (this is a bug).
> 	at org.apache.cassandra.cli.CliClient.executeSet(CliClient.java:367)
> 	at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:63)
> 	at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:131)
> 	at org.apache.cassandra.cli.CliMain.main(CliMain.java:172)
> Perhaps this is related to https://issues.apache.org/jira/browse/CASSANDRA-615 in a non-direct way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-738) cassandra-cli parsing error

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

Jonathan Ellis commented on CASSANDRA-738:
------------------------------------------

+1 Eric's fixes

> cassandra-cli parsing error
> ---------------------------
>
>                 Key: CASSANDRA-738
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-738
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.5
>            Reporter: Johan Hilding
>            Assignee: Eric Evans
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: v1-0001-CASSANDRA-738-cli-friendlier-error-messages.txt
>
>
> Steps to reproduce:
> 1. Download the 0.5 release
> 2. Start Cassandra
> 3. Start cassandra-cli
> 4. Execute "set foo.bar['toot']='balls'"
> Expected output:
> An error message telling me I'm not doing it right.
> Actual output:
> cassandra> set foo.bar['toot']='balls'
> Exception in thread "main" java.lang.AssertionError: serious parsing error (this is a bug).
> 	at org.apache.cassandra.cli.CliClient.executeSet(CliClient.java:367)
> 	at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:63)
> 	at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:131)
> 	at org.apache.cassandra.cli.CliMain.main(CliMain.java:172)
> Perhaps this is related to https://issues.apache.org/jira/browse/CASSANDRA-615 in a non-direct way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-738) cassandra-cli parsing error

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

Jan Kantert commented on CASSANDRA-738:
---------------------------------------

I experienced exactly the same problem. Setup as described in http://wiki.apache.org/cassandra/GettingStarted.

> cassandra-cli parsing error
> ---------------------------
>
>                 Key: CASSANDRA-738
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-738
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.5
>            Reporter: Johan Hilding
>            Priority: Minor
>
> Steps to reproduce:
> 1. Download the 0.5 release
> 2. Start Cassandra
> 3. Start cassandra-cli
> 4. Execute "set foo.bar['toot']='balls'"
> Expected output:
> An error message telling me I'm not doing it right.
> Actual output:
> cassandra> set foo.bar['toot']='balls'
> Exception in thread "main" java.lang.AssertionError: serious parsing error (this is a bug).
> 	at org.apache.cassandra.cli.CliClient.executeSet(CliClient.java:367)
> 	at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:63)
> 	at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:131)
> 	at org.apache.cassandra.cli.CliMain.main(CliMain.java:172)
> Perhaps this is related to https://issues.apache.org/jira/browse/CASSANDRA-615 in a non-direct way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.