You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/13 09:35:00 UTC

[jira] [Commented] (GEODE-9753) Coredump during PdxSerializable object serialization

    [ https://issues.apache.org/jira/browse/GEODE-9753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17475212#comment-17475212 ] 

ASF GitHub Bot commented on GEODE-9753:
---------------------------------------

gaussianrecurrence commented on pull request #891:
URL: https://github.com/apache/geode-native/pull/891#issuecomment-1011957005


   I am reviewing all of my pending PRs, and this has been awating review for quite some time. Maybe @pdxcodemonkey, @pivotal-jbarrett @albertogpz @mkevo @jvarenina or anyone else could take a look at it and provide some feedback?
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>            Assignee: Mario Salazar de Torres
>            Priority: Major
>              Labels: needsTriage, pull-request-available
>
> *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.20.1#820001)