Re: Region data corruption due to missing PdxTypes

2021-05-12 Thread Mario Salazar de Torres
hts on this. And, also, are you aware if there is any B documentation mentioning this issue? Thanks, Mario. From: Mario Salazar de Torres Sent: Wednesday, May 5, 2021 10:44 AM To: dev@geode.apache.org Subject: Re: Region data corruption due to missing PdxTypes Hi,

Re: Region data corruption due to missing PdxTypes

2021-05-05 Thread Mario Salazar de Torres
nks, Mario. From: Anthony Baker Sent: Wednesday, May 5, 2021 1:06 AM To: dev@geode.apache.org Subject: Re: Region data corruption due to missing PdxTypes Retaining local pox types in the client after a disconnect will cause problems as you observed. Take a loo

Re: Region data corruption due to missing PdxTypes

2021-05-04 Thread Anthony Baker
Retaining local pox types in the client after a disconnect will cause problems as you observed. Take a look at the “ON_DISCONNECT_CLEAR_PDXTYPEIDS” property to improve this. Anthony > On May 4, 2021, at 4:36 AM, Mario Salazar de Torres > wrote: > > Hi everyone, > > While debugging some

Region data corruption due to missing PdxTypes

2021-05-04 Thread Mario Salazar de Torres
Hi everyone, While debugging some coredumps in the native client related to PdxTypeRegistry cleanup, I tried to reproduce the scenario with the Java client API to see how it was handled. Thing is I've noticed that this scenario in the Java client might lead to Geode storing a corrupted entry,