-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57836/
-----------------------------------------------------------
(Updated March 22, 2017, 12:38 p.m.)
Review request for mesos, Benjamin Mahler and Michael Park.
Changes
-------
Updated testing info.
Bugs: MESOS-7281
https://issues.apache.org/jira/browse/MESOS-7281
Repository: mesos
Description
-------
Patch in r/57108 introduced framework info updates. When a patched agent
is used with not patched master it will accept a default-intialized
framework info with an empty framework ID. This will cause an agent
abort when it tries to launch a new task for the updated framework. This
change fixes it.
Diffs
-----
src/slave/slave.cpp a4f4a9ca80b726de8e07571fd6d93120947c278b
Diff: https://reviews.apache.org/r/57836/diff/1/
Testing (updated)
-------
Ran `make check`. Verified manually by launching a task, forcing a framework to
failover to make the master send an `UpdateFrameworkMessage` and launching more
tasks.
Thanks,
Ilya Pronin