Darrel Schneider created GEODE-5062:
---------------------------------------
Summary: 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
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)