You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anilkumar Gingade (JIRA)" <ji...@apache.org> on 2017/06/28 19:54:00 UTC

[jira] [Assigned] (GEODE-3115) Pdx persistence exception is thrown even when there is no partitioned region

     [ https://issues.apache.org/jira/browse/GEODE-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anilkumar Gingade reassigned GEODE-3115:
----------------------------------------

    Assignee: Anilkumar Gingade

> Pdx persistence exception is thrown even when there is no partitioned region
> ----------------------------------------------------------------------------
>
>                 Key: GEODE-3115
>                 URL: https://issues.apache.org/jira/browse/GEODE-3115
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>            Reporter: Anilkumar Gingade
>            Assignee: Anilkumar Gingade
>              Labels: storage_1
>
> When there is a persistent partitioned region, and pdx is added to a non-persistent partitioned region, the system throws exception saying "The PDX metadata must be persistent". This exception is thrown even when the persistent region is destroyed. 
> Steps to create:
> - Create region1 with persistent partition
> - Create region2 with non-persistent non-partition
> - Add pdx into region2, it throws exception saying "The PDX metadata must be persistent in a member that has persistent data. See CacheFactory.setPdxPersistent." 
> - Destroy persistent region region1
> The system continues to throw "The PDX metadata must be persistent" even when there is no persistent region. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)