[ 
https://issues.apache.org/jira/browse/AURORA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14302012#comment-14302012
 ] 

Bill Farner commented on AURORA-1075:
-------------------------------------

We've floated this idea around in the past, but never really embarked on the 
effort because of some complicating factors:

- we have no way to express a job that has an infinite number of instances
- the preemptor is not currently equipped to handle this
- it does not necessarily play nicely in a multi-framework environment

None of these are insurmountable, but they are aspects worth considering in the 
design.  Does anyone have thoughts about any of these?



> schedule instance on every host matching constraints
> ----------------------------------------------------
>
>                 Key: AURORA-1075
>                 URL: https://issues.apache.org/jira/browse/AURORA-1075
>             Project: Aurora
>          Issue Type: Story
>          Components: Scheduler
>            Reporter: Jay Buffington
>
> I'd like aurora to schedule an instance of a given job on every host it has 
> seen an offer for.  So if I were to create this job:
> {noformat}
> import os
> jobs = [Job(
>   task=SimpleTask(name="hello_world", command="echo hello world"),
>   role=os.getenv('USER'),
>   cluster="cluster1",
>   instances="*"
> )]
> {noformat}
> It would result in hello world running on every host in the cluster where 
> there is room.
> If I were to set constraints (e.g. dedicated role), only hosts matching 
> constraints would have the instances started on it.
> If the Job is a production job, instances of other jobs would be preempted if 
> necessary to make room for this instance on every host aurora knows about.



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

Reply via email to