You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (Jira)" <ji...@apache.org> on 2021/04/06 17:35:00 UTC

[jira] [Updated] (GEODE-9123) Notify clients when partitioned region is cleared

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

Kirk Lund updated GEODE-9123:
-----------------------------
    Labels: GeodeOperationAPI  (was: )

> Notify clients when partitioned region is cleared
> -------------------------------------------------
>
>                 Key: GEODE-9123
>                 URL: https://issues.apache.org/jira/browse/GEODE-9123
>             Project: Geode
>          Issue Type: New Feature
>          Components: client queues, client/server, regions
>            Reporter: Kirk Lund
>            Priority: Major
>              Labels: GeodeOperationAPI
>
> Notify clients when partitioned region is cleared. Clients require notifications for cache listeners and subscriptions.
> On the server subscription data goes to the client through a server side CacheClientNotifier. On the client we have a single CacheClientUpdater thread that receives it. We also have CQs (continuous queries) that should be told of the clear (need to research how CQs get events). If a client does not have any subscriptions then the server will not have a subscription queue so in that case the clear does not need to be sent to it.



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