You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by nabarunnag <gi...@git.apache.org> on 2016/04/04 22:09:38 UTC

[GitHub] incubator-geode pull request: GEODE-1018: Added a listener to make...

GitHub user nabarunnag opened a pull request:

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

    GEODE-1018: Added a listener to make the receiver go to sleep on AfterCreate event to solve timing issue.

    GEODE-1018: Added a listener to make the receiver go to sleep on AfterCreate event to solve timing issue.
    
    * Added a listener in the receiver VM to sleep for a duration on AfterCreate event. This will make sure that the transmission is not completed by the time the receiver is shut down.
    * The region entry mismatch mentioned in the GEODE-1018 was because the receiver and sender were started before the persistent region was created. This was solved in GEODE-1062.

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

    $ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-1018

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

    https://github.com/apache/incubator-geode/pull/123.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 #123
    
----
commit fc0f27195ba8ca64ac49cdb1db2255be644a6f7e
Author: nabarun <nn...@pivotal.io>
Date:   2016-04-04T20:07:02Z

    GEODE-1018: Added a listener to make the receiver go to sleep on AfterCreate event to solve timing issue.
    
    * Added a listener in the receiver VM to sleep for a duration on AfterCreate event. This will make sure that the transmission is not completed by the time the receiver is shut down.
    * The region entry mismatch mentioned in the GEODE-1018 was because the receiver and sender were started before the persistent region was created. This was solved in GEODE-1062.

----


---
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: GEODE-1018: Added a listener to make...

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

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


---
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.
---