[
https://issues.apache.org/jira/browse/CASSANDRA-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142973#comment-13142973
]
Hudson commented on CASSANDRA-3415:
-----------------------------------
Integrated in Cassandra-0.8 #392 (See
[https://builds.apache.org/job/Cassandra-0.8/392/])
fix displaying cfdef entries for super columnfamilies
patch by jbellis for CASSANDRA-3415
jbellis :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196956
Files :
* /cassandra/branches/cassandra-0.8/CHANGES.txt
*
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/cli/CliClient.java
> 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