Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.6.0
-
None
-
None
Description
I'll add more details later but here's the scenario that consistently produces wrong row count for index table vs base table for immutable async index.
1. Start data upsert
2. Create async index
3. Trigger M/R index build
4. Keep data upsert going in background during step 2,3 and a while after M/R index finishes.
5. End data upsert.
Now count with index enabled vs count with hint to not use index is off by a large factor. Will get a cleaner repro for this issue soon.
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-2582 Prevent need of catch up query when creating non transactional index
- Open