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




src/master/master.cpp (lines 2085 - 2088)
<https://reviews.apache.org/r/45808/#comment190689>

    we always use braces around our if and else blocks.
    
    if () {
    
    } else {
    
    }



src/master/master.cpp (lines 2285 - 2288)
<https://reviews.apache.org/r/45808/#comment190691>

    ditto.


- Vinod Kone


On April 6, 2016, 8:59 a.m., fan du wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45808/
> -----------------------------------------------------------
> 
> (Updated April 6, 2016, 8:59 a.m.)
> 
> 
> Review request for mesos, Ben Mahler and Vinod Kone.
> 
> 
> Bugs: MESOS-4981
>     https://issues.apache.org/jira/browse/MESOS-4981
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This change will cover three cases:
> 1. Directly call {re}registerFramework
> 2. Through HTTP call
> 3. Through MesosSchedulerDriver
> 
> Suggested by Benjamin Mahler to introspect framework_info.id.
> 
> 
> Diffs
> -----
> 
>   src/master/master.cpp 2cfa5075991bbb5df8a7e33b14767de558bda4ac 
> 
> Diff: https://reviews.apache.org/r/45808/diff/
> 
> 
> Testing
> -------
> 
> 1. I can use 'docker-no-executor-framework' to reproduce/verify the issue.
> 
> "master/messages_register_framework": 1.0,
> "master/messages_reregister_framework": 0.0,
> 
> 
> Thanks,
> 
> fan du
> 
>

Reply via email to