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




src/master/master.cpp
Lines 10171 (patched)
<https://reviews.apache.org/r/64898/#comment273641>

    Would it be simpler to just use the new variable without a lambda?
    
    ```
    TaskState newState = latestState.getOrElse(status.state());
    ```


- Jiang Yan Xu


On Jan. 2, 2018, 4:26 p.m., James Peach wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/64898/
> -----------------------------------------------------------
> 
> (Updated Jan. 2, 2018, 4:26 p.m.)
> 
> 
> Review request for mesos and Jiang Yan Xu.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> When we get a task update and check whether the latest state
> indicated that the task is removable, invoke a local lambda
> function so that we don't duplicate the same code for both
> the current and latest states.
> 
> 
> Diffs
> -----
> 
>   src/master/master.cpp 03eb178fa1af7d55ae387e6cb42cdc8d721a2196 
> 
> 
> Diff: https://reviews.apache.org/r/64898/diff/2/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> James Peach
> 
>

Reply via email to