[
https://issues.apache.org/jira/browse/GEODE-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider resolved GEODE-3591.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
> 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 queues
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Fix For: 1.4.0
>
>
> 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)