GitHub user lei-xia opened a pull request:
https://github.com/apache/helix/pull/139
Two small changes
- Remove duplicated log lines
- Fix issue in reporting MissingMinActiveReplicaPartitionGauge metric in
ResourceMonitor when there is no IdealMapping persisted in IdealState.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lei-xia/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/139.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 #139
----
commit d9eb0e5ff9fe859e2ea16028838c4e82ccdf5da0
Author: Lei Xia <lxia@...>
Date: 2018-01-25T19:52:45Z
Remove duplicated log lines.
commit f31d6465944adb4e4a6b66f4e35538610e6f4bbd
Author: Lei Xia <lxia@...>
Date: 2018-01-30T02:12:56Z
Fix issue in reporting MissingMinActiveReplicaPartitionGauge metric in
ResourceMonitor when there is no IdealMapping persisted in IdealState.
----
---