Hi all, We got the same exception as it is described in https://community.pivotal.io/s/article/Getting-stale-PdxType-error-on-client-after-clean-start-up-of-servers
From Resolution part: Instead of removing the PDX disk store manually on the client, set the following hidden GemFire property to clean the PDX disk store on the client when it is disconnected from the cluster: gemfire.ON_DISCONNECT_CLEAR_PDXTYPEIDS=true This can be done setting the property in the client start-up script: -J-Dgemfire.ON_DISCONNECT_CLEAR_PDXTYPEIDS=true Is it possible to get this property as not-hidden and be documented somewhere? Should this property be TRUE by default? This question has been already asked on dev list: http://mail-archives.apache.org/mod_mbox/geode-dev/201703.mbox/%3cecfea1a6-5777-2127-c7ee-caa8039fe...@pivotal.io%3e Thanks and BR, Mario