Mario Salazar de Torres created GEODE-9753:
----------------------------------------------
Summary: Coredump during PdxSerializable object serialization
Key: GEODE-9753
URL: https://issues.apache.org/jira/browse/GEODE-9753
Project: Geode
Issue Type: Bug
Components: native client
Reporter: Mario Salazar de Torres
*GIVEN* **a single server and locator cluster with 1 PdxSerializable class
registered, named Order
*AND* a geode-native client with 1 PdxSerializable 1 PdxSerializable class
registered, named Order
*WHEN* a Order object is tried to be serialized
*WHILE* the cluster is being restarted
*THEN* a coredump happens due to PdxType=nullptr
—
*Additional information*. As seen by early troubleshooting, the coredump
happens because the pdx type is tried to be fetched from the PdxTypeRegist by
its class name, but the PdxTypeRegistry is cleaned up during serialization
given that subscription redundancy was lost.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)