Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
When a query is using the key index in the where clause and a concurrent clear is happening, the query might encounter an EntryDestroyedException.
We should:
1) determine if this exception is expected (see if remove/remove all will have the same issue)
2) update related tests to handle this exception