-
Bug
-
Resolution: Done
-
Major
-
7.0.0.CR1
-
None
The MassIndexer assumes a cluster-wide shared index, and thus calls
wipeExistingIndexes() only once in the node where it is invoked, the same apply for flush operation after the all mappers and reducers run.
When using Clustered Queries, indexes are locally scoped and independent , and need to be wiped and flushed on every node.
- blocks
-
ISPN-4823 ClusteredQueryMassIndexingTest always fails
- Closed