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


Fix it, then Ship it!




Thanks for the cleanup Ben!


src/master/allocator/mesos/hierarchical.cpp
Lines 549 (patched)
<https://reviews.apache.org/r/64238/#comment270953>

    Let's be less alarmist and  `s/!/.`.



src/master/allocator/mesos/hierarchical.cpp
Lines 674 (patched)
<https://reviews.apache.org/r/64238/#comment270952>

    Let's be less alarmist and  `s/!/.`.



src/master/allocator/mesos/hierarchical.cpp
Lines 676 (patched)
<https://reviews.apache.org/r/64238/#comment270951>

    We will only call `addResourceProvider` after `slaveId` has been added to 
the allocator (`addResourceProvider` is triggered by `UpdateSlaveMessage` which 
will only be sent after registration).
    
    We still might run into case (2) here where there are pending offer 
operations by some framework on the added resource provider and we never ran 
any tasks from that framework on that agent so the `FrameworkInfo` is unknown 
to the agent.


- Benjamin Bannier


On Dec. 1, 2017, 2:05 a.m., Benjamin Mahler wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/64238/
> -----------------------------------------------------------
> 
> (Updated Dec. 1, 2017, 2:05 a.m.)
> 
> 
> Review request for mesos, Benjamin Bannier, Jie Yu, Michael Park, and Meng 
> Zhu.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> A helper was introduced for tracking allocated resources in the
> sorters. This updates the code to allow the other two copies of
> this code to use the function.
> 
> This also documents some of the addFramework/addSlave cases.
> 
> 
> Diffs
> -----
> 
>   src/master/allocator/mesos/hierarchical.hpp 
> 3c87dc797cf70f3aa48b1ed9f86d673d4ea2fe76 
>   src/master/allocator/mesos/hierarchical.cpp 
> ab2abf868f9252154d934243521622c5cb107182 
> 
> 
> Diff: https://reviews.apache.org/r/64238/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Benjamin Mahler
> 
>

Reply via email to