You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2017/09/11 22:52:00 UTC

[jira] [Created] (GEODE-3598) refactor org.apache.geode.internal.cache.DestroyRegionOperation.DestroyRegionMessage.getRegionFromPath(InternalDistributedSystem, String) to not call CacheFactory.getinstance

Darrel Schneider created GEODE-3598:
---------------------------------------

             Summary: refactor org.apache.geode.internal.cache.DestroyRegionOperation.DestroyRegionMessage.getRegionFromPath(InternalDistributedSystem, String) to not call CacheFactory.getinstance
                 Key: GEODE-3598
                 URL: https://issues.apache.org/jira/browse/GEODE-3598
             Project: Geode
          Issue Type: Sub-task
          Components: regions
            Reporter: Darrel Schneider


DestroyRegionOperation.DestroyRegionMessage.getRegionFromPath(InternalDistributedSystem, String)  should be changed to call "dm.getCache" instead of CacheFactory.getInstance.
Note that it should also be changed to take a DM instead of InternalDistributedSystem since the only caller currently has the dm and this code wants that instead of the InternalDistributedSystem.



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