Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When using gfsh to create subregions as follows:
create region --name="A" --type=REPLICATE create region --name="A/B" --type=REPLICATE
Then the resulting cluster configuration cache.xml contains the following:
<region name="A"> <region-attributes data-policy="replicate" scope="distributed-ack"/> </region> <region name="B"> <region-attributes data-policy="replicate" scope="distributed-ack"/> </region>
Attachments
Issue Links
- links to