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:39:31 UTC

[mesos] branch 1.7.x updated: Added MESOS-8978 to 1.7.1 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.7.x by this push:
     new 6a92ff8  Added MESOS-8978 to 1.7.1 CHANGELOG.
6a92ff8 is described below

commit 6a92ff89c6279c3156a4b80d689099571a4bc944
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Fri Oct 19 16:36:53 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index f86f9a7..bd5e06f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
 
 ** Bug
   * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
+  * [MESOS-8978] - Command executor calling setsid breaks the tty support.
   * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks.
   * [MESOS-9228] - SLRP does not clean up plugin containers after it is removed.
   * [MESOS-9231] - `docker inspect` may return an unexpected result to Docker executor due to a race condition.