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)