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 subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/08 00:17:00 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787350#comment-16787350 ] 

ASF subversion and git services commented on GEODE-6497:
--------------------------------------------------------

Commit 4234ca9f653be2e1f93e1506fb4e0651d20567c3 in geode's branch refs/heads/feature/GEODE-6497 from eshu
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4234ca9 ]

GEODE-6497: Send failed message to image requester when provider is shutting down.


> 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
>    Affects Versions: 1.1.0
>            Reporter: Eric Shu
>            Assignee: Eric Shu
>            Priority: Major
>
> 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)