GitHub user karensmolermiller opened a pull request:
https://github.com/apache/geode-examples/pull/3
GEODE-2231 A partitioned region example
This example intends to demonstrate what partitioning does (distributes
entries across buckets, and therefore across servers). It also illustrates
what goes wrong when a bad hashcode is used, such that all entries end up in
the same bucket.
Running the example is explained in the partitioned/README.md file. It
assumes that the reader has already read and followed the minimal directions in
the README.md file at the root of the geode-examples repo.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/geode-examples feature/GEODE-2231
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-examples/pull/3.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 #3
----
commit d551b7c7e999ee7f9774f9d84b72c3a06a770fd7
Author: Karen Miller <[email protected]>
Date: 2017-01-03T21:47:52Z
GEODE-2231 A partitioned region example
- partitioned/README.md has instructions for running this
example
----
---
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.
---