GitHub user nabarunnag opened a pull request:
https://github.com/apache/incubator-geode/pull/156
GEODE-1543: Change the log level from error to info
* When multiple peers join the cluster conncurrently, only the first one
that joins will distribute the index creation and other will try to create the
index locally because of the distributed message and then log an error
afterwards.
* This is an expected behaviour and hence should not be logged as error but
rather as a info.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-1543
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/156.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 #156
----
commit 3af0fbb8944010e7c890e0817037568c7bca157d
Author: nabarun <[email protected]>
Date: 2016-06-13T19:04:50Z
GEODE-1543: Change the log level from error to info
* When multiple peers join the cluster conncurrently, only the first one
that joins will distribute the index creation and other will try to create the
index locally because of the distributed message and then log an error
afterwards.
* This is an expected behaviour and hence should not be logged as error but
rather as a info.
----
---
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.
---