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



src/log/coordinator.cpp
<https://reviews.apache.org/r/14902/#comment54999>

    Also, any reason not to do:
    
    writing = ...
      .then(...)
      .then(...)
      .then(...)
      .then(...)
      .onReady(...)
      .onFailed(...)
      .onDiscarded(...);
    
    The same for electing above too?


- Benjamin Hindman


On Nov. 5, 2013, 12:50 a.m., Jie Yu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14902/
> -----------------------------------------------------------
> 
> (Updated Nov. 5, 2013, 12:50 a.m.)
> 
> 
> Review request for mesos and Benjamin Hindman.
> 
> 
> Bugs: MESOS-736
>     https://issues.apache.org/jira/browse/MESOS-736
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Libprocessify the coordinator.
> 
> 
> Diffs
> -----
> 
>   src/log/coordinator.hpp 3f6fb7c 
>   src/log/coordinator.cpp 6e6466f 
>   src/tests/log_tests.cpp ff5f86c 
> 
> Diff: https://reviews.apache.org/r/14902/diff/
> 
> 
> Testing
> -------
> 
> bin/mesos-tests.sh --gtest_filter=*CoordinatorTest*:*LogTest*:*ReplicaTest* 
> --gtest_repeat=100
> 
> 
> Thanks,
> 
> Jie Yu
> 
>

Reply via email to