GitHub user fdaniel7 opened a pull request:
https://github.com/apache/incubator-geode/pull/245
native-client-software-grant - ClientMetadata::getServerLocation is râ¦
â¦eturning a primary BucketServerLocationPtr instead of a secondary
A pointer to a primary BucketServerLocationPtr can be returned when
asking for a secondary. The returned BucketServerLocationPtr is a
randomization between [0,
m_bucketServerLocationsList[bucketId].size()-1] where the result can be
a primary copy.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fdaniel7/incubator-geode
native-client-software-grant
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/245.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 #245
----
commit 3a03704ae259288e768a64443af12f37fefa19e4
Author: fdaniel7 <[email protected]>
Date: 2016-09-26T07:37:32Z
native-client-software-grant - ClientMetadata::getServerLocation is
returning a primary BucketServerLocationPtr instead of a secondary
A pointer to a primary BucketServerLocationPtr can be returned when
asking for a secondary. The returned BucketServerLocationPtr is a
randomization between [0,
m_bucketServerLocationsList[bucketId].size()-1] where the result can be
a primary copy.
----
---
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.
---