This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit d6a2b1b0946a7a3c9670a4c471bfedf836682b2c Author: Chun-Hung Hsiao <chhs...@mesosphere.io> AuthorDate: Wed Apr 10 14:03:53 2019 -0700 Added MESOS-8467 to the 1.8.0 CHANGELOG. --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index eec6093..bcaf288 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -40,7 +40,6 @@ Unresolved Critical Issues: * [MESOS-8769] Agent crashes when CNI config not defined * [MESOS-8679] If the first KILL stuck in the default executor, all other KILLs will be ignored. * [MESOS-8608] RmdirContinueOnErrorTest.RemoveWithContinueOnError fails. - * [MESOS-8467] Destroyed executors might be used after `Slave::publishResource()`. * [MESOS-8257] Unified Containerizer "leaks" a target container mount path to the host FS when the target resolves to an absolute path * [MESOS-8256] Libprocess can silently deadlock due to worker thread exhaustion. * [MESOS-8096] Enqueueing events in MockHTTPScheduler can lead to segfaults. @@ -69,6 +68,7 @@ All Resolved Issues: * [MESOS-7883] - Quota heuristic check not accounting for mount volumes * [MESOS-8156] - Add a socketpair helper to the stout net API * [MESOS-8343] - SchedulerHttpApiTest.UpdatePidToHttpScheduler is flaky. + * [MESOS-8467] - Destroyed executors might be used after `Slave::publishResource()`. * [MESOS-8470] - CHECK failure in DRFSorter due to invalid framework id. * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky. * [MESOS-8547] - Mount devpts with compatible defaults.