Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-3476

isActive is getting marked to true early for Column Indexes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.10
    • 0.9.10
    • STO - Storage

    Description

      For Column Indexes, isActive is marked to true before completing all the required steps for column Index activation, and if some failure happens before completing the steps, this leaves "isActive" to true, and index "isOpen" to false.

      so, on the next query, since the isOpen == false, the index activation is called but the isActive is true, which causes the exception to be thrown and the query to fail.
      and requires a restart to cluster restart to undo the isActive state.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ritik.raj Ritik Raj
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: