[
https://issues.apache.org/jira/browse/GEODE-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16245008#comment-16245008
]
ASF subversion and git services commented on GEODE-3601:
--------------------------------------------------------
Commit cb4f06cbbf04e3d8c5d5f9f7ba726b4330e9502e in geode's branch
refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=cb4f06c ]
GEODE-3601: remove getExisting call (#1036)
Now uses getDistributionManager on region instead.
> refactor
> org.apache.geode.internal.cache.TXCommitMessage.RegionCommit.txApplyEntryOpAdjunctOnly(FarSideEntryOp)
> to not call GemFireCacheImpl.getExisting
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-3601
> URL: https://issues.apache.org/jira/browse/GEODE-3601
> Project: Geode
> Issue Type: Sub-task
> Components: transactions
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
>
> TXCommitMessage.RegionCommit.txApplyEntryOpAdjunctOnly should be changed to
> not call GemFireCacheImpl.getExisting. Instead it could use dm.getCache.
> A DM can be passed to it from
> org.apache.geode.internal.cache.TXCommitMessage.basicProcess() through
> basicProcessOps and processAdjunctOnly
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)