You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2019/05/16 13:25:00 UTC

[mesos] branch master updated (61e5fcd -> 4b28ac2)

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

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


    from 61e5fcd  Added logging of slow reverse DNS when accepting SSL connections.
     new c2e459c  Added MESOS-9787 to the 1.8.1 CHANGELOG.
     new f93e936  Added MESOS-9787 to the 1.7.3 CHANGELOG.
     new ad9c197  Added MESOS-9787 to the 1.6.3 CHANGELOG.
     new 4b28ac2  Added MESOS-9787 to the 1.5.4 CHANGELOG.

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] 02/04: Added MESOS-9787 to the 1.7.3 CHANGELOG.

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

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

commit f93e9364e1a5e325d51c7e2b7906d129d51fa26b
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Thu May 16 15:22:46 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index fd78d79..197377c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -424,6 +424,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
   * [MESOS-9766] - /__processes__ endpoint can hang.
+  * [MESOS-9787] - Low slow SSL (TLS) peer reverse DNS lookup.
 
 ** Improvements
   * [MESOS-8880] - Add minimum capabilities in the master.


[mesos] 04/04: Added MESOS-9787 to the 1.5.4 CHANGELOG.

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

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

commit 4b28ac288a5f0000e661a5361e3f08a2de4db29a
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Thu May 16 15:23:03 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 149ceca..b119e41 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1364,6 +1364,7 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
   * [MESOS-9766] - /__processes__ endpoint can hang.
+  * [MESOS-9787] - Low slow SSL (TLS) peer reverse DNS lookup.
 
 ** Improvement
   * [MESOS-9159] - Support Foreign URLs in docker registry puller.


[mesos] 01/04: Added MESOS-9787 to the 1.8.1 CHANGELOG.

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

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

commit c2e459ca00045d209c92f4fa48161ceffedc90a8
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Thu May 16 15:22:32 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 8933955..fd78d79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
   * [MESOS-9616] - `Filters.refuse_seconds` declines resources not in offers.
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9766] - /__processes__ endpoint can hang.
+  * [MESOS-9787] - Low slow SSL (TLS) peer reverse DNS lookup.
 
 Release Notes - Mesos - Version 1.8.0
 -------------------------------------


[mesos] 03/04: Added MESOS-9787 to the 1.6.3 CHANGELOG.

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

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

commit ad9c19784e751baefc81fd34952e505015eae7d4
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Thu May 16 15:22:56 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 197377c..149ceca 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -896,6 +896,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
   * [MESOS-9766] - /__processes__ endpoint can hang.
+  * [MESOS-9787] - Low slow SSL (TLS) peer reverse DNS lookup.
 
 ** Improvement
   * [MESOS-8880] - Add minimum capabilities in the master.