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

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

     [ https://issues.apache.org/jira/browse/GEODE-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Schuchardt updated GEODE-3591:
------------------------------------
    Component/s:     (was: client/server)
                 client queues

> 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
>
> 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)