Lei Xia (JIRA) |
[jira] [Commented] (HELIX-631) AutoRebalanceStrategy does not work correctly all the time |
Tue, 09 Aug, 22:27 |
Lei Xia (JIRA) |
[jira] [Assigned] (HELIX-631) AutoRebalanceStrategy does not work correctly all the time |
Tue, 09 Aug, 22:44 |
l...@apache.org |
[01/33] helix git commit: Fix task framework unit tests. |
Wed, 17 Aug, 04:26 |
l...@apache.org |
[02/33] helix git commit: More fixes and cleanup on task unit tests. |
Wed, 17 Aug, 04:26 |
l...@apache.org |
[03/33] helix git commit: Fix the statemodelFactories in Example Process. |
Wed, 17 Aug, 04:26 |
l...@apache.org |
[04/33] helix git commit: Support changes of workflow configuration. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[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. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[06/33] helix git commit: TaskUtil.getWorkflowCfg throws NPE if workflow doesn't exist. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[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. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[08/33] helix git commit: Add new job option to allow contining a job even its direct dependent job fails. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[09/33] helix git commit: Fix task framework unit test failure. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[10/33] helix git commit: Add old task rebalancers back for back-compatible and rolling upgrade. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[11/33] helix git commit: Refactor Workflow and Jobqueue builders to make the builder API more clean. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[12/33] helix git commit: Add static methods into TaskDriver for getting configuration/context for jobs and workflows. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[13/33] helix git commit: Fix a task unit test. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[14/33] helix git commit: Add Builder class for TaskConfig, and add unit test for testing generic jobs. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[15/33] helix git commit: More cleanup on workflow and workflowConfig builders. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[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. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[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. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[18/33] helix git commit: Refactor tests with TaskTestBase and remove duplicated code. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[19/33] helix git commit: Add WorkflowType and JobType in WorkflowConfig and JobConfig |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[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. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[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. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[22/33] helix git commit: Add unit test to retrieve workflow and job configurations. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[23/33] helix git commit: Add unit tests to retrieve all workflows and job info from a cluster. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[24/33] helix git commit: Add Partition task start time |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[25/33] helix git commit: Add test to test task retry with and without delay. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[26/33] helix git commit: Refactor redundant code TestTaskRebalancerRetryLimit |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[27/33] helix git commit: Fix missing workflowtype assign in builder |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[28/33] helix git commit: Check whether instance is disable when assigning tasks to instances in TaskRebalancer. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[29/33] helix git commit: Populate Error message from running client's task and persist it into JobContext for better error reporting. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[30/33] helix git commit: Fix task assignment in instance group tag check |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[31/33] helix git commit: Add pollForJobState and pollForWorkflowState function in TaskDriver |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[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. |
Wed, 17 Aug, 04:27 |
l...@apache.org |
[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. |
Wed, 17 Aug, 04:27 |
ASF GitHub Bot (JIRA) |
[jira] [Commented] (HELIX-631) AutoRebalanceStrategy does not work correctly all the time |
Thu, 25 Aug, 21:05 |
ASF GitHub Bot (JIRA) |
[jira] [Commented] (HELIX-627) helix-ui "partitions" tab can't show assignment for FULL_AUTO resources |
Thu, 25 Aug, 21:11 |
Lei Xia (JIRA) |
[jira] [Updated] (HELIX-471) ResourceMonitor never unregistered even if the resource is dropped |
Fri, 26 Aug, 22:29 |
Lei Xia (JIRA) |
[jira] [Closed] (HELIX-616) Change JobQueue to be subclass of Workflow instead of WorkflowConfig. |
Fri, 26 Aug, 22:29 |
Lei Xia (JIRA) |
[jira] [Assigned] (HELIX-471) ResourceMonitor never unregistered even if the resource is dropped |
Fri, 26 Aug, 22:39 |
Lei Xia (JIRA) |
[jira] [Closed] (HELIX-618) Job hung if the target resource does not exist anymore at the time when it is scheduled. |
Fri, 26 Aug, 22:45 |
Lei Xia (JIRA) |
[jira] [Closed] (HELIX-613) TaskStateModel generates significant amount of threads and causing thread leaking problem |
Fri, 26 Aug, 22:45 |
Lei Xia (JIRA) |
[jira] [Closed] (HELIX-614) Fix the bug when job expiry time is shorter than job schedule interval in recurring job queue. |
Fri, 26 Aug, 22:45 |
Lei Xia (JIRA) |
[jira] [Closed] (HELIX-623) Do not expose internal configuration field name. Client should use JobConfig.Builder to create jobConfig. |
Fri, 26 Aug, 22:46 |
Lei Xia (JIRA) |
[jira] [Closed] (HELIX-622) Add new resource configuration option to allow resource to disable emmiting monitoring bean. |
Fri, 26 Aug, 22:46 |
Lei Xia (JIRA) |
[jira] [Closed] (HELIX-617) Job IdealState is generated even the job is not running and not removed when it is completed. |
Fri, 26 Aug, 22:46 |
Lei Xia (JIRA) |
[jira] [Closed] (HELIX-615) Naming problem of scheduled jobs from recurrent queue. |
Fri, 26 Aug, 22:47 |
Lei Xia (JIRA) |
[jira] [Created] (HELIX-633) AutoRebalancer should ignore disabled instance and all partitions on disabled instances should be dropped in FULL_AUTO rebalance mode. |
Sun, 28 Aug, 19:06 |
Lei Xia (JIRA) |
[jira] [Created] (HELIX-634) Refactor AutoRebalancer to allow configuable placement strategy. |
Sun, 28 Aug, 19:09 |
Lei Xia (JIRA) |
[jira] [Assigned] (HELIX-634) Refactor AutoRebalancer to allow configuable placement strategy. |
Sun, 28 Aug, 19:09 |
Lei Xia (JIRA) |
[jira] [Assigned] (HELIX-527) Mitigate zookeeper watch leak |
Wed, 31 Aug, 17:44 |
Lei Xia (JIRA) |
[jira] [Commented] (HELIX-527) Mitigate zookeeper watch leak |
Wed, 31 Aug, 17:44 |