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/21 22:51:00 UTC

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

Anilkumar Gingade created GEODE-3115:
----------------------------------------

             Summary: 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


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)