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:07:03 UTC

[jira] [Created] (GEODE-3591) ClientInterestMessageImpl constructor should not call CacheFactory.getAnyInstance

Darrel Schneider created GEODE-3591:
---------------------------------------

             Summary: ClientInterestMessageImpl constructor should not call CacheFactory.getAnyInstance
                 Key: GEODE-3591
                 URL: https://issues.apache.org/jira/browse/GEODE-3591
             Project: Geode
          Issue Type: Sub-task
          Components: client/server
            Reporter: Darrel Schneider


The constructor is calling it to get the distributed system.
The only caller of this constructor is: org.apache.geode.internal.cache.tier.sockets.CacheClientProxy.enqueueInterestRegistrationMessage(ClientInterestMessageImpl)
and it could instead just pass the distributed system in by passing "this._cache.getDistributedSystem()".




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