GitHub user narendly opened a pull request:

    https://github.com/apache/helix/pull/167

    Add synchronized delete for workflows

    This commit adds the method deleteAndWaitForCompletion that deletes and 
returns only after the delete operation has completed. The pre-existing delete 
does not guarantee that the operation is complete; however, 
deleteAndWaitForCompletion does.
    
    NOTE: This PR depends on the following PR! (Add support for WorkflowContext 
in PropertyKey #166)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/narendly/helix syncdelete

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/helix/pull/167.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 #167
    
----
commit 73080cce99e347024b56fc57b0cbf3bdf48b64e6
Author: narendly <narendly@...>
Date:   2018-03-26T21:38:36Z

    Add synchronized delete for workflows
    
    This commit adds the method deleteAndWaitForCompletion that deletes and 
returns only after the delete operation has completed. The pre-existing delete 
does not guarantee that the operation is complete; however, 
deleteAndWaitForCompletion does.

----


---

Reply via email to