[jira] [Commented] (HELIX-524) add getProgress() to Task interface

2014-10-01 Thread A Sebastian (JIRA)

[ 
https://issues.apache.org/jira/browse/HELIX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14154757#comment-14154757
 ] 

A Sebastian commented on HELIX-524:
---

How do you expect this method to be used by the framework?

 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)


[jira] [Created] (HELIX-410) ClusterStateVerifier does not parse --resources argument

2014-03-18 Thread A Sebastian (JIRA)
A Sebastian created HELIX-410:
-

 Summary: ClusterStateVerifier does not parse --resources argument
 Key: HELIX-410
 URL: https://issues.apache.org/jira/browse/HELIX-410
 Project: Apache Helix
  Issue Type: Bug
  Components: helix-core
Affects Versions: 0.6.2-incubating
Reporter: A Sebastian


ClusterStateVerifier.verifyState(String[] args) is supposed to take a 
--resources argument but it fails to parse because the 
ClusterStateVerifier.constructCommandLineOptions() does not add it as an option.



--
This message was sent by Atlassian JIRA
(v6.2#6252)