You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/10 22:26:00 UTC

[jira] [Updated] (GEODE-5605) In flight cache operation may not be part of GII if the GII provider cache closes

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

ASF GitHub Bot updated GEODE-5605:
----------------------------------
    Labels: pull-request-available  (was: )

> In flight cache operation may not be part of GII if the GII provider cache closes
> ---------------------------------------------------------------------------------
>
>                 Key: GEODE-5605
>                 URL: https://issues.apache.org/jira/browse/GEODE-5605
>             Project: Geode
>          Issue Type: Improvement
>          Components: regions
>    Affects Versions: 1.6.0
>            Reporter: Anilkumar Gingade
>            Assignee: Anilkumar Gingade
>            Priority: Major
>              Labels: pull-request-available
>
> An in-flight operation may not be seen by the new GII requester if the GII provider cache closes. This happens when there are more than one replica for the region.
> Scenario:
> There are 3 nodes (N1 with primary bucket, N2 with secondary bucket and N3 new node doing GII request)
>  * accessor begins putAll
>  * accessor sends putAll to N1
>  * N1 locally processes putAll
>  * N1 attempts to replicate putAll to N2
>  * during this putAll, N1 is shutdown normally
>  * during this putAll (after N1 has started to shutdown), N3 attempts to GII from N1
>  * it fails because N1 is shutting down
>  * N3 then GIIs from N2 (but before the put is received by it)
>  * after GII, N3 doesn't have the entry, but N2 does
>  * accessor completes putAll successfully
>  



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