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

Vinod Kone commented on MESOS-1988:
-----------------------------------

commit fa0d564a9fd813d51917d21daaf25fe34c4154ee
Author: Anand Mazumdar <[email protected]>
Date:   Tue Jun 16 16:24:46 2015 -0700

    Removed unused drop(...) overload in scheduler library.
    
    The library (src/scheduler/scheduler.cpp) already does the right thing
    of not doing anything and just dropping requests when it is
    disconnected from the master. This change just deletes the unused
    overload that is no longer being used.
    
    Review: https://reviews.apache.org/r/35538


> Scheduler driver should not generate TASK_LOST when disconnected from master
> ----------------------------------------------------------------------------
>
>                 Key: MESOS-1988
>                 URL: https://issues.apache.org/jira/browse/MESOS-1988
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Vinod Kone
>            Assignee: Anand Mazumdar
>              Labels: twitter
>
> Currently, the driver replies to launchTasks() with TASK_LOST if it detects 
> that it is disconnected from the master. After MESOS-1972 lands, this will be 
> the only place where driver generates TASK_LOST. See MESOS-1972 for more 
> context.
> This fix is targeted for 0.22.0 to give frameworks time to implement 
> reconciliation.



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

Reply via email to