Hi Hui, By default partitioned region scope is configured to "distributed-ack", hence scope is not allowed to change....The write operations on partitioned regions are performed first on primary buckets and replicated to redundant/secondary buckets.
-Anil. On Mon, Jan 8, 2018 at 9:24 AM, WANG Hui <[email protected]> wrote: > Hello all, > > > > I get an error message saying “Setting Scope on a Partitioned Regions is > not allowed.” when trying to configure a region as following: > > > > *region-attributes **data-policy**="partition" **scope* > *="distributed-ack"* > > > > My goal is to verify the HA feature on partitioned region as specified > here : > > > > Write operations (like put and create) go to the primary for the data > keys and then are distributed synchronously to the redundant copies. > > > > How could the replication be done synchronously without *distributed-ack *? > > > > > Thanks a lot, > > Hui > > ******************************* > > This e-mail contains information for the intended recipient only. It may > contain proprietary material or confidential information. If you are not > the intended recipient you are not authorised to distribute, copy or use > this e-mail or any attachment to it. Murex cannot guarantee that it is > virus free and accepts no responsibility for any loss or damage arising > from its use. If you have received this e-mail in error please notify > immediately the sender and delete the original email received, any > attachments and all copies from your system. >
