Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-4385

bug when trying to describe a cf in a pre cql3 case sensitive keyspace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.1.3
    • None
    • Linux, Hotspot JDK6, Cassandra 1.1.0 from tarball unmodified, stock config.

    • Low

    Description

      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

      Attachments

        Activity

          People

            thepaul paul cannon
            al@ooyala.com Al Tobey
            paul cannon
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: