[jira] [Assigned] (AURORA-1630) Updater is using non-logging executor and does not kill scheduler on error

2016-03-07 Thread Maxim Khutornenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/AURORA-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Khutornenko reassigned AURORA-1630:
-

Assignee: Maxim Khutornenko

> Updater is using non-logging executor and does not kill scheduler on error
> --
>
> Key: AURORA-1630
> URL: https://issues.apache.org/jira/browse/AURORA-1630
> Project: Aurora
>  Issue Type: Bug
>  Components: Scheduler
>Reporter: Maxim Khutornenko
>Assignee: Maxim Khutornenko
>
> The updater thread used to run deferred evaluation is not using a logging 
> executor. We have observed cases where it would die silently without logging 
> any errors or killing scheduler. 



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


[jira] [Updated] (AURORA-1075) schedule instance on every host matching constraints

2016-03-07 Thread Anindya Sinha (JIRA)

 [ 
https://issues.apache.org/jira/browse/AURORA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anindya Sinha updated AURORA-1075:
--
Assignee: (was: Anindya Sinha)

> 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)


[jira] [Created] (AURORA-1629) Populate DiscoveryInfo in TaskInfo/ExecutorInfo

2016-03-07 Thread Zhitao Li (JIRA)
Zhitao Li created AURORA-1629:
-

 Summary: Populate DiscoveryInfo in TaskInfo/ExecutorInfo
 Key: AURORA-1629
 URL: https://issues.apache.org/jira/browse/AURORA-1629
 Project: Aurora
  Issue Type: Story
  Components: Service Discovery
Reporter: Zhitao Li
Assignee: Zhitao Li


This story is to propose that we add discovery for TaskInfo/Executor in 
[mesos.proto|https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto].

Short design doc to follow later.



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