-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42844/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-4255
https://issues.apache.org/jira/browse/MESOS-4255
Repository: mesos
Description
-------
Previously, we did not use to drop `404 NotFound` responses in the library and
send `Event::Error` to executor. However, this can be trigerred upon an agent
restart when it has not yet set up HTTP routes.
Diffs
-----
src/executor/executor.cpp 92334ffb8af83b1c86c44bd406147893c7c6daa3
Diff: https://reviews.apache.org/r/42844/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar