You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Commented] (HELIX-631) AutoRebalanceStrategy does not work correctly all the time - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/09 22:27:20 UTC, 1 replies.
- [jira] [Assigned] (HELIX-631) AutoRebalanceStrategy does not work correctly all the time - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/09 22:44:20 UTC, 0 replies.
- [01/33] helix git commit: Fix task framework unit tests. - posted by lx...@apache.org on 2016/08/17 04:26:57 UTC, 0 replies.
- [02/33] helix git commit: More fixes and cleanup on task unit tests. - posted by lx...@apache.org on 2016/08/17 04:26:58 UTC, 0 replies.
- [03/33] helix git commit: Fix the statemodelFactories in Example Process. - posted by lx...@apache.org on 2016/08/17 04:26:59 UTC, 0 replies.
- [04/33] helix git commit: Support changes of workflow configuration. - posted by lx...@apache.org on 2016/08/17 04:27:00 UTC, 0 replies.
- [05/33] helix git commit: Add methods in TaskDriver for getting Workflow/Job configuration and context. External users should call these methods instead of TaskUtil. - posted by lx...@apache.org on 2016/08/17 04:27:01 UTC, 0 replies.
- [06/33] helix git commit: TaskUtil.getWorkflowCfg throws NPE if workflow doesn't exist. - posted by lx...@apache.org on 2016/08/17 04:27:02 UTC, 0 replies.
- [07/33] helix git commit: Refactor TaskUtil class to move as many as methods out of the class, and make other methods in it as internal API as possible. Expose necessary APIs in TaskDriver instead. - posted by lx...@apache.org on 2016/08/17 04:27:03 UTC, 0 replies.
- [08/33] helix git commit: Add new job option to allow contining a job even its direct dependent job fails. - posted by lx...@apache.org on 2016/08/17 04:27:04 UTC, 0 replies.
- [09/33] helix git commit: Fix task framework unit test failure. - posted by lx...@apache.org on 2016/08/17 04:27:05 UTC, 0 replies.
- [10/33] helix git commit: Add old task rebalancers back for back-compatible and rolling upgrade. - posted by lx...@apache.org on 2016/08/17 04:27:06 UTC, 0 replies.
- [11/33] helix git commit: Refactor Workflow and Jobqueue builders to make the builder API more clean. - posted by lx...@apache.org on 2016/08/17 04:27:07 UTC, 0 replies.
- [12/33] helix git commit: Add static methods into TaskDriver for getting configuration/context for jobs and workflows. - posted by lx...@apache.org on 2016/08/17 04:27:08 UTC, 0 replies.
- [13/33] helix git commit: Fix a task unit test. - posted by lx...@apache.org on 2016/08/17 04:27:09 UTC, 0 replies.
- [14/33] helix git commit: Add Builder class for TaskConfig, and add unit test for testing generic jobs. - posted by lx...@apache.org on 2016/08/17 04:27:10 UTC, 0 replies.
- [15/33] helix git commit: More cleanup on workflow and workflowConfig builders. - posted by lx...@apache.org on 2016/08/17 04:27:11 UTC, 0 replies.
- [16/33] helix git commit: Add TaskTestBase and refactor 2 tests 1. Add TaskTestBase for common initialization. 2. Refactor 2 tests to test the test base. - posted by lx...@apache.org on 2016/08/17 04:27:12 UTC, 0 replies.
- [17/33] helix git commit: Added method to TaskDriver to get all workflows from a cluster. Added methods to convert HelixProperty to WorkflowConfig and JobConfig. - posted by lx...@apache.org on 2016/08/17 04:27:13 UTC, 0 replies.
- [18/33] helix git commit: Refactor tests with TaskTestBase and remove duplicated code. - posted by lx...@apache.org on 2016/08/17 04:27:14 UTC, 0 replies.
- [19/33] helix git commit: Add WorkflowType and JobType in WorkflowConfig and JobConfig - posted by lx...@apache.org on 2016/08/17 04:27:15 UTC, 0 replies.
- [20/33] helix git commit: Add job dependency workflow test 1. Add an option to enable number of partion varies in TaskTestBase 2. Add new test for workflow test for parallel jobs testing. - posted by lx...@apache.org on 2016/08/17 04:27:16 UTC, 0 replies.
- [21/33] helix git commit: Add a new task state (TASK_ABORTED) to TaskResult. This allows client to abort a task and let Helix not retry it even Task.RetryCount is bigger than 1. - posted by lx...@apache.org on 2016/08/17 04:27:17 UTC, 0 replies.
- [22/33] helix git commit: Add unit test to retrieve workflow and job configurations. - posted by lx...@apache.org on 2016/08/17 04:27:18 UTC, 0 replies.
- [23/33] helix git commit: Add unit tests to retrieve all workflows and job info from a cluster. - posted by lx...@apache.org on 2016/08/17 04:27:19 UTC, 0 replies.
- [24/33] helix git commit: Add Partition task start time - posted by lx...@apache.org on 2016/08/17 04:27:20 UTC, 0 replies.
- [25/33] helix git commit: Add test to test task retry with and without delay. - posted by lx...@apache.org on 2016/08/17 04:27:21 UTC, 0 replies.
- [26/33] helix git commit: Refactor redundant code TestTaskRebalancerRetryLimit - posted by lx...@apache.org on 2016/08/17 04:27:22 UTC, 0 replies.
- [27/33] helix git commit: Fix missing workflowtype assign in builder - posted by lx...@apache.org on 2016/08/17 04:27:23 UTC, 0 replies.
- [28/33] helix git commit: Check whether instance is disable when assigning tasks to instances in TaskRebalancer. - posted by lx...@apache.org on 2016/08/17 04:27:24 UTC, 0 replies.
- [29/33] helix git commit: Populate Error message from running client's task and persist it into JobContext for better error reporting. - posted by lx...@apache.org on 2016/08/17 04:27:25 UTC, 0 replies.
- [30/33] helix git commit: Fix task assignment in instance group tag check - posted by lx...@apache.org on 2016/08/17 04:27:26 UTC, 0 replies.
- [31/33] helix git commit: Add pollForJobState and pollForWorkflowState function in TaskDriver - posted by lx...@apache.org on 2016/08/17 04:27:27 UTC, 0 replies.
- [32/33] helix git commit: Add integration test for running task with unregistered command. Expected behavior: 1. Task state is "ERROR" 2. No retry will happen. - posted by lx...@apache.org on 2016/08/17 04:27:28 UTC, 0 replies.
- [33/33] helix git commit: Allow an instance group tag to be configured for a job, so all tasks of the job can only be running on the instances containing the tag. - posted by lx...@apache.org on 2016/08/17 04:27:29 UTC, 0 replies.
- [jira] [Commented] (HELIX-627) helix-ui "partitions" tab can't show assignment for FULL_AUTO resources - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/25 21:11:21 UTC, 0 replies.
- [jira] [Closed] (HELIX-616) Change JobQueue to be subclass of Workflow instead of WorkflowConfig. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:29:21 UTC, 0 replies.
- [jira] [Updated] (HELIX-471) ResourceMonitor never unregistered even if the resource is dropped - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:29:21 UTC, 0 replies.
- [jira] [Assigned] (HELIX-471) ResourceMonitor never unregistered even if the resource is dropped - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:39:21 UTC, 0 replies.
- [jira] [Closed] (HELIX-618) Job hung if the target resource does not exist anymore at the time when it is scheduled. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:45:20 UTC, 0 replies.
- [jira] [Closed] (HELIX-614) Fix the bug when job expiry time is shorter than job schedule interval in recurring job queue. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:45:20 UTC, 0 replies.
- [jira] [Closed] (HELIX-613) TaskStateModel generates significant amount of threads and causing thread leaking problem - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:45:20 UTC, 0 replies.
- [jira] [Closed] (HELIX-623) Do not expose internal configuration field name. Client should use JobConfig.Builder to create jobConfig. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:46:20 UTC, 0 replies.
- [jira] [Closed] (HELIX-622) Add new resource configuration option to allow resource to disable emmiting monitoring bean. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:46:20 UTC, 0 replies.
- [jira] [Closed] (HELIX-617) Job IdealState is generated even the job is not running and not removed when it is completed. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:46:20 UTC, 0 replies.
- [jira] [Closed] (HELIX-615) Naming problem of scheduled jobs from recurrent queue. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/26 22:47:20 UTC, 0 replies.
- [jira] [Created] (HELIX-633) AutoRebalancer should ignore disabled instance and all partitions on disabled instances should be dropped in FULL_AUTO rebalance mode. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/28 19:06:20 UTC, 0 replies.
- [jira] [Assigned] (HELIX-634) Refactor AutoRebalancer to allow configuable placement strategy. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/28 19:09:21 UTC, 0 replies.
- [jira] [Created] (HELIX-634) Refactor AutoRebalancer to allow configuable placement strategy. - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/28 19:09:21 UTC, 0 replies.
- [jira] [Assigned] (HELIX-527) Mitigate zookeeper watch leak - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/31 17:44:21 UTC, 0 replies.
- [jira] [Commented] (HELIX-527) Mitigate zookeeper watch leak - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2016/08/31 17:44:21 UTC, 0 replies.