GitHub user jiajunwang opened a pull request:
https://github.com/apache/helix/pull/242
Adding more metrics into ClusterStatus about aggregated partition info
Also, include a ZK client change that fixes several potential issues we
noticed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiajunwang/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/242.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 #242
----
commit f1a900e465725028ffd77a0699334c1290661fd7
Author: Jiajun Wang <jjwang@...>
Date: 2018-05-22T01:19:48Z
Fix zkclient state related check and some potential bugs.
Change the connection flapping check to tolerate high threshold. This
feature is going to be deprecated in the future.
Additional changes
1. Remove duplicate test TestZkManagerFlappingDetection that already
covered by TestZkFlapping.
commit 6930d1dcf19c8acbc1476f68c4e589179b6dacc0
Author: Jiajun Wang <jjwang@...>
Date: 2018-06-18T21:23:20Z
Add missing replica partition metric into ClusterStatus.
The metric is aggregated based on all resources in the cluster.
----
---