Aditya Anchuri created GEODE-6104: ------------------------------------- Summary: Refactor FetchRegionAttributeFunction to use RegionConfig object instead of deprecated AttributesFactory Key: GEODE-6104 URL: https://issues.apache.org/jira/browse/GEODE-6104 Project: Geode Issue Type: Improvement Components: core Reporter: Aditya Anchuri
Assuming that https://issues.apache.org/jira/browse/GEODE-6103 is completed, we should refactor the FetchRegionAttributesFunction to use the newly created RegionConfig object instead of the deprecated AttributesFactory. Why: The AttributesFactory is deprecated and has a bug wherein it does not correctly copy over async event queue IDs for the template region. This is a problem when users create regions from a template region which has async event queue ids -- This message was sent by Atlassian JIRA (v7.6.3#76005)