You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/02/09 18:24:00 UTC

[jira] [Commented] (GEODE-4566) Remove singleton calls from product code in org.apache.geode.internal.cache.partitioned

    [ https://issues.apache.org/jira/browse/GEODE-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16358787#comment-16358787 ] 

ASF subversion and git services commented on GEODE-4566:
--------------------------------------------------------

Commit 783005a5bb62e85d0b34d2a1cdbba242cff23ee2 in geode's branch refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=783005a ]

GEODE-4566: remove getInstance calls from PartitionMessage (#1411)

* cache is now obtained from DistributionManager
to check if the cache is closed instead of getting
it from GemFireCacheImpl.getInstance.

* setTransactionDisabled is now set without calling getInstance


> Remove singleton calls from product code in org.apache.geode.internal.cache.partitioned
> ---------------------------------------------------------------------------------------
>
>                 Key: GEODE-4566
>                 URL: https://issues.apache.org/jira/browse/GEODE-4566
>             Project: Geode
>          Issue Type: Sub-task
>          Components: regions
>            Reporter: Kirk Lund
>            Assignee: Darrel Schneider
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> These product classes in org.apache.geode.internal.cache.partitioned invoke singleton getters.
> GemFireCacheImpl.getInstance():
> * PartitionMessage



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