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 [email protected]
