Hui Can you file a ticket for this discrepancy...
-Anil. On Tue, Jan 9, 2018 at 8:03 AM, Darrel Schneider <[email protected]> wrote: > This is the default value for the scope on region attributes. But > partitioned regions ignore the scope and always do ack. For clarity it > would be best if partitioned regions internally changed the scope when they > were created to ack to prevent this confusion. > > > On Tue, Jan 9, 2018 at 12:43 AM, WANG Hui <[email protected]> wrote: > >> Hello guys, >> >> >> >> Thanks for your prompt reply. However, when I list my region’s attributes >> from jsconsole, I get the following screen. >> >> >> >> >> >> Thanks a lot, >> >> Hui >> >> >> >> *From:* Anilkumar Gingade [mailto:[email protected]] >> *Sent:* lundi 8 janvier 2018 19:03 >> *To:* [email protected] >> *Subject:* Re: Setting Scope on a Partitioned Regions is not allowed >> >> >> >> 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. >> >> >> >> ******************************* >> >> 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. >> > >
