You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2018/05/04 22:45:31 UTC

[1/2] mesos git commit: Added MESOS-8054 to the 1.6 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 10f0345d2 -> cf3b4352b


Added MESOS-8054 to the 1.6 CHANGELOG.

Review: https://reviews.apache.org/r/66965/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c80cf161
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c80cf161
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c80cf161

Branch: refs/heads/master
Commit: c80cf1612afa11ab2a2c42527683f365adb54683
Parents: 10f0345
Author: Greg Mann <gr...@gmail.com>
Authored: Fri May 4 15:31:57 2018 -0700
Committer: Greg Mann <gr...@gmail.com>
Committed: Fri May 4 15:31:57 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c80cf161/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 02c7d6f..f6fb0d6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,10 @@ This release contains the following new features:
   * [MESOS-7944] - **Experimental** Added a new `MemoryProfiler` class to
     libprocess to aid in debugging memory issues.
 
+  * [MESOS-8054] - Schedulers can now receive feedback about offer operations
+    which operate on resources managed by resource providers. In the future,
+    this feature will be extended to operations on agent default resources.
+
   * [MESOS-8534] - **Experimental** A nested container is now allowed
     to join a separate CNI network than its parent container.
 


[2/2] mesos git commit: Added unresolved critical issues to the 1.6 CHANGELOG.

Posted by gr...@apache.org.
Added unresolved critical issues to the 1.6 CHANGELOG.

Review: https://reviews.apache.org/r/66969/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cf3b4352
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cf3b4352
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cf3b4352

Branch: refs/heads/master
Commit: cf3b4352bcf31c8bbd326e4e24046f49e7d839e1
Parents: c80cf16
Author: Greg Mann <gr...@gmail.com>
Authored: Fri May 4 15:33:51 2018 -0700
Committer: Greg Mann <gr...@gmail.com>
Committed: Fri May 4 15:33:51 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/cf3b4352/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f6fb0d6..1edc499 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -59,6 +59,38 @@ Additional API Changes:
 Changes to Dependencies:
   * Upgraded minimum required gRPC library to version 1.10+ for gRPC-enabled builds.
 
+Unresolved Critical Issues:
+  * [MESOS-8840] - `cpu.cfs_quota_us` may be accidentally set for command task using docker during agent recovery.
+  * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data
+  * [MESOS-8803] - Libprocess deadlocks in a test.
+  * [MESOS-8769] - Agent crashes when CNI config not defined
+  * [MESOS-8731] - mesos master APIs become latent
+  * [MESOS-8703] - Mesos master can`t reconnect to zookeeper
+  * [MESOS-8679] - If the first KILL stuck in the default executor, all other KILLs will be ignored.
+  * [MESOS-8623] - Crashed framework brings down the whole Mesos cluster
+  * [MESOS-8522] - `prepareMounts` in Mesos containerizer is flaky.
+  * [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-8137] - Mesos agent can hang during startup.
+  * [MESOS-7991] - fatal, check failed !framework->recovered()
+  * [MESOS-7966] - check for maintenance on agent causes fatal error
+  * [MESOS-7911] - Non-checkpointing framework's tasks should not be marked LOST when agent disconnects.
+  * [MESOS-7748] - Slow subscribers of streaming APIs can lead to Mesos OOMing.
+  * [MESOS-7721] - Master's agent removal rate limit also applies to agent unreachability.
+  * [MESOS-7622] - Agent can crash if a HTTP executor tries to retry subscription in running state.
+  * [MESOS-7566] - Master crash due to failed check in DRFSorter::remove
+  * [MESOS-7386] - Executor not cleaning up existing running docker containers if external logrotate/logger processes die/killed
+  * [MESOS-6632] - ContainerLogger might leak FD if container launch fails.
+  * [MESOS-5995] - Protobuf JSON deserialisation does not accept numbers formated as strings
+  * [MESOS-5989] - Libevent SSL Socket downgrade code accesses uninitialized memory / assumes single peek is sufficient.
+  * [MESOS-5396] - After failover, master does not remove agents with same UPID.
+  * [MESOS-3747] - HTTP Scheduler API no longer allows FrameworkInfo.user to be empty string
+  * [MESOS-3533] - Unable to find and run URIs files
+  * [MESOS-2842] - Update FrameworkInfo.principal on framework re-registration
+  * [MESOS-2774] - SIGSEGV received during process::MessageEncoder::encode()
+  * [MESOS-2554] - Slave flaps when using --slave_subsystems that are not used for isolation.
+  * [MESOS-1718] - Command executor can overcommit the agent.
+
 All Resolved Issues:
 
 ** Bug