[ https://issues.apache.org/jira/browse/GEODE-4920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439855#comment-16439855 ]
nabarun commented on GEODE-4920: -------------------------------- [~dschneider][~klund] Also we tried to copy the getPRConfigWithLatestExpirationAttributes for mutating the the PRConfig for GEODE-4919, we created a new PartitionRegionConfig as shown in getPRConfigWithLatestExpirationAttributes and called updatePRConfig for that region. Doing this removes all the {noformat} /** Nodes participating in this PartitionedRegion */ private VersionedArrayList nodes = null; {noformat} as we create a new PRConfig. This will result in hung rebalance operations, adding new queues etc. > Alter region does not update PartitionRegionConfig of the region > ---------------------------------------------------------------- > > Key: GEODE-4920 > URL: https://issues.apache.org/jira/browse/GEODE-4920 > Project: Geode > Issue Type: Bug > Components: gfsh, regions > Reporter: nabarun > Priority: Major > > While using the "alter region" gfsh command to update / mutate the region > with new attributes like eviction parameters, the new attributes are not > updated in the PartitionedRegionConfig. > This maybe important because PartitionRegionConfig members are used to > determine colocation complete, validation of the gatewaySenders etc. > GEODE-4919 PR has been raised to add the gateways senders to the PR config. > We need to determine which command parameters of "alter region" command need > to be updated to the PRConfig after the region is altered -- This message was sent by Atlassian JIRA (v7.6.3#76005)