GitHub user vitogav opened a pull request:
https://github.com/apache/incubator-geode/pull/16
Handle region create/destroy remote event in Redis adpater
Ignore events where region creation initiated remotely attempts to create a
local region reference when the region has already been destroyed. Also, the
destruction of a region may be caught the query engine, so I have accounted for
that by handling com.gemstone.gemfire.cache.query.RegionNotFoundException.
Finally, the Jedis client timeout has been increased for RedisDistDunitTest to
account for concurrent region creation/destruction.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vitogav/incubator-geode GEODE-223
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/16.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 #16
----
commit f7ea3e87d30251f33f2f3d14de50aa9c716404b3
Author: Vito Gavrilov <[email protected]>
Date: 2015-08-18T01:30:12Z
Handle region create/destroy remote event in Redis adpater
Ignore events where region creation initiated remotely attempts to create a
local region reference when the region has already been destroyed. Also, the
destruction of a region may be caught the query engine, so I have accounted for
that by handling com.gemstone.gemfire.cache.query.RegionNotFoundException.
Finally, a the Jedis client timeout has been increased for RedisDistDunitTest
to account for concurrent region creation/destruction.
----
---
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.
---