Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
While working on GEODE-1558, we added a test of moving a bucket during dispatching, and then having the new dispatcher move the bucket back when it tries to dispatch.
In this case the entry that is in that bucket never makes it to the lucene index.
The test is sitting on this feature branch:
https://github.com/aparnard/incubator-geode/tree/feature/GEODE-1558
To see the failure, remove the "@Ignored" annotation from LuceneQueriesPRBase.returnCorrectResultsWhenBucketIsMovedAndMovedBackOnIndexUpdate and run the test.