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

Darrel Schneider resolved GEODE-5154.
-------------------------------------
    Resolution: Not A Problem

The conversion of txApplyPut to RegionMapCommitPut removed the null check on 
pendingCallbacks

> null checks on callbackEvent are not needed in txApplyPut
> ---------------------------------------------------------
>
>                 Key: GEODE-5154
>                 URL: https://issues.apache.org/jira/browse/GEODE-5154
>             Project: Geode
>          Issue Type: Sub-task
>          Components: transactions
>            Reporter: Darrel Schneider
>            Priority: Major
>
> The txApplyPut code has a number of null checks on the "callbackEvent" which 
> is a field that could be made final and always has a non-null value. In 
> general this is true for all the txApply* methods on AbstractRegionMap. 
> txApplyInvalidate and txApplyDestroy are more complicated would need some 
> additional refactoring to make sure "callbackEvent" is never null.



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

Reply via email to