Jens Deppe created GEODE-5952:
---------------------------------
Summary: 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
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)