Thanks for the quick answer! I have tested "destroy region" command thinking that it will fail with a region defined via cache.xml but in this case the command worked. Is this correct? ________________________________ De: Jinmei Liao <jil...@vmware.com> Enviado: martes, 9 de junio de 2020 17:55 Para: user@geode.apache.org <user@geode.apache.org> Asunto: Re: "alter region" & cluster configuration service
Yes, this is the expected behavior. We don't recommend having cluster configuration service working together with cache.xml configured members. ________________________________ From: Alberto Bustamante Reyes <alberto.bustamante.re...@est.tech> Sent: Tuesday, June 9, 2020 8:20 AM To: user@geode.apache.org <user@geode.apache.org> Subject: "alter region" & cluster configuration service Hi, I have observed that "alter region" command does not work having cluster configuration service active if the region to be modified was creating using cache.xml. In this case the command returns an error saying the region does not exist. If locator is started with cluster configuration service disabled, "alter region" is able to find the region. I suppose this is the expected behavior, but I would like to confirm it. Thanks! Alberto B.