[
https://issues.apache.org/jira/browse/GEODE-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100372#comment-16100372
]
ASF subversion and git services commented on GEODE-3115:
--------------------------------------------------------
Commit 067531776f73828d6dfa981096641539e56e6c0a in geode's branch
refs/heads/develop from [~agingade]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=0675317 ]
GEODE-3115 Added changes to check for persistent region during pdx type
registry.
> 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)