Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
IndexQuery doesn't check that index it runs over to is rebuilding. Then query result can be inconsistent, as it returns only part of result.
IndexQuery should check index status and throw an exception if index is concurrently rebuilding.