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

Review request for mesos, Alexander Rukletsov, Benjamin Mahler, Greg Mann, and 
Till Toenshoff.


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


Repository: mesos


Description
-------

The `Framework::send` function assumes that either `http` or `pid` is
set, which is not true for a unregistered framework recovered from agent
reregistration. As a result, the master would crash when a recovered
executor tries to send a message to such a framework. This patch fixes
this crash bug.


Diffs
-----

  src/master/master.hpp 3b3c1a4e61de9503c8d038dd3bee623ded5914c9 
  src/master/master.cpp b4b02d8b4d7d6d1aabda1f97b9bf824419f76a9e 


Diff: https://reviews.apache.org/r/69451/diff/1/


Testing
-------

make check


Thanks,

Chun-Hung Hsiao

Reply via email to