You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/30 18:52:00 UTC

[jira] [Updated] (GEODE-5952) Sub-regions created by gfsh do not produce correct cluster configuration

     [ https://issues.apache.org/jira/browse/GEODE-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-5952:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>
> 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)