cqlsh cant select from super CF
-------------------------------

                 Key: CASSANDRA-3653
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3653
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.0.6
         Environment: Cassandra 1.0.6
            Reporter: Radim Kolar
            Priority: Minor


Selecting from Super CF returns error

cqlsh:Keyspace1> select * from Keyspace1.Super1 limit 10;
Internal application error

cqlsh:Keyspace1> describe columnfamily Super1;

CREATE COLUMNFAMILY Super1 (
  KEY text PRIMARY KEY,
  crc32 bigint,
  id bigint,
  name ascii,
  size bigint
) WITH
  comment='' AND
  comparator=ascii AND
  row_cache_provider='ConcurrentLinkedHashCacheProvider' AND
  key_cache_size=200000.000000 AND
  row_cache_size=600.000000 AND
  read_repair_chance=1.000000 AND
  gc_grace_seconds=864000 AND
  default_validation=blob AND
  min_compaction_threshold=5 AND
  max_compaction_threshold=10 AND
  row_cache_save_period_in_seconds=0 AND
  key_cache_save_period_in_seconds=14400 AND
  replicate_on_write=False;


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

        

Reply via email to