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/26 17:10:00 UTC

[jira] [Reopened] (GEODE-9123) PR clear after events (client notification, cache-listener invocation) should be invoked after all buckets are cleared.

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

Kirk Lund reopened GEODE-9123:
------------------------------

Closed wrong ticket.

> PR clear after events (client notification, cache-listener invocation) should be invoked after all buckets are cleared.
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-9123
>                 URL: https://issues.apache.org/jira/browse/GEODE-9123
>             Project: Geode
>          Issue Type: Sub-task
>          Components: client/server, regions
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>              Labels: GeodeOperationAPI
>
> Behavior:
> Currently the PR.clear invokes after clear events in the local nodes after all the bucket regions are cleared on that node.
> Expected behavior:
> The PR.clear to invoke after clear events after all the PR buckets are cleared in all the nodes.
> Solution:
> The PR clear sends unlock message after all the bucket region is cleared. In addition to unlock a boolean value could be sent indicating whether to call after callback events (based on the successful clear on all nodes).



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