You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2018/12/21 00:01:13 UTC

[mesos] branch master updated (40210db -> d262c5d)

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

chhsiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 40210db  Added validation for framework IDs.
     new 346c2a3  Added MESOS-9480 to the 1.5.2 CHANGELOG.
     new f689142  Added MESOS-9480 to the 1.4.3 CHANGELOG.
     new d262c5d  Removed the unnecessary `-Wno-array-bounds` flag for gRPC build.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 3rdparty/Makefile.am | 4 ----
 CHANGELOG            | 2 ++
 2 files changed, 2 insertions(+), 4 deletions(-)


[mesos] 01/03: Added MESOS-9480 to the 1.5.2 CHANGELOG.

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 346c2a30fa30a1495cb74bb1daa29b216c4601ef
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Tue Dec 18 14:56:59 2018 -0800

    Added MESOS-9480 to the 1.5.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 78c4b96..c61e6ff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -894,6 +894,7 @@ Release Notes - Mesos - Version 1.5.2
   * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting cgroups_root.
   * [MESOS-9308] - URI disk profile adaptor could deadlock.
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
+  * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
 
 
 Release Notes - Mesos - Version 1.5.1


[mesos] 03/03: Removed the unnecessary `-Wno-array-bounds` flag for gRPC build.

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit d262c5d59baa3b96ab9001bd6dcdd4b64c9495be
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Wed Dec 19 14:25:55 2018 -0800

    Removed the unnecessary `-Wno-array-bounds` flag for gRPC build.
---
 3rdparty/Makefile.am | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am
index e625e7b..a14216c 100644
--- a/3rdparty/Makefile.am
+++ b/3rdparty/Makefile.am
@@ -449,16 +449,12 @@ $(LIB_GRPC): $(GRPC)-build-stamp
 #
 # We use EXTRA_CPPFLAGS to pass `-Wno-error`, because that one needs to be
 # appended and not prepended to the constructed flags.
-#
-# NOTE: We ignore `array-bounds` errors generated by the GLIBC's `__strcmp_cg`
-# macro used in gRPC's c-ares library when compiled with Clang.
 $(GRPC)-build-stamp: $(GRPC)-stamp			\
                      $(PROTOBUF)-build-stamp
 	cd $(GRPC) &&					\
 	  CPPFLAGS="$(PROTOBUF_INCLUDE_FLAGS)		\
 	            $(SSL_INCLUDE_FLAGS)		\
 	            $(ZLIB_INCLUDE_FLAGS)		\
-	            -Wno-array-bounds			\
 	            $(CPPFLAGS)"			\
 	  CFLAGS="$(CFLAGS)"				\
 	  CXXFLAGS="$(CXXFLAGS)"			\


[mesos] 02/03: Added MESOS-9480 to the 1.4.3 CHANGELOG.

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit f689142e40d0e819bcda58df31e4f1edd912d7c4
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Tue Dec 18 15:05:18 2018 -0800

    Added MESOS-9480 to the 1.4.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index c61e6ff..c973bc1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1441,6 +1441,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [MESOS-9283] - Docker containerizer actor can get backlogged with large number of containers.
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
   * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.
+  * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
 
 
 Release Notes - Mesos - Version 1.4.2