You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2018/09/04 02:55:35 UTC

[mesos] branch master updated (06301a8 -> b058779)

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

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


    from 06301a8  Replaced javah with `javac -c` for newer JDKs.
     new 65a5ffa  Added MESOS-8921 to CHANGELOG for 1.7.0.
     new 7e4be4e  Added MESOS-8921 to CHANGELOG for 1.6.2.
     new 5b5a25f  Added MESOS-8921 to CHANGELOG for 1.5.2.
     new b058779  Added MESOS-8921 to CHANGELOG for 1.4.3.

The 4 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:
 CHANGELOG | 4 ++++
 1 file changed, 4 insertions(+)


[mesos] 03/04: Added MESOS-8921 to CHANGELOG for 1.5.2.

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

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

commit 5b5a25f85fe4c25069d8f2e7369d015d79c56adf
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Mon Sep 3 18:21:53 2018 -0400

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

diff --git a/CHANGELOG b/CHANGELOG
index 7569bcc..c489b3e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -756,6 +756,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
   * [MESOS-8917] - Agent leaking file descriptors into forked processes
+  * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [MESOS-8935] - Quota limit "chopping" can lead to cpu-only and memory-only offers.
   * [MESOS-8936] - Implement a Random Sorter for offer allocations.
   * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.


[mesos] 02/04: Added MESOS-8921 to CHANGELOG for 1.6.2.

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

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

commit 7e4be4e1d2cd99e12e80e8c23a24effc744fd448
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Mon Sep 3 18:21:43 2018 -0400

    Added MESOS-8921 to CHANGELOG for 1.6.2.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 26d85f8..7569bcc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -350,6 +350,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
 ** Bug
   * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.
   * [MESOS-8917] - Agent leaking file descriptors into forked processes
+  * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [MESOS-9116] - Launch nested container session fails due to incorrect detection of `mnt` namespace of command executor's task.
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.


[mesos] 04/04: Added MESOS-8921 to CHANGELOG for 1.4.3.

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

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

commit b058779e4317a398b08eaa03b1b7eaafd0662fe6
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Mon Sep 3 18:22:08 2018 -0400

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

diff --git a/CHANGELOG b/CHANGELOG
index c489b3e..0937c37 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1308,6 +1308,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [MESOS-9144] - Master authentication handling leads to request amplification.
   * [MESOS-9145] - Master has a fragile burned-in 5s authentication timeout.
   * [MESOS-9146] - Agent has a fragile burn-in 5s authentication timeout.


[mesos] 01/04: Added MESOS-8921 to CHANGELOG for 1.7.0.

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

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

commit 65a5ffaa8a1542989157c11c9f5a1ae9059a0fbf
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Mon Sep 3 18:21:33 2018 -0400

    Added MESOS-8921 to CHANGELOG for 1.7.0.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 3bdad5a..26d85f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -188,6 +188,7 @@ All Resolved Issues:
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
   * [MESOS-8913] - Resource provider manager registry leaks file descriptors into executors.
   * [MESOS-8917] - Agent leaking file descriptors into forked processes
+  * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [MESOS-8932] - Quota guarantee metric does not handle removal correctly.
   * [MESOS-8935] - Quota limit "chopping" can lead to cpu-only and memory-only offers.
   * [MESOS-8945] - Master check failure due to CHECK_SOME(providerId).