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

CQL: incorrect error message running truncate on CF that does not exist

    XMLWordPrintableJSON

Details

    • Low

    Description

      Run truncate on a CF that does not exist. The error message is misleading.

      CQLSH

      cqlsh> truncate aaaa;
      Unable to complete request: one or more nodes were unavailable.
      

      cassandra-cli

      [default@cqldb] truncate aaaaaaaaa;
      aaaaaaaaa not found in current keyspace.
      

      Attachments

        1. CASSANDRA-2570-v2-trunk.patch
          2 kB
          Pavel Yaskevich
        2. CASSANDRA-2570-v2-0.8.patch
          2 kB
          Pavel Yaskevich
        3. CASSANDRA-2570.patch
          1 kB
          Pavel Yaskevich

        Activity

          People

            xedin Pavel Yaskevich
            cdaw Cathy Daw
            Pavel Yaskevich
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: