This is an automated email from the ASF dual-hosted git repository.
jxue pushed a change to branch replica_level_throttle
in repository https://gitbox.apache.org/repos/asf/helix.git.
discard d356b00 Applying per replica logic for entire stage (#1724)
omit 53c4e6b Apply per replica level throttling logic to Recovery/Load
Rebalance and PendingMessage #1719
omit ad02d8d Change throttling logic to per message (#1714)
omit 22f32b9 [Replica Level Throttle] Add per replica rebalance type
compute logic (#1703)
add 524ce38 Improve WAGED simulation API by throwing exception on
FAILED_TO_CALCULATE (#1701)
add b3ff081 Update restlet repository url and adjust the repository order
to fix build. (#1726)
add e2ec350 Correct getAssignmentForWagedFullAutoImpl snapshot behavior
(#1730)
add 1758f2d Fix unstable test TestZkCallbackHandlerLeak. (#1734)
add 74236c5 Use correct session ID in PerInstanceAccessor (#1733)
add 167320c Change Workflow monitor and PerInstanceResource monitor from
static m… (#1732)
new d7f6cbd [Replica Level Throttle] Add per replica rebalance type
compute logic (#1703)
new a65c37e Change throttling logic to per message (#1714)
new 78d274d Apply per replica level throttling logic to Recovery/Load
Rebalance and PendingMessage #1719
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d356b00)
\
N -- N -- N refs/heads/replica_level_throttle (78d274d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../helix/controller/common/PartitionStateMap.java | 9 +-
.../rebalancer/waged/ReadOnlyWagedRebalancer.java | 16 ++
.../rebalancer/waged/WagedRebalancer.java | 19 +-
.../stages/IntermediateStateCalcStage.java | 244 ++++++++++-----------
.../helix/controller/stages/MessageOutput.java | 4 -
.../monitoring/mbeans/ClusterStatusMonitor.java | 46 ++--
.../helix/monitoring/mbeans/JobMonitorMBean.java | 76 -------
.../mbeans/PerInstanceResourceMonitor.java | 70 ++++--
.../mbeans/PerInstanceResourceMonitorMBean.java | 34 ---
.../mbeans/StateTransitionStatMonitorMBean.java | 56 -----
.../helix/monitoring/mbeans/WorkflowMonitor.java | 176 ++++++++-------
.../monitoring/mbeans/WorkflowMonitorMBean.java | 75 -------
.../main/java/org/apache/helix/util/HelixUtil.java | 11 +-
.../integration/TestZkCallbackHandlerLeak.java | 195 +++++-----------
.../WagedRebalancer/TestWagedRebalance.java | 24 ++
.../integration/task/TestWorkflowTermination.java | 3 +-
.../helix/monitoring/TestWorkflowMonitor.java | 2 +-
.../resources/helix/PerInstanceAccessor.java | 22 +-
.../helix/rest/server/TestPerInstanceAccessor.java | 19 ++
pom.xml | 8 +-
20 files changed, 441 insertions(+), 668 deletions(-)
delete mode 100644
helix-core/src/main/java/org/apache/helix/monitoring/mbeans/JobMonitorMBean.java
delete mode 100644
helix-core/src/main/java/org/apache/helix/monitoring/mbeans/PerInstanceResourceMonitorMBean.java
delete mode 100644
helix-core/src/main/java/org/apache/helix/monitoring/mbeans/StateTransitionStatMonitorMBean.java
delete mode 100644
helix-core/src/main/java/org/apache/helix/monitoring/mbeans/WorkflowMonitorMBean.java