You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/11/02 00:20:00 UTC

[jira] [Commented] (HELIX-782) TASK: Make TaskDriver use ZKClient's create when creating workflows

    [ https://issues.apache.org/jira/browse/HELIX-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16672389#comment-16672389 ] 

Hudson commented on HELIX-782:
------------------------------

FAILURE: Integrated in Jenkins build helix #1566 (See [https://builds.apache.org/job/helix/1566/])
[HELIX-782] TASK: Make TaskDriver use ZKClient's create when creating (narendly: rev 3844ad60034b029f3bbd916f629a7969117c1b26)
* (edit) helix-core/src/main/java/org/apache/helix/task/TaskUtil.java
* (edit) helix-core/src/main/java/org/apache/helix/task/TaskDriver.java
* (add) helix-core/src/test/java/org/apache/helix/task/TestWorkflowCreation.java


> TASK: Make TaskDriver use ZKClient's create when creating workflows
> -------------------------------------------------------------------
>
>                 Key: HELIX-782
>                 URL: https://issues.apache.org/jira/browse/HELIX-782
>             Project: Apache Helix
>          Issue Type: Improvement
>            Reporter: Hunter L
>            Assignee: Hunter L
>            Priority: Major
>
> TaskDriver should use create() but currently is using set(), which just overwrites ZNodes that are in ZK. This is undesirable and we need to fix it, especially in the wake of ZNode restructuring.
> AC:
> 1. Make TaskDriver use create() instead of set()
> 2. Add an integration test: TestWorkflowCreation:testWorkflowCreationNoDuplicates()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)