GitHub user aparnard opened a pull request:

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

    GEODE-11: Fixing creation of replicated region after an error is thrown

    If a replicated region is created after a lucene index is defined, an error 
is thrown but the region is still created (since this check is done in the 
afterCreate method). This was fixed by moving the check to the beforeCreate 
method of the region listener.
    
    Signed-off-by: Gester Zhou <gz...@pivotal.io>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aparnard/incubator-geode 
feature/GEODE-11-create-index-bug

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-geode/pull/222.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 #222
    
----
commit e059013070cb61b468cbe8f3c14bcd3e70aadbd4
Author: Aparna Dharmakkan <adharmak...@pivotal.io>
Date:   2016-08-01T21:54:39Z

    GEODE-11: Fixing creation of replicated region after index creation.
    
    If a replicated region is created after a lucene index is defined, an error 
is thrown but the region is created (since this check is done in the 
afterCreate method). This was fixed by moving the check to the beforeCreate 
method of the region listener.
    
    Signed-off-by: Gester Zhou <gz...@pivotal.io>

----


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

Reply via email to