Added MESOS-8125 to the 1.4.2 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3cc631fc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3cc631fc Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3cc631fc Branch: refs/heads/1.4.x Commit: 3cc631fca03672bc4a7d7385ca4695170245e640 Parents: 71862f9 Author: Qian Zhang <[email protected]> Authored: Fri Feb 2 17:05:13 2018 +0800 Committer: Qian Zhang <[email protected]> Committed: Fri Feb 2 17:05:13 2018 +0800 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3cc631fc/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 7d1f843..090d14c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP) ** Bug * [MESOS-7504] - Parent's mount namespace cannot be determined when launching a nested container. * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed. + * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused. * [MESOS-8159] - ns::clone uses an async signal unsafe stack. * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers. * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched.
