This is an automated email from the ASF dual-hosted git repository.
abudnik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new fc8847d Added MESOS-9695 to the 1.4.4 CHANGELOG.
fc8847d is described below
commit fc8847d0002a6c937e59341aace12e739102449d
Author: Andrei Budnik <[email protected]>
AuthorDate: Wed May 1 12:25:30 2019 +0200
Added MESOS-9695 to the 1.4.4 CHANGELOG.
---
CHANGELOG | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG b/CHANGELOG
index 1a4d782..f3f6f92 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1979,6 +1979,7 @@ Release Notes - Mesos - Version 1.4.4 (WIP)
** Bug
* [MESOS-9507] - Agent could not recover due to empty docker volume
checkpointed files.
+ * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
** Improvement:
* [MESOS-9159] - Support Foreign URLs in docker registry puller.