diff --git a/CHANGELOG b/CHANGELOG index eddff76e666..cf8dbac3e20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP) * [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-8171] - Using a failoverTimeout of 0 with Mesos native scheduler client can result in infinite subscribe loop. * [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. * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.