You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jinmei Liao (Jira)" <ji...@apache.org> on 2021/02/11 19:27:00 UTC

[jira] [Created] (GEODE-8941) Concurrent query and clear could cause EntryDestroyedException

Jinmei Liao created GEODE-8941:
----------------------------------

             Summary: Concurrent query and clear could cause EntryDestroyedException
                 Key: GEODE-8941
                 URL: https://issues.apache.org/jira/browse/GEODE-8941
             Project: Geode
          Issue Type: Sub-task
          Components: regions
            Reporter: Jinmei Liao


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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)