You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Eric Shu (JIRA)" <ji...@apache.org> on 2019/03/07 22:13:00 UTC

[jira] [Created] (GEODE-6497) GII provider should send failure message to requester when processing RequestImageMessage during shutdown

Eric Shu created GEODE-6497:
-------------------------------

             Summary: GII provider should send failure message to requester when processing RequestImageMessage during shutdown
                 Key: GEODE-6497
                 URL: https://issues.apache.org/jira/browse/GEODE-6497
             Project: Geode
          Issue Type: Bug
          Components: regions
            Reporter: Eric Shu


GII requester sends PrepareNewPersistentMemberMessage to other members and then request GII to a provider. Currently the provider would not processing PrepareNewPersistentMemberMessage if it is being shutdown but send a regular reply message to requester. However, provider would process the image request. This causes that requester persists its new id, but provider does not. And this will prevent the requester to be restarted due to ConflictingPersistentDataException.

The fix is to send a failed message when processing image request, thus prevent the request to persist its new id.



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