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.
