This is an automated email from the ASF dual-hosted git repository.
bmahler 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 cbc6f19 Added MESOS-9554 to the 1.7.x CHANGELOG.
cbc6f19 is described below
commit cbc6f1994066c82471c400a9910ae983a1b499fe
Author: Benjamin Mahler <[email protected]>
AuthorDate: Tue Feb 12 16:13:31 2019 -0500
Added MESOS-9554 to the 1.7.x CHANGELOG.
---
CHANGELOG | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG b/CHANGELOG
index 3014a15..0f13a5c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.7.2 (WIP)
* [MESOS-9531] - chown error handling is incorrect in createSandboxDirectory.
* [MESOS-9532] - ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky.
* [MESOS-9533] - CniIsolatorTest.ROOT_CleanupAfterReboot is flaky.
+ * [MESOS-9554] - Allocator might skip allocations because a single framework
is incapable of receiving certain resources.
Release Notes - Mesos - Version 1.7.1
-------------------------------------