You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:53:26 UTC

[jira] [Closed] (GEODE-2182) Possible race condition when estimating index size and an entry is destroyed

     [ https://issues.apache.org/jira/browse/GEODE-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-2182.
--------------------------------

> Possible race condition when estimating index size and an entry is destroyed
> ----------------------------------------------------------------------------
>
>                 Key: GEODE-2182
>                 URL: https://issues.apache.org/jira/browse/GEODE-2182
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Jason Huynh
>            Assignee: Jason Huynh
>            Priority: Major
>             Fix For: 1.1.0
>
>
> There is a possible race condition when estimating size of an index and an entry is destroyed.  This doesnt get caught and instead percolates to the top as an EntryDestroyedException.
> A quick work around would be to catch the exception and return 0, this may lead to an inefficient lookup but the results would be correct.
> The better alternative would be to continue iterating if possible.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)