You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Jiang Yan Xu <ya...@jxu.me> on 2013/12/18 00:53:08 UTC

Review Request 16333: Fixed a bug that can cause Master to produce a growing number of leader detection loops.

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

Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone.


Bugs: MESOS-884
    https://issues.apache.org/jira/browse/MESOS-884


Repository: mesos-git


Description
-------

Should alway use auction working with multiple async loops. Launching them in initialize() and making sure they don't cross their paths is good practice.


Diffs
-----

  src/master/master.cpp dd6111946289b82008a66e46df8ef5e538de70ea 

Diff: https://reviews.apache.org/r/16333/diff/


Testing
-------

make check.


Thanks,

Jiang Yan Xu


Re: Review Request 16333: Fixed a bug that can cause Master to produce a growing number of leader detection loops.

Posted by Ben Mahler <be...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16333/#review30595
-----------------------------------------------------------

Ship it!


Ship It!

- Ben Mahler


On Dec. 17, 2013, 11:53 p.m., Jiang Yan Xu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16333/
> -----------------------------------------------------------
> 
> (Updated Dec. 17, 2013, 11:53 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone.
> 
> 
> Bugs: MESOS-884
>     https://issues.apache.org/jira/browse/MESOS-884
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Should alway use auction working with multiple async loops. Launching them in initialize() and making sure they don't cross their paths is good practice.
> 
> 
> Diffs
> -----
> 
>   src/master/master.cpp dd6111946289b82008a66e46df8ef5e538de70ea 
> 
> Diff: https://reviews.apache.org/r/16333/diff/
> 
> 
> Testing
> -------
> 
> make check.
> 
> 
> Thanks,
> 
> Jiang Yan Xu
> 
>