Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.10
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.