GitHub user vitogav opened a pull request:
https://github.com/apache/incubator-geode/pull/13
Fix for GEODE-109
1) To fix this floating meta data problem for the redis list
implementation, this meta data has been moved into the list region itself
2) Sorted set query failures are fixed by using fully qualified names and
also depends on GEODE-146
3) Concurrent region creation/destruction logic completely changed to use
dedicated locks for synchronization, fixed distributed deadlock
4) Added integration tests
5) Add javadocs where necessary
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vitogav/incubator-geode GEODE-109
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/13.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 #13
----
commit b7acb4ba70cddaa3f18f8ac074d5041693f75510
Author: Vito Gavrilov <[email protected]>
Date: 2015-07-28T16:40:42Z
Fix for GEODE-109
1) To fix this floating meta data problem for the redis list
implementation, this meta data has been moved into the list region itself
2) Sorted set query failures are fixed by using fully qualified names and
also depends on GEODE-146
3) Concurrent region creation/destruction logic completely changed to use
dedicated locks for synchronization, fixed distributed deadlock
4) Added integration tests
5) Add javadocs where necessary
----
---
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.
---