You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "Lei Xia (JIRA)" <ji...@apache.org> on 2015/11/21 00:51:11 UTC

[jira] [Created] (HELIX-616) Change JobQueue to be subclass of Workflow instead of WorkflowConfig.

Lei Xia created HELIX-616:
-----------------------------

             Summary: Change JobQueue to be subclass of Workflow instead of WorkflowConfig.
                 Key: HELIX-616
                 URL: https://issues.apache.org/jira/browse/HELIX-616
             Project: Apache Helix
          Issue Type: Bug
            Reporter: Lei Xia
            Assignee: Lei Xia


Currently, JobQueue is subclass of WorkflowConfig instead of Workflow.  It is not possible for client to create an initial queue with jobs in it.  It has to call create() to create an empty queue, and call enqueue() to add job to the queue. The problem is once create() call returns, the queue is already starts to run, if the queue is recurrent queue, the initial schedule run of the queue contains empty job set.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)