GitHub user jiajunwang opened a pull request:
https://github.com/apache/helix/pull/144
[HELIX-677] Change error log to info/warning when replica count cannoâ¦
â¦t be read in ResourceMonitor.
Some string such as ALL_LIVEINSTANCES in the replica field cannot be
processed by the monitor. And those resources are not expected to be monitoring.
Currently error log on this case drags too much attention. Lower the log
level to info/warning according to the Exception type.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiajunwang/helix helix-677
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/144.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 #144
----
commit 7bdae1f5287b730ee537c972e1a5b77c2f4048e3
Author: Jiajun Wang <jjwang@...>
Date: 2018-02-21T22:16:30Z
[HELIX-677] Change error log to info/warning when replica count cannot be
read in ResourceMonitor.
Some string such as ALL_LIVEINSTANCES in the replica field cannot be
processed by the monitor. And those resources are not expected to be monitoring.
Currently error log on this case drags too much attention. Lower the log
level to info/warning according to the Exception type.
----
---