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.7
Environment: freebsd
Reporter: Radim Kolar
Priority: Minor
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