You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org> on 2011/11/03 07:27:32 UTC

[jira] [Commented] (CASSANDRA-3415) show schema fails

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

Jonathan Ellis commented on CASSANDRA-3415:
-------------------------------------------

(note that the problem is only with the cli, the schema itself is fine.)
                
> show schema fails
> -----------------
>
>                 Key: CASSANDRA-3415
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3415
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.4
>         Environment: freebsd
>            Reporter: Radim Kolar
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.8.8, 1.0.2
>
>
> following command breaks "show schema" cli command with error "A long is exactly 8 bytes: 5"
> create column family resultcache with column_type = 'Super' and comparator = 'LongType' and  key_validation_class = 'UTF8Type' and subcomparator = 'AsciiType' and replicate_on_write = false and rows_cached = 700 and keys_cached = 30000 and key_cache_save_period = 0 and column_metadata = [ {column_name: id, validation_class: LongType}, {column_name: name, validation_class: 'AsciiType'}, {column_name: crc32, validation_class: LongType}, {column_name: size, validation_class: LongType} ];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira