You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ji...@apache.org on 2021/04/15 00:52:27 UTC

[helix] branch master updated (0a5682f -> 5eae445)

This is an automated email from the ASF dual-hosted git repository.

jiajunwang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.


    from 0a5682f  Revert "Change participant message monitor to use dynamic metric (#1685)" (#1693)
     add 5eae445  Directly use Best Possible State to calculate DifferenceWithIdealStateGauge metrics instead of relying on the persisted IdealState. (#1697)

No new revisions were added by this update.

Summary of changes:
 .../ResourceControllerDataProvider.java            | 20 ++++---
 .../stages/BestPossibleStateCalcStage.java         | 63 ++++++++++++++++++----
 .../stages/ExternalViewComputeStage.java           |  5 +-
 .../controller/stages/PersistAssignmentStage.java  | 33 +++++++-----
 .../monitoring/mbeans/ClusterStatusMonitor.java    | 19 +++++--
 .../mbeans/TestClusterAggregateMetrics.java        |  2 +-
 .../mbeans/TestClusterStatusMonitor.java           | 15 +++---
 7 files changed, 112 insertions(+), 45 deletions(-)