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)