Galen O'Sullivan created GEODE-2555:
---------------------------------------
Summary: Region Management refers to a field that doesn't work.
Key: GEODE-2555
URL: https://issues.apache.org/jira/browse/GEODE-2555
Project: Geode
Issue Type: Bug
Components: docs
Reporter: Galen O'Sullivan
In
https://geode.apache.org/docs/guide/11/basic_config/data_regions/managing_data_regions.html
{code}
<region name="Portfolios" id="REPLICATE">
{code}
should be
{code}
<region name="Portfolios" refid="REPLICATE">
{code}
The region tag doesn't support an id attribute, only refid. Copypasting the
given config gives me an error.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)