You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/10/19 23:38:44 UTC

[mesos] 03/03: Added MESOS-8978 to 1.5.2 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit a66a61187966b60ed8afe700aa58326b9611b853
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Fri Oct 19 16:38:03 2018 -0700

    Added MESOS-8978 to 1.5.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 40417c3..099445a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -817,6 +817,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8947] - Improve the container preparing logging in IOSwitchboard and volume/secret isolator.
   * [MESOS-8952] - process::await/collect n^2 performance issue.
   * [MESOS-8963] - Executor crash trying to print container ID.
+  * [MESOS-8978] - Command executor calling setsid breaks the tty support.
   * [MESOS-8980] - mesos-slave can deadlock with docker pull.
   * [MESOS-8986] - `slave.available()` in the allocator is expensive and drags down allocation performance.
   * [MESOS-8987] - Master asks agent to shutdown upon auth errors.