My understanding is that by default PDX does not use a disk store. You need to set "pdx-persistent" to true. The default is false. But if you have any persistence in a member and use pdx you will get an exception if you don't set pdx-persistent to true.
On Thu, Jan 7, 2016 at 1:31 PM, Michael Stolz <[email protected]> wrote: > I never knew that. Yikes. Given that just using PDX causes the use of disk > stores this seems really important. > > -- > Mike Stolz > Principal Engineer, GemFire Product Manager > Mobile: 631-835-4771 > > On Thu, Jan 7, 2016 at 4:18 PM, Bruce Schuchardt <[email protected]> > wrote: > > > Another thing that's been discussed for a long time is turning on > > network-partition-detection by default. It is a major problem for > someone > > if a partition occurs and they are using persistence. The disk-stores on > > all but one of the partitions have to be deleted and revoked. > > >
