[ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404164#comment-13404164 ]
Al Tobey commented on CASSANDRA-4385: ------------------------------------- Recreating the keyspace and CF via cqlsh instead of cassandra-cli resolves the issue. This isn't really practical on my production systems. > 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 > Assignee: paul cannon > Priority: Minor > Labels: cqlsh > > 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