You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anilkumar Gingade (Jira)" <ji...@apache.org> on 2019/08/23 19:01:00 UTC

[jira] [Updated] (GEODE-7121) Controlling event dispatch to AsyncEventListener

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

Anilkumar Gingade updated GEODE-7121:
-------------------------------------
    Affects Version/s: 1.11.0
                       1.10.0

> Controlling event dispatch to AsyncEventListener
> ------------------------------------------------
>
>                 Key: GEODE-7121
>                 URL: https://issues.apache.org/jira/browse/GEODE-7121
>             Project: Geode
>          Issue Type: New Feature
>    Affects Versions: 1.10.0, 1.11.0
>            Reporter: Anilkumar Gingade
>            Priority: Major
>
> The Geode system requires AEQs to be configured before regions are created. If an AEQ listener is operating on a secondary region, this could cause listener to operate on a region which is not yet created or fully initialized (for region with co-located regions) which could result in missing events or dead-lock scenario between region creation threads (creating regions and its co-located regions in the listener). This scenario is likely to happen during persistence recovery; when AEQs are created in the start, the recovered AEQ events are dispatched immediately, thus invoking the AEQ listeners.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)