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

alter table alter causes TSocket read 0 bytes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 1.2.0 rc1
    • None
    • None
    • On Mac OSX ./cqlsh
      Connected to Test Cluster at localhost:9160.
      [cqlsh 2.3.0 | Cassandra 1.2.0-rc1-SNAPSHOT | CQL spec 3.0.0 | Thrift protocol 19.35.0]

    • Normal

    Description

      Altering the type of a clustering key column causes TSocket error.

      To reproduce the problem:
      1. CREATE SCHEMA "Excalibur" WITH REPLICATION =

      { 'class' : 'SimpleStrategy', 'replication_factor' : 3 }

      ;

      2. CREATE TABLE "Excalibur".Test ( id int, species text, color text, PRIMARY KEY ((id, species), color)) WITH compaction =

      { 'class' : 'SizeTieredCompactionStrategy', 'min_compaction_threshold' : 6 }

      ;

      3. Alter table "Excalibur".test ALTER color type int;

      Expected result: Error message saying something like, "Changing the type of a clustering key is not allowed."

      Actual result: TSocket read 0 bytes

      Attachments

        1. log.txt
          12 kB
          K. B. Hahn
        2. 5012.patch
          5 kB
          Sylvain Lebresne

        Activity

          People

            slebresne Sylvain Lebresne
            khahn K. B. Hahn
            Sylvain Lebresne
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: