-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3442/#review4434
-----------------------------------------------------------



include/mesos/scheduler.hpp
<https://reviews.apache.org/r/3442/#comment9945>

    does this return?
    
    for example, if in launchTask(task) you get a malformed task, you'd think:
    
    {
      driver.sendStatusUpdate(...FAILED TASK...)
      driver.stop()
      <do I need to handle any cleanup conditions here?>
    }
    


- Brian


On 2012-01-10 06:48:03, Benjamin Hindman wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/3442/
> -----------------------------------------------------------
> 
> (Updated 2012-01-10 06:48:03)
> 
> 
> Review request for mesos, Andy Konwinski, Charles Reiss, Matei Zaharia, John 
> Sirois, and Vinod Kone.
> 
> 
> Summary
> -------
> 
> Provides initial documentation to the public interfaces (thanks to Vinod Kone 
> for pairing with me on this).
> 
> 
> This addresses bug MESOS-45.
>     https://issues.apache.org/jira/browse/MESOS-45
> 
> 
> Diffs
> -----
> 
>   include/mesos/executor.hpp d883f1a 
>   include/mesos/mesos.proto 77a9067 
>   include/mesos/scheduler.hpp 93dda98 
>   src/java/src/org/apache/mesos/Executor.java 5ad8cee 
>   src/java/src/org/apache/mesos/ExecutorDriver.java be01d21 
>   src/java/src/org/apache/mesos/MesosExecutorDriver.java 399c8b8 
>   src/java/src/org/apache/mesos/MesosSchedulerDriver.java 04809a6 
>   src/java/src/org/apache/mesos/Scheduler.java 63a06fe 
>   src/java/src/org/apache/mesos/SchedulerDriver.java 23a246c 
>   src/python/src/mesos.py 5fc60e2 
> 
> Diff: https://reviews.apache.org/r/3442/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Benjamin
> 
>

Reply via email to