You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Al Tobey (JIRA)" <ji...@apache.org> on 2012/06/27 23:36:43 UTC

[jira] [Created] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

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

        

[jira] [Commented] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "Al Tobey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409999#comment-13409999 ] 

Al Tobey commented on CASSANDRA-4385:
-------------------------------------

If I 'desc schema' in cqlsh --cql3 using a build of either HEAD or 4385 from your tree, I still can't see my application keyspace, likely because it's called "Hastur". If I run cqlsh --cql2 everything shows up.

It could be that the answer is, "rebuild your schema using CQL 3" ...
                
> 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
>             Fix For: 1.1.3
>
>         Attachments: 0001-cqlsh-Fix-error-reporting-for-unknown-CFs.patch
>
>
> 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

        

[jira] [Commented] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "Al Tobey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404356#comment-13404356 ] 

Al Tobey commented on CASSANDRA-4385:
-------------------------------------

Quoted is also broken.
                
> 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

        

[jira] [Updated] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-4385:
--------------------------------------

    Reviewer: brandon.williams
    
> 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
>             Fix For: 1.1.3
>
>         Attachments: 0001-cqlsh-Fix-error-reporting-for-unknown-CFs.patch
>
>
> 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

        

[jira] [Commented] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "Al Tobey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410000#comment-13410000 ] 

Al Tobey commented on CASSANDRA-4385:
-------------------------------------

The "Hastur" schema was created with this file: https://github.com/ooyala/hastur-server/blob/master/tools/cassandra/create_keyspace.cass

Weirdly, the "HasturTrigger" keyspace shows up in CQL3 but "Hastur" does not.

                
> 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
>             Fix For: 1.1.3
>
>         Attachments: 0001-cqlsh-Fix-error-reporting-for-unknown-CFs.patch
>
>
> 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

        

[jira] [Updated] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-4385:
----------------------------------------

    Labels: cqlsh  (was: )
    
> 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

        

[jira] [Assigned] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne reassigned CASSANDRA-4385:
-------------------------------------------

    Assignee: paul cannon
    
> 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

        

[jira] [Commented] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404617#comment-13404617 ] 

paul cannon commented on CASSANDRA-4385:
----------------------------------------

(Pasting the contents of the gist for posterity.)

{noformat}
cqlsh:system> use Hastur;
Bad Request: Keyspace 'hastur' does not exist
cqlsh:system> use "Hastur";
cqlsh:"Hastur"> describe columnfamily lookupbykey;

Keyspace NotFoundException() not found.
cqlsh:"Hastur"> describe columnfamily LookupByKey;

Keyspace NotFoundException() not found.
cqlsh:"Hastur"> describe columnfamily "LookupByKey";

Keyspace NotFoundException() not found.

cqlsh:system> use system;
cqlsh:system> desc columnfamily NodeIdInfo;

CREATE COLUMNFAMILY NodeIdInfo (
  KEY blob PRIMARY KEY
) WITH
  comment='nodeId and their metadata' AND
  comparator='TimeUUIDType' AND
  read_repair_chance=0.000000 AND
  gc_grace_seconds=0 AND
  default_validation=blob AND
  min_compaction_threshold=4 AND
  max_compaction_threshold=32 AND
  replicate_on_write=True AND
  compaction_strategy_class='SizeTieredCompactionStrategy';
{noformat}
                
> 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

        

[jira] [Updated] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

paul cannon updated CASSANDRA-4385:
-----------------------------------

    Attachment: 0001-cqlsh-Fix-error-reporting-for-unknown-CFs.patch

Attached patch fixes error reporting when a columnfamily is not found.

Also available in my github, in the 4385 branch; current version tagged pending/4385.

https://github.com/thepaul/cassandra/tree/pending/4385
                
> 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
>             Fix For: 1.1.3
>
>         Attachments: 0001-cqlsh-Fix-error-reporting-for-unknown-CFs.patch
>
>
> 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

        

[jira] [Commented] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404344#comment-13404344 ] 

Brandon Williams commented on CASSANDRA-4385:
---------------------------------------------

You need to quote the cf/ks in cql3 since it is case insensitive.
                
> 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

        

[jira] [Commented] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409924#comment-13409924 ] 

paul cannon commented on CASSANDRA-4385:
----------------------------------------

The root cause of this should be fixed in the 1.1 branch already by CASSANDRA-4173 and CASSANDRA-4198, but the error reporting is clearly also broken here. "{{Keyspace NotFoundException() not found.}}" is messed up.

Al, you can safely use a more recent cqlsh from the 1.1 branch if you'd like.

I'll put up a fix for the error reporting.
                
> 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

        

[jira] [Commented] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410044#comment-13410044 ] 

paul cannon commented on CASSANDRA-4385:
----------------------------------------

Interesting. Do you see any errors, or does it just not show up?

There are some related issues with DESC that are fixed in CASSANDRA-4380, which will probably help too. I've merged the 4380 branch into the 4385 one in my github (new tag is pending/4385-2). Give that a try.
                
> 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
>             Fix For: 1.1.3
>
>         Attachments: 0001-cqlsh-Fix-error-reporting-for-unknown-CFs.patch
>
>
> 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

        

[jira] [Commented] (CASSANDRA-4385) bug when trying to describe a cf in a pre cql3 case sensitive keyspace

Posted by "Al Tobey (JIRA)" <ji...@apache.org>.
    [ 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