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

Existing indexes are always rebuilt on upgrade to 3.0

    XMLWordPrintableJSON

Details

    • Critical

    Description

      CASSANDRA-10127 made the naming of secondary indexes consistent internally. Previously some places used just the index name, whilst others required the name in the format table.index.

      One place including the additional table name was the system.IndexInfo table, which records whether or not the index has been built. On upgrade to 3.0, as the node restarts and initialises and index, it checks this table to determine whether an initial build task is necessary. Since 10127, this check expects the row to include just the index name, but the actual row will still be in the old table.index format, causing the index manager to assume the index is not built and submit a build task.

      Attachments

        Activity

          People

            samt Sam Tunnicliffe
            samt Sam Tunnicliffe
            Sam Tunnicliffe
            T Jake Luciani
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: