[
https://issues.apache.org/jira/browse/ASTERIXDB-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Maxon updated ASTERIXDB-3476:
---------------------------------
Labels: triaged (was: )
> isActive is getting marked to true early for Column Indexes
> -----------------------------------------------------------
>
> Key: ASTERIXDB-3476
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3476
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: STO - Storage
> Affects Versions: 0.9.10
> Reporter: Ritik Raj
> Priority: Major
> Labels: triaged
> Fix For: 0.9.10
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)