[ 
https://issues.apache.org/jira/browse/GEODE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15658605#comment-15658605
 ] 

ASF GitHub Bot commented on GEODE-1740:
---------------------------------------

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

----


> Potential region inconsistency with concurrent region operation during 
> transaction commit processing
> ----------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-1740
>                 URL: https://issues.apache.org/jira/browse/GEODE-1740
>             Project: Geode
>          Issue Type: Bug
>          Components: regions, transactions
>            Reporter: Scott Jewell
>
> There is a possible region inconsistency if region operations such as CLEAR 
> are performed during transaction commit processing



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to