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

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

Commit 96149530d82e0b62e9df1a043bfd7d0e01d3411a in geode's branch 
refs/heads/develop from [~nreich]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9614953 ]

GEODE-3647: Fix race condition

  Partitioned region attributes mutation can fail to be applied to
  buckets created concurrently. Preventing bucket creation during the
  mutation of attributes solves this issue.


> Race condition in AttributesMutator methods on partitioned regions can result 
> in buckets with incorrect information
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-3647
>                 URL: https://issues.apache.org/jira/browse/GEODE-3647
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>            Reporter: Nick Reich
>            Assignee: Nick Reich
>
> When buckets are created at the same time that mutations are made to 
> attributes of a partitioned region, the created buckets can be missing the 
> mutated attributes. This was fixed for AttributesMutator.setCacheLoader(...) 
> in GEODE-716 and similar fixes should be applied to other mutator methods.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to