[
https://issues.apache.org/jira/browse/GEODE-5982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680209#comment-16680209
]
ASF subversion and git services commented on GEODE-5982:
--------------------------------------------------------
Commit 5410f9390432d13e8f5a4e054c4145dac9e755c1 in geode's branch
refs/heads/feature/GEODE-6010 from [~nabarunnag]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5410f93 ]
GEODE-5982: Synchronized access to CacheLoader and CacheWriter (#2776)
* Using read-write locks to synchronize the getters and setters for CacheLoader
and CacheWriter.
> synchronize both the getters and setters for cacheWriter and cacheLoader
> ------------------------------------------------------------------------
>
> Key: GEODE-5982
> URL: https://issues.apache.org/jira/browse/GEODE-5982
> Project: Geode
> Issue Type: Bug
> Reporter: nabarun
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> In the current code for AbstractRegion.java, the getters are not protected
> however the the setters are synchronized.
> Both getters and setters must be synchronized forĀ cacheLoader and cacheWriter.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)