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

Ship it!



src/slave/slave.cpp
<https://reviews.apache.org/r/21464/#comment77324>

    It seems like we would need a bit of a refactor to make 'authenticate' 
asynchronous. Do we want to add a 'state' for 'AUTHENTICATED'?
    
    Authenticating slave:
    
    DISCONNECTED <--> AUTHENTICATED --> RUNNING
          ^                               |
          |                               |
          +-------------------------------+
    
    Non-Auth slave:
    
    DISCONNECTED <--> RUNNING
    
    Maybe a hint about this in the comment?


- Ben Mahler


On May 15, 2014, 2:52 a.m., Vinod Kone wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21464/
> -----------------------------------------------------------
> 
> (Updated May 15, 2014, 2:52 a.m.)
> 
> 
> Review request for mesos, Ben Mahler and Jiang Yan Xu.
> 
> 
> Bugs: MESOS-1276
>     https://issues.apache.org/jira/browse/MESOS-1276
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   src/slave/constants.hpp c0975254d51fc21dbf3bc006b3169886347f0a3f 
>   src/slave/constants.cpp 1854b16f2c1ed2ae51d2061b0338c3eda4f3b403 
>   src/slave/flags.hpp 8616817b9602f6ccf56e2af61f36c1bd295df1a1 
>   src/slave/slave.hpp 29d2a1607a2b3c4443ea14d1cc2b61a065df3cad 
>   src/slave/slave.cpp 4a8adf0efdd9a230a1f91d8d944fc6145a26b7c4 
>   src/tests/fault_tolerance_tests.cpp 
> 4796149beb10a6c668762f5efecd86520b809c42 
>   src/tests/master_tests.cpp d74fc94dc63e169b360baac15127b03e124a7cec 
>   src/tests/mesos.cpp 7f59b72105ebf9e7d1e5e97b18d814f5ecdda50d 
>   src/tests/slave_recovery_tests.cpp 85c57b29f6a56683e0df9788dea64ebb36e00812 
>   src/tests/slave_tests.cpp 29dc7d434646998b04481e9ae6fe8589d7fed8e7 
> 
> Diff: https://reviews.apache.org/r/21464/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Vinod Kone
> 
>

Reply via email to