[
https://issues.apache.org/jira/browse/GEODE-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anilkumar Gingade updated GEODE-3115:
-------------------------------------
Summary: Pdx persistence exception is thrown even when there is no
persistent region (was: Pdx persistence exception is thrown even when there is
no partitioned region)
> Pdx persistence exception is thrown even when there is no persistent 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
> Fix For: 1.3.0
>
>
> 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)