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

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

Commit 2203273307a8695dafc3b617cac9979ff0305f9b in geode's branch 
refs/heads/develop from [~eshu]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2203273 ]

GEODE-5046: Handle RegionDestroyedException in RemotePutMessage to re… (#1773)

* GEODE-5046: Handle RegionDestroyedException in RemotePutMessage to retry 
another member.


> RemotePutMessage.distribute should handle RegionDestoryedException
> ------------------------------------------------------------------
>
>                 Key: GEODE-5046
>                 URL: https://issues.apache.org/jira/browse/GEODE-5046
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>    Affects Versions: 1.5.0
>            Reporter: Eric Shu
>            Assignee: Eric Shu
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> RemotePutMessage.distribute() tries to get a version tag from a remote member 
> in a loop. It tries another member if one member failed. 
> It is possible that a region is destroyed on a member, and the method should 
> handle it and retry to another member instead of failing the operation.



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

Reply via email to