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:58:14 UTC

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

     [ 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.