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 2019/01/24 23:05:58 UTC

[mesos] 05/05: Fixed JIRA list in 1.5.1 release blog.

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

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

commit f317dfd5de5f13993a15a2b0c1578b8adee2be9d
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Thu Jan 24 15:01:16 2019 -0800

    Fixed JIRA list in 1.5.1 release blog.
    
    (cherry picked from commit 693071aacf098567256bd2797d94a477a53f6f3f)
---
 .../source/blog/2018-05-31-mesos-1-5-1-released.md | 46 ++++++++++++++++------
 1 file changed, 35 insertions(+), 11 deletions(-)

diff --git a/site/source/blog/2018-05-31-mesos-1-5-1-released.md b/site/source/blog/2018-05-31-mesos-1-5-1-released.md
index 13bef9b..d2083e1 100644
--- a/site/source/blog/2018-05-31-mesos-1-5-1-released.md
+++ b/site/source/blog/2018-05-31-mesos-1-5-1-released.md
@@ -12,17 +12,41 @@ tags: Release
 
 The latest Mesos 1.5.x release, 1.5.1, is now available for [download](http://mesos.apache.org/downloads). This release includes important bug fixes and improvements on top of 1.5.0. It is recommended to use this version if you are considering using Mesos 1.5. More specifically, this release includes the following:
 
-* [MESOS-7873](https://issues.apache.org/jira/browse/MESOS-7873) - Expose `ExecutorInfo.ContainerInfo.NetworkInfo` in Mesos `state` endpoint.
-* [MESOS-7921](https://issues.apache.org/jira/browse/MESOS-7921) - ProcessManager::resume sometimes crashes accessing EventQueue.
-* [MESOS-7964](https://issues.apache.org/jira/browse/MESOS-7964) - Heavy-duty GC makes the agent unresponsive.
-* [MESOS-7968](https://issues.apache.org/jira/browse/MESOS-7968) - Handle `/proc/self/ns/pid_for_children` when parsing available namespace.
-* [MESOS-7969](https://issues.apache.org/jira/browse/MESOS-7969) - Handle cgroups v2 hierarchy when parsing /proc/self/cgroups.
-* [MESOS-7980](https://issues.apache.org/jira/browse/MESOS-7980) - Stout fails to compile with libc >= 2.26.
-* [MESOS-8051](https://issues.apache.org/jira/browse/MESOS-8051) - Killing TASK_GROUP fail to kill some tasks.
-* [MESOS-8080](https://issues.apache.org/jira/browse/MESOS-8080) - The default executor does not propagate missing task exit status correctly.
-* [MESOS-8090](https://issues.apache.org/jira/browse/MESOS-8090) - Mesos 1.4.0 crashes with 1.3.x agent with oversubscription
-* [MESOS-8135](https://issues.apache.org/jira/browse/MESOS-8135) - Masters can lose track of tasks' executor IDs.
-* [MESOS-8169](https://issues.apache.org/jira/browse/MESOS-8169) - Incorrect master validation forces executor IDs to be globally unique.
+* [MESOS-1720](https://issues.apache.org/jira/browse/MESOS-1720) - Slave should send exited executor message when the executor is never launched.
+* [MESOS-7742](https://issues.apache.org/jira/browse/MESOS-7742) - Race conditions in IOSwitchboard: listening on unix socket and premature closing of the connection.
+* [MESOS-8125](https://issues.apache.org/jira/browse/MESOS-8125) - Agent should properly handle recovering an executor when its pid is reused.
+* [MESOS-8411](https://issues.apache.org/jira/browse/MESOS-8411) - Killing a queued task can lead to the command executor never terminating.
+* [MESOS-8416](https://issues.apache.org/jira/browse/MESOS-8416) - CHECK failure if trying to recover nested containers but the framework checkpointing is not enabled.
+* [MESOS-8468](https://issues.apache.org/jira/browse/MESOS-8468) - `LAUNCH_GROUP` failure tears down the default executor.
+* [MESOS-8488](https://issues.apache.org/jira/browse/MESOS-8488) - Docker bug can cause unkillable tasks.
+* [MESOS-8510](https://issues.apache.org/jira/browse/MESOS-8510) - URI disk profile adaptor does not consider plugin type for a profile.
+* [MESOS-8536](https://issues.apache.org/jira/browse/MESOS-8536) - Pending offer operations on resource provider resources not properly accounted for in allocator.
+* [MESOS-8550](https://issues.apache.org/jira/browse/MESOS-8550) - Bug in `Master::detected()` leads to coredump in `MasterZooKeeperTest.MasterInfoAddress`.
+* [MESOS-8552](https://issues.apache.org/jira/browse/MESOS-8552) - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
+* [MESOS-8565](https://issues.apache.org/jira/browse/MESOS-8565) - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.
+* [MESOS-8569](https://issues.apache.org/jira/browse/MESOS-8569) - Allow newline characters when decoding base64 strings in stout.
+* [MESOS-8574](https://issues.apache.org/jira/browse/MESOS-8574) - Docker executor makes no progress when 'docker inspect' hangs.
+* [MESOS-8575](https://issues.apache.org/jira/browse/MESOS-8575) - Improve discard handling for 'Docker::stop' and 'Docker::pull'.
+* [MESOS-8576](https://issues.apache.org/jira/browse/MESOS-8576) - Improve discard handling of 'Docker::inspect()'.
+* [MESOS-8577](https://issues.apache.org/jira/browse/MESOS-8577) - Destroy nested container if `LAUNCH_NESTED_CONTAINER_SESSION` fails.
+* [MESOS-8594](https://issues.apache.org/jira/browse/MESOS-8594) - Mesos master stack overflow in libprocess socket send loop.
+* [MESOS-8598](https://issues.apache.org/jira/browse/MESOS-8598) - Allow empty resource provider selector in `UriDiskProfileAdaptor`.
+* [MESOS-8601](https://issues.apache.org/jira/browse/MESOS-8601) - Master crashes during slave reregistration after failover.
+* [MESOS-8604](https://issues.apache.org/jira/browse/MESOS-8604) - Quota headroom tracking may be incorrect in the presence of hierarchical reservation.
+* [MESOS-8605](https://issues.apache.org/jira/browse/MESOS-8605) - Terminal task status update will not send if 'docker inspect' is hung.
+* [MESOS-8619](https://issues.apache.org/jira/browse/MESOS-8619) - Docker on Windows uses `USERPROFILE` instead of `HOME` for credentials.
+* [MESOS-8624](https://issues.apache.org/jira/browse/MESOS-8624) - Valid tasks may be explicitly dropped by agent due to race conditions.
+* [MESOS-8631](https://issues.apache.org/jira/browse/MESOS-8631) - Agent should be able to start a task with every CPU on a Windows machine.
+* [MESOS-8641](https://issues.apache.org/jira/browse/MESOS-8641) - Event stream could send heartbeat before subscribed.
+* [MESOS-8646](https://issues.apache.org/jira/browse/MESOS-8646) - Agent should be able to resolve file names on open files.
+* [MESOS-8651](https://issues.apache.org/jira/browse/MESOS-8651) - Potential memory leaks in the `volume/sandbox_path` isolator.
+* [MESOS-8741](https://issues.apache.org/jira/browse/MESOS-8741) - `Add` to sequence will not run if it races with sequence destruction.
+* [MESOS-8742](https://issues.apache.org/jira/browse/MESOS-8742) - Agent resource provider config API calls should be idempotent.
+* [MESOS-8786](https://issues.apache.org/jira/browse/MESOS-8786) - CgroupIsolatorProcess accesses subsystem processes directly.
+* [MESOS-8787](https://issues.apache.org/jira/browse/MESOS-8787) - RP-related API should be experimental.
+* [MESOS-8876](https://issues.apache.org/jira/browse/MESOS-8876) - Normal exit of Docker container using rexray volume results in TASK_FAILED.
+* [MESOS-8881](https://issues.apache.org/jira/browse/MESOS-8881) - Enable epoll backend in libevent integration.
+* [MESOS-8885](https://issues.apache.org/jira/browse/MESOS-8885) - Disable libevent debug mode.
 
 Full release notes are available in the release [CHANGELOG](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.5.1)