GitHub user gemzdude opened a pull request:
https://github.com/apache/incubator-geode/pull/282
GEODE-1740: Inconsistencies with concurrent clear and commit
There is a possible region inconsistency if region operations such as CLEAR
are performed during transaction commit processing.
Commit processing has been modified to acquire and hold a read on each
region
involved in a transaction for the duration of commit processing. This
prevents
clear from being able to acquire a write lock until commit processing is
complete.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gemzdude/incubator-geode feature/GEODE-1740
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/282.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #282
----
commit deab93b8e72f6bb1248a19bdb4a993d0ef980718
Author: Scott Jewell <[email protected]>
Date: 2016-11-02T22:59:35Z
GEODE-1740: Correct potential region inconsistencies with concurrent clear
and transaction commit
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---