Anilkumar Gingade created GEODE-7197:
----------------------------------------
Summary: Improving the pdx type clear behavior with
ON_DISCONNECT_CLEAR_PDXTYPEIDS
Key: GEODE-7197
URL: https://issues.apache.org/jira/browse/GEODE-7197
Project: Geode
Issue Type: Bug
Components: regions
Reporter: Anilkumar Gingade
When the client connects to the servers, it will retrieve PDX type information
from the servers and update the local PDX information.
When pdx registry is not persistent on server or persistent pdx registry is
removed; and all the servers are stopped/crashed with clients still running.
If the client with previous pdx type info connects to cluster with servers that
are re-started, the client will see stale pdx type error.
To fix this currently a system property is used to clear the pdx type on client
side:
gemfire.ON_DISCONNECT_CLEAR_PDXTYPEIDS=true
Instead of this, the clients can detect if they have stale data and
automatically initiate a recovery of the new pdx types.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)