[
https://issues.apache.org/jira/browse/HELIX-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777487#comment-16777487
]
Hudson commented on HELIX-795:
------------------------------
FAILURE: Integrated in Jenkins build helix #1600 (See
[https://builds.apache.org/job/helix/1600/])
[HELIX-795] TASK: Drop tasks upon Participant reconnect (narendly: rev
f9f89a79768156ef7341262cbb25a40d7dafeb1e)
* (edit)
helix-core/src/main/java/org/apache/helix/manager/zk/CurStateCarryOverUpdater.java
* (edit) helix-core/src/main/java/org/apache/helix/task/JobDispatcher.java
* (edit)
helix-core/src/main/java/org/apache/helix/participant/HelixStateMachineEngine.java
* (add)
helix-core/src/test/java/org/apache/helix/integration/task/TestDropOnParticipantReset.java
* (edit) helix-core/src/main/java/org/apache/helix/task/TaskStateModel.java
> TASK: Drop tasks upon Participant reconnect
> -------------------------------------------
>
> Key: HELIX-795
> URL: https://issues.apache.org/jira/browse/HELIX-795
> Project: Apache Helix
> Issue Type: Improvement
> Reporter: Hunter L
> Assignee: Hunter L
> Priority: Major
>
> This changes the default reset() behavior for tasks on Participants.
> Previously, it would send all task partitions to INIT. After this change, the
> task partitions will inherit the states from the previous session, and their
> RequestedState will be set to DROPPED. Then the Controller will send messages
> to drop the said task partitions so that there are no quota/resource leaks
> for the number of tasks on Participants.
> Changelist:
> 1. Modify state transition logic so that drop state transitions messages
> will be honored
> 2. Modify CurrentState copy-over logic
> 3. Add an integration test: TestDropOnParticipantReset
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)