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

Fix system.schema_triggers-related trigger/schema issues

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.0.0
    • None
    • Low

    Description

      Among other things, the patch does the following:

      • adds missing schema_triggers to MigrationManager.resetLocalSchema()
      • adds missing schema_triggers to SystemKeyspace.serializeSchema() - so that triggers would be part of schema version calculation
      • adds missing schema_triggers to DefsTables.flushSchemaCFs()
      • adds missing triggers to CFMetaData.toSchema(), so that CFs created via thrift with triggers from the beginning would serialize triggers
      • removes triggers from CFMetaData.newIndexMetadata(), so that 2i CFs wouldn't inherit the triggers from the parent CF

      There are other minor and not so minor changes, but these were the most critical ones. The patch also (unnecessarily) cleans up ColumnDefinition, but that was done to make it consistent with the new TriggerDefinition class.

      The bulk of the patch is the updated thrift-gen files.

      Attachments

        1. 5774.txt
          227 kB
          Aleksey Yeschenko

        Activity

          People

            aleksey Aleksey Yeschenko
            aleksey Aleksey Yeschenko
            Aleksey Yeschenko
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: