You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2018/08/22 01:21:40 UTC

[mesos] branch 1.7.x updated: Added MESOS-8884 to 1.7.0 CHANGELOG.

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

chhsiao 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 988fb3b816 Added MESOS-8884 to 1.7.0 CHANGELOG.
988fb3b816 is described below

commit 988fb3b8160c1c785419d5eb3f8ba25e18c227be
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Tue Aug 21 18:20:33 2018 -0700

    Added MESOS-8884 to 1.7.0 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index aa63f75..2220511 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -182,6 +182,7 @@ All Resolved Issues:
   * [MESOS-8871] - Agent may fail to recover if the agent dies before image store cache checkpointed.
   * [MESOS-8873] - StorageLocalResourceProviderTest.ROOT_ZeroSizedDisk is flaky.
   * [MESOS-8875] - `leveldb::PosixEnv::DeleteFile()` can segfault.
+  * [MESOS-8884] - Flaky `DockerContainerizerTest.ROOT_DOCKER_MaxCompletionTime`.
   * [MESOS-8892] - MasterSlaveReconciliationTest.ReconcileDroppedOperation is flaky
   * [MESOS-8897] - ROOT_XFS_QuotaTest.DiskUsageExceedsQuotaWithKill is flaky
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.