[
https://issues.apache.org/jira/browse/GEODE-10039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17509021#comment-17509021
]
ASF subversion and git services commented on GEODE-10039:
---------------------------------------------------------
Commit 82728074a9bc89f54af78ec57513749b84f54a45 in geode's branch
refs/heads/develop from Jianxia Chen
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8272807 ]
GEODE-10039: Fix the issue that BucketProfile can be stale in rare cases.
(#7440)
When sending `DestroyRegionMessage` caused by `RemoveBucketMessage`, the
recipients should include all other members. So that a member that is in the
process of creating the partitioned region can receive the
`DestroyRegionMessage` and remove the stale bucket profile.
Co-authored-by: anilkumar gingade <[email protected]>
> BucketProfiles can be stale in rare cases.
> ------------------------------------------
>
> Key: GEODE-10039
> URL: https://issues.apache.org/jira/browse/GEODE-10039
> Project: Geode
> Issue Type: Bug
> Components: core
> Affects Versions: 1.15.0
> Reporter: Mark Hanson
> Assignee: Jianxia Chen
> Priority: Major
> Labels: GeodeOperationAPI, blocks-1.15.0, pull-request-available
>
> In the case when a server is starting as a member of a partitioned region
> during a rebalance, it is possible for the the starting server to not get a
> profile removal for a bucket that has been relocated.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)