[
https://issues.apache.org/jira/browse/HELIX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155861#comment-14155861
]
ASF GitHub Bot commented on HELIX-524:
--------------------------------------
GitHub user dayzzz opened a pull request:
https://github.com/apache/helix/pull/6
[HELIX-524] Add a getProgress to the Task interface
[HELIX-524] Add a getProgress to the Task interface, this is very helpful
for long running tasks, from which we know the status of a task and see if it's
blocked. The return value is a double, ranging from 0 to 1.0, 1.0 indicates a
task is finished
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dayzzz/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/6.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 #6
----
commit 5d1b27f81abc4c67301d864f122e82f5a0ce49c3
Author: Hongbo Zeng <[email protected]>
Date: 2014-10-02T00:19:49Z
[HELIX-524] Add a getProgress to the Task interface
----
> add getProgress() to Task interface
> -----------------------------------
>
> Key: HELIX-524
> URL: https://issues.apache.org/jira/browse/HELIX-524
> Project: Apache Helix
> Issue Type: Improvement
> Components: helix-core
> Affects Versions: 0.6.4
> Reporter: Hongbo Zeng
> Fix For: 0.6.5
>
>
> Add a getProgress to the Task interface, this is very helpful for long
> running tasks, from which we know the status of a task and see if it's
> blocked. The return value is a double, ranging from 0 to 1.0, 1.0 indicates a
> task is finished
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)