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)

Reply via email to