GitHub user aparnard opened a pull request:
https://github.com/apache/incubator-geode/pull/177
GEODE-11: Index and AEQ stored in the same disk store as the region
The index and AEQ were stored in the default disk store. Changed the code
to set the RegionAtrributes of the index and AEQ to use the same Disk Store
Name as the region. Added a test to verify the disk store name.
Signed-off-by: Dan Smith <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aparnard/incubator-geode
feature/GEODE-11-UseRegionDiskStore
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/177.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 #177
----
commit 64a9f1cca00a79da8a8514c8feb9f4a6f94e77d7
Author: Aparna Dharmakkan <[email protected]>
Date: 2016-06-29T01:10:40Z
GEODE-11: Index and AEQ stored in the same disk store as the region
The index and AEQ were stored in the default disk store. Changed the code
to set the RegionAtrributes of
the index and AEQ to use the same Disk Store Name as the region. Added a
test to verify the disk store name.
Signed-off-by: Dan Smith <[email protected]>
----
---
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.
---