You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Adam B <ad...@mesosphere.io> on 2014/05/02 20:20:31 UTC

Review Request 21017: MESOS-1264: Fixed slave authentication to prevent a full disconnect.

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

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


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


Repository: mesos-git


Description
-------

Changed master to only remove a slave's frameworks and offers on exited,
not on reauthenticate. Still disconnects at the allocator in both cases.


Diffs
-----

  src/master/master.hpp a6737d5 
  src/master/master.cpp 8efa2c9 

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


Testing
-------

make check
./bin/mesos-tests.sh --gtest_filter=FaultToleranceTest.ReconcileIncompleteTasks --gtest_repeat=-1 --gtest_break_on_failure


Thanks,

Adam B


Re: Review Request 21017: MESOS-1264: Fixed slave authentication to prevent a full disconnect.

Posted by Vinod Kone <vi...@gmail.com>.

> On May 2, 2014, 6:53 p.m., Vinod Kone wrote:
> > src/master/master.cpp, lines 1289-1290
> > <https://reviews.apache.org/r/21017/diff/1/?file=573738#file573738line1289>
> >
> >     Update the log message. How about?
> >     
> >     LOG(INFO) << "Removing framework " << frameworkId 
> >               << " from disconnected slave " << *slave 
> >               << " because " << slave->info.checkpoint() ? "slave is not checkpointing" : "framework is not checkpointing";

s/slave->info.checkpoint()/!slave->info.checkpoint()/


- Vinod


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


On May 2, 2014, 6:20 p.m., Adam B wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21017/
> -----------------------------------------------------------
> 
> (Updated May 2, 2014, 6:20 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone.
> 
> 
> Bugs: MESOS-1264
>     https://issues.apache.org/jira/browse/MESOS-1264
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Changed master to only remove a slave's frameworks and offers on exited,
> not on reauthenticate. Still disconnects at the allocator in both cases.
> 
> 
> Diffs
> -----
> 
>   src/master/master.hpp a6737d5 
>   src/master/master.cpp 8efa2c9 
> 
> Diff: https://reviews.apache.org/r/21017/diff/
> 
> 
> Testing
> -------
> 
> make check
> ./bin/mesos-tests.sh --gtest_filter=FaultToleranceTest.ReconcileIncompleteTasks --gtest_repeat=-1 --gtest_break_on_failure
> 
> 
> Thanks,
> 
> Adam B
> 
>


Re: Review Request 21017: MESOS-1264: Fixed slave authentication to prevent a full disconnect.

Posted by Vinod Kone <vi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21017/#review42039
-----------------------------------------------------------

Ship it!



src/master/master.cpp
<https://reviews.apache.org/r/21017/#comment75783>

    Kill this.



src/master/master.cpp
<https://reviews.apache.org/r/21017/#comment75782>

    Update the log message. How about?
    
    LOG(INFO) << "Removing framework " << frameworkId 
              << " from disconnected slave " << *slave 
              << " because " << slave->info.checkpoint() ? "slave is not checkpointing" : "framework is not checkpointing";


- Vinod Kone


On May 2, 2014, 6:20 p.m., Adam B wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21017/
> -----------------------------------------------------------
> 
> (Updated May 2, 2014, 6:20 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone.
> 
> 
> Bugs: MESOS-1264
>     https://issues.apache.org/jira/browse/MESOS-1264
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Changed master to only remove a slave's frameworks and offers on exited,
> not on reauthenticate. Still disconnects at the allocator in both cases.
> 
> 
> Diffs
> -----
> 
>   src/master/master.hpp a6737d5 
>   src/master/master.cpp 8efa2c9 
> 
> Diff: https://reviews.apache.org/r/21017/diff/
> 
> 
> Testing
> -------
> 
> make check
> ./bin/mesos-tests.sh --gtest_filter=FaultToleranceTest.ReconcileIncompleteTasks --gtest_repeat=-1 --gtest_break_on_failure
> 
> 
> Thanks,
> 
> Adam B
> 
>


Re: Review Request 21017: MESOS-1264: Fixed slave authentication to prevent a full disconnect.

Posted by Adam B <ad...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21017/
-----------------------------------------------------------

(Updated May 2, 2014, 1:10 p.m.)


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


Changes
-------

Updated comments and log message based on Vinod's feedback.


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


Repository: mesos-git


Description
-------

Changed master to only remove a slave's frameworks and offers on exited,
not on reauthenticate. Still disconnects at the allocator in both cases.


Diffs (updated)
-----

  src/master/master.hpp a6737d5 
  src/master/master.cpp 8efa2c9 

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


Testing
-------

make check
./bin/mesos-tests.sh --gtest_filter=FaultToleranceTest.ReconcileIncompleteTasks --gtest_repeat=-1 --gtest_break_on_failure


Thanks,

Adam B