You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Gasol Wu (JIRA)" <ji...@apache.org> on 2009/07/27 05:52:15 UTC

[jira] Created: (CASSANDRA-317) cassandra-cli describe table exception.

cassandra-cli describe table exception.
---------------------------------------

                 Key: CASSANDRA-317
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-317
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
         Environment: freebsd 7.2
java version "1.6.0_07"
cassandra trunk r798015
Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
            Reporter: Gasol Wu
            Priority: Trivial


cassandra> show tables            
Table1
Guestbook
cassandra> describe table Table1
Exception null
java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:415)
        at java.lang.Integer.parseInt(Integer.java:497)
        at org.apache.cassandra.cli.CliClient.executeDescribeTable(CliClient.java:259)
        at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:77)
        at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:121)
        at org.apache.cassandra.cli.CliMain.processLine(CliMain.java:153)
        at org.apache.cassandra.cli.CliMain.main(CliMain.java:187)
cassandra>

compare to CassandraServer.describe_table, columnMap key is mismatch.


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


[jira] Commented: (CASSANDRA-317) cassandra-cli describe table exception.

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

Hudson commented on CASSANDRA-317:
----------------------------------

Integrated in Cassandra #150 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/150/])
    fix cli/thrift map key regression.  patch by Gasol Wu; reviewed by jbellis for 


> cassandra-cli describe table exception.
> ---------------------------------------
>
>                 Key: CASSANDRA-317
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-317
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>         Environment: freebsd 7.2
> java version "1.6.0_07"
> cassandra trunk r798015
> Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Gasol Wu
>            Assignee: Gasol Wu
>            Priority: Trivial
>             Fix For: 0.4
>
>         Attachments: CASSANDRA-317.patch
>
>
> cassandra> show tables            
> Table1
> Guestbook
> cassandra> describe table Table1
> Exception null
> java.lang.NumberFormatException: null
>         at java.lang.Integer.parseInt(Integer.java:415)
>         at java.lang.Integer.parseInt(Integer.java:497)
>         at org.apache.cassandra.cli.CliClient.executeDescribeTable(CliClient.java:259)
>         at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:77)
>         at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:121)
>         at org.apache.cassandra.cli.CliMain.processLine(CliMain.java:153)
>         at org.apache.cassandra.cli.CliMain.main(CliMain.java:187)
> cassandra>
> compare to CassandraServer.describe_table, columnMap key is mismatch.

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


[jira] Updated: (CASSANDRA-317) cassandra-cli describe table exception.

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

Gasol Wu updated CASSANDRA-317:
-------------------------------

    Attachment: CASSANDRA-317.patch

> cassandra-cli describe table exception.
> ---------------------------------------
>
>                 Key: CASSANDRA-317
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-317
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>         Environment: freebsd 7.2
> java version "1.6.0_07"
> cassandra trunk r798015
> Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Gasol Wu
>            Priority: Trivial
>         Attachments: CASSANDRA-317.patch
>
>
> cassandra> show tables            
> Table1
> Guestbook
> cassandra> describe table Table1
> Exception null
> java.lang.NumberFormatException: null
>         at java.lang.Integer.parseInt(Integer.java:415)
>         at java.lang.Integer.parseInt(Integer.java:497)
>         at org.apache.cassandra.cli.CliClient.executeDescribeTable(CliClient.java:259)
>         at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:77)
>         at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:121)
>         at org.apache.cassandra.cli.CliMain.processLine(CliMain.java:153)
>         at org.apache.cassandra.cli.CliMain.main(CliMain.java:187)
> cassandra>
> compare to CassandraServer.describe_table, columnMap key is mismatch.

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


[jira] Updated: (CASSANDRA-317) cassandra-cli describe table exception.

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

Jonathan Ellis updated CASSANDRA-317:
-------------------------------------

    Fix Version/s: 0.4

> cassandra-cli describe table exception.
> ---------------------------------------
>
>                 Key: CASSANDRA-317
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-317
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>         Environment: freebsd 7.2
> java version "1.6.0_07"
> cassandra trunk r798015
> Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
> Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
>            Reporter: Gasol Wu
>            Assignee: Gasol Wu
>            Priority: Trivial
>             Fix For: 0.4
>
>         Attachments: CASSANDRA-317.patch
>
>
> cassandra> show tables            
> Table1
> Guestbook
> cassandra> describe table Table1
> Exception null
> java.lang.NumberFormatException: null
>         at java.lang.Integer.parseInt(Integer.java:415)
>         at java.lang.Integer.parseInt(Integer.java:497)
>         at org.apache.cassandra.cli.CliClient.executeDescribeTable(CliClient.java:259)
>         at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:77)
>         at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:121)
>         at org.apache.cassandra.cli.CliMain.processLine(CliMain.java:153)
>         at org.apache.cassandra.cli.CliMain.main(CliMain.java:187)
> cassandra>
> compare to CassandraServer.describe_table, columnMap key is mismatch.

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