You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by gemzdude <gi...@git.apache.org> on 2016/11/12 00:13:49 UTC

[GitHub] incubator-geode pull request #282: GEODE-1740: Inconsistencies with concurre...

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 <sj...@pivotal.io>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode issue #282: GEODE-1740: Inconsistencies with concurrent clea...

Posted by pdxrunner <gi...@git.apache.org>.
Github user pdxrunner commented on the issue:

    https://github.com/apache/incubator-geode/pull/282
  
    This looks good. I'll pull it in as my first 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode issue #282: GEODE-1740: Inconsistencies with concurrent clea...

Posted by gemzdude <gi...@git.apache.org>.
Github user gemzdude commented on the issue:

    https://github.com/apache/incubator-geode/pull/282
  
    Merged to develop by Ken Howe


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode issue #282: GEODE-1740: Inconsistencies with concurrent clea...

Posted by gemzdude <gi...@git.apache.org>.
Github user gemzdude commented on the issue:

    https://github.com/apache/incubator-geode/pull/282
  
    Spotless check has been applied


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode pull request #282: GEODE-1740: Inconsistencies with concurre...

Posted by gemzdude <gi...@git.apache.org>.
Github user gemzdude closed the pull request at:

    https://github.com/apache/incubator-geode/pull/282


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---