GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/168
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/168.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 #168
----
commit 564330867f4999babbe9d82c0b2daf67daba6e73
Author: narendly <narendly@...>
Date: 2018-03-26T21:49:43Z
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.
----
---