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

Cassandra cli doesn't recognize non-compact storage column families

Agile BoardAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Not A Problem
    • None
    • None
    • None
    • Normal

    Description

      To reproduce, go to 'cqlsh -3' and enter:

      create keyspace foo with replication = {'class': 'SimpleStrategy', 'replication_factor': 1};
      use foo;
      CREATE TABLE clicks (
            user_id text,
            time timestamp,
            url text,
            PRIMARY KEY (user_id, time)
          ) WITH COMPACT STORAGE;
      CREATE TABLE comments (
              article_id uuid,
              posted_at timestamp,
              author text,
              karma int,
              content text,
              PRIMARY KEY (article_id, posted_at)
          );
      

      Then go to the CLI and do 'show keyspaces;' and there will be the foo keyspace and the clicks column family but not the comments column family.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned Assign to me
            jeromatron Jeremy Hanna
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment