GitHub user zhan849 opened a pull request:
https://github.com/apache/helix/pull/296
Skip resources with state model def ref as Task during top state handoff
We should not report top state handoff for resources with state model def
ref as "Task" as this is meaningless and creates too many mbeans in
task-intense environments.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhan849/helix harry/bug-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/296.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 #296
----
commit 54158099abe38e18229ae74e4707eb4c822405ec
Author: Harry Zhang <hrzhang@...>
Date: 2018-11-14T22:42:04Z
Skip resources with state model def ref as Task
----
---