[
https://issues.apache.org/jira/browse/GEODE-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Murmann updated GEODE-5952:
-------------------------------------
Fix Version/s: (was: 1.9.0)
1.8.0
> Sub-regions created by gfsh do not produce correct cluster configuration
> ------------------------------------------------------------------------
>
> Key: GEODE-5952
> URL: https://issues.apache.org/jira/browse/GEODE-5952
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Reporter: Jens Deppe
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.8.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> When using gfsh to create subregions as follows:
> {noformat}
> create region --name="A" --type=REPLICATE
> create region --name="A/B" --type=REPLICATE
> {noformat}
> Then the resulting cluster configuration cache.xml contains the following:
> {noformat}
> <region name="A">
> <region-attributes data-policy="replicate" scope="distributed-ack"/>
> </region>
> <region name="B">
> <region-attributes data-policy="replicate" scope="distributed-ack"/>
> </region>
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)