[
https://issues.apache.org/jira/browse/GEODE-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788128#comment-16788128
]
ASF subversion and git services commented on GEODE-6497:
--------------------------------------------------------
Commit e78f932674ade7d774cbdd16f78cb24d646a8132 in geode's branch
refs/heads/develop from pivotal-eshu
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e78f932 ]
GEODE-6497: Send failed message to image requester when provider is shutting
down. (#3279)
> 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
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)