You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "jchen21 (GitHub)" <gi...@apache.org> on 2019/04/03 17:44:48 UTC

[GitHub] [geode] jchen21 commented on pull request #3308: GEODE-6527 Update PartitionRegionConfig info

With the new code change, we update the `Node` on the spot with the existing `prConfig`, without creating a `newConfig`. The return value is not necessary. To get the latest `PartitionRegionConfig`, `PartitionRegionConfig prConfig = getPRRoot().get(getRegionIdentifier());` should work. Therefore, the return type of `updatePRNodeInformation` should be `void`.

[ Full content available at: https://github.com/apache/geode/pull/3308 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org