You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2018/04/23 17:19:01 UTC

[jira] [Updated] (GEODE-5062) AbstractRegionMap.basicPut does not use lastModified parameter

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

Fred Krone updated GEODE-5062:
------------------------------
    Labels: AbstractRegionMap  (was: )

> AbstractRegionMap.basicPut does not use lastModified parameter
> --------------------------------------------------------------
>
>                 Key: GEODE-5062
>                 URL: https://issues.apache.org/jira/browse/GEODE-5062
>             Project: Geode
>          Issue Type: Improvement
>          Components: regions
>            Reporter: Darrel Schneider
>            Priority: Major
>              Labels: AbstractRegionMap
>
> The callers of AbstractRegionMap.basicPut do lots of work to pass the lastModifiedTime to it.
> Most, if not all callers, seems to set the lastModifiedTime parameter to zero. If none of them ever set it to a non-zero value then the parameter should be removed.
> basicPut itself does not pass the parameter on to LocalRegion.basicPutPart2. So it never uses the parameter. If we do have callers with non-zero then basicPut needs to pass the parameter to basicPutPart2. If we don't then we should simplify the code by removing the parameter.
>  



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