You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2018/02/05 17:57:00 UTC

[jira] [Updated] (GEODE-4525) Remove singleton calls from product code in org.apache.geode.internal.cache.wan

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

Kirk Lund updated GEODE-4525:
-----------------------------
    Description: 
These product classes in org.apache.geode.internal.cache.wan invoke singleton getters.

CacheFactory.getAnyInstance():
* GatewaySenderEventImpl
* GatewaySenderQueueEntrySynchronizationOperation
* GatewaySenderQueueEntrySynchronizationOperation$GatewaySenderQueueEntrySynchronizationMessage
* GatewaySenderQueueEntrySynchronizationOperation$GatewaySenderQueueEntrySynchronizationReplyProcessor

InternalDistributedSystem.getAnyInstance():
* GatewayReceiverStats
* GatewaySenderFactoryImpl

  was:
These product classes in org.apache.geode.internal.cache.wan invoke singleton getters.

CacheFactory.getAnyInstance():
* GatewaySenderEventImpl
* GatewaySenderQueueEntrySynchronizationOperation
* GatewaySenderQueueEntrySynchronizationOperation$GatewaySenderQueueEntrySynchronizationMessage
* GatewaySenderQueueEntrySynchronizationOperation$GatewaySenderQueueEntrySynchronizationReplyProcessor



> Remove singleton calls from product code in org.apache.geode.internal.cache.wan
> -------------------------------------------------------------------------------
>
>                 Key: GEODE-4525
>                 URL: https://issues.apache.org/jira/browse/GEODE-4525
>             Project: Geode
>          Issue Type: Sub-task
>          Components: wan
>            Reporter: Kirk Lund
>            Priority: Major
>
> These product classes in org.apache.geode.internal.cache.wan invoke singleton getters.
> CacheFactory.getAnyInstance():
> * GatewaySenderEventImpl
> * GatewaySenderQueueEntrySynchronizationOperation
> * GatewaySenderQueueEntrySynchronizationOperation$GatewaySenderQueueEntrySynchronizationMessage
> * GatewaySenderQueueEntrySynchronizationOperation$GatewaySenderQueueEntrySynchronizationReplyProcessor
> InternalDistributedSystem.getAnyInstance():
> * GatewayReceiverStats
> * GatewaySenderFactoryImpl



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)