Al Tobey created CASSANDRA-4385:
-----------------------------------

             Summary: bug when trying to describe a cf in a pre cql3 case 
sensitive keyspace
                 Key: CASSANDRA-4385
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4385
             Project: Cassandra
          Issue Type: Bug
          Components: Drivers
    Affects Versions: 1.1.0
         Environment: Linux, Hotspot JDK6, Cassandra 1.1.0 from tarball 
unmodified, stock config.
            Reporter: Al Tobey
            Priority: Minor


I can't describe column families in my schema defined via cassandra-cli. Update 
also seems to fail for the same CF's.

CREATE KEYSPACE Hastur
  with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy'
  and strategy_options = {replication_factor:2};

CREATE COLUMN FAMILY LookupByKey
  with compaction_strategy = 'LeveledCompactionStrategy'
  and compression_options = null;

Then later, https://gist.github.com/3006886

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