You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2014/09/16 22:29:33 UTC

[jira] [Created] (AURORA-717) Store new task configuration in JobUpdateConfiguration as InstanceTaskConfig

Bill Farner created AURORA-717:
----------------------------------

             Summary: Store new task configuration in JobUpdateConfiguration as InstanceTaskConfig
                 Key: AURORA-717
                 URL: https://issues.apache.org/jira/browse/AURORA-717
             Project: Aurora
          Issue Type: Story
          Components: Scheduler
            Reporter: Bill Farner
            Assignee: Maxim Khutornenko


Convert these fields in JobUpdateConfiguration:
{noformat]
  /** Desired TaskConfig when the update completes. */
  2: TaskConfig newTaskConfig

  /** Desired instance count when the update completes. */
  3: i32 instanceCount
{noformat}

to:
{noformat}
  2: InstanceTaskConfig newTaskConfig
{noformat}

This allows us to use {{set<Range>}} for the new task configurations, and expose only the work required for a job update.



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