You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/10/28 09:16:26 UTC

[1/3] mesos git commit: Close socket after setting flags on the interface.

Repository: mesos
Updated Branches:
  refs/heads/1.1.x e69f819fc -> eb29b03d7


Close socket after setting flags on the interface.

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


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

Branch: refs/heads/1.1.x
Commit: ab92dc562fd93f8edccc37ff1919d655c15dd558
Parents: e69f819
Author: Santhosh Kumar Shanmugham <sa...@gmail.com>
Authored: Thu Oct 20 08:54:52 2016 -0700
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 28 11:02:27 2016 +0200

----------------------------------------------------------------------
 src/linux/routing/link/internal.hpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ab92dc56/src/linux/routing/link/internal.hpp
----------------------------------------------------------------------
diff --git a/src/linux/routing/link/internal.hpp b/src/linux/routing/link/internal.hpp
index 551ffda..1206407 100644
--- a/src/linux/routing/link/internal.hpp
+++ b/src/linux/routing/link/internal.hpp
@@ -158,6 +158,7 @@ inline Try<bool> set(const std::string& _link, unsigned int flags)
     }
   }
 
+  os::close(fd);
   return true;
 }
 


[3/3] mesos git commit: Fixed 1.1.0 CHANGELOG.

Posted by al...@apache.org.
Fixed 1.1.0 CHANGELOG.


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

Branch: refs/heads/1.1.x
Commit: eb29b03d798f72d364b97c36924ff97d794426de
Parents: b0b6a86
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Oct 28 11:11:41 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 28 11:16:30 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/eb29b03d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index b9c13ac..893bbf7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,7 +35,7 @@ This release contains the following new features:
     container may have. This allows a container to run as root, but not have all
     the privileges associated with the root user (e.g., CAP_SYS_ADMIN).
 
-  * [MESOS-5344] -- **Experimental** support for partition-aware Mesos
+  * [MESOS-5344] - **Experimental** support for partition-aware Mesos
     frameworks. In previous Mesos releases, when an agent is partitioned from
     the master and then reregisters with the cluster, all tasks running on the
     agent are terminated and the agent is shutdown. In Mesos 1.1, partitioned
@@ -139,7 +139,7 @@ All Issues:
   * [MESOS-6000] - Overlayfs backend cannot support the image with numerous layers.
   * [MESOS-6005] - Support docker registry running non-https on localhost:<non-80-port>.
   * [MESOS-6013] - Use readdir instead of readdir_r.
-  * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w \ufeff\u2060sendExecutorTerminatedStatusUpdate()\ufeff\u2060 and \ufeff\u2060_statusUpdate()\ufeff\u2060.
+  * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w sendExecutorTerminatedStatusUpdate() and _statusUpdate().
   * [MESOS-6031] - Collect throttle related metrics for DockerContainerizer.
   * [MESOS-6041] - Stream ID mismatch should print out expected and received stream ID.
   * [MESOS-6049] - XFS disk isolator doesn't handle old containers correctly.
@@ -207,8 +207,9 @@ All Issues:
   * [MESOS-6386] - "Reached unreachable statement" in LinuxCapabilitiesIsolatorTest.
   * [MESOS-6391] - Command task's sandbox should not be owned by root if it uses container image.
   * [MESOS-6393] - Deprecated SSL_ environment variables are non functional already.
-  * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot
   * [MESOS-6420] - Mesos Agent leaking sockets when port mapping network isolator is ON.
+  * [MESOS-6445] - Reconciliation for unreachable agent after master failover is incorrect.
+  * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot.
 
 ** Documentation
   * [MESOS-5221] - Add Documentation for Nvidia GPU support.
@@ -359,7 +360,6 @@ All Issues:
   * [MESOS-6312] - Update CHANGELOG to mention addition of agent '--runtime_dir' flag.
   * [MESOS-6344] - Allow `network/cni` isolator to take a search path for CNI plugins instead of single directory.
   * [MESOS-6408] - Changelog for `mesos-cni-port-mapper` to 1.1.0.
-  * [MESOS-6445] - Reconciliation for unreachable agent after master failover is incorrect 
 
 ** Wish
   * [MESOS-5929] - Total cluster resources on master Mesos UI should have better spacing.


[2/3] mesos git commit: Added MESOS-6420 to 1.1.0 CHANGELOG.

Posted by al...@apache.org.
Added MESOS-6420 to 1.1.0 CHANGELOG.


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

Branch: refs/heads/1.1.x
Commit: b0b6a86e156f7534300c3c025a2246e7225769e5
Parents: ab92dc5
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Oct 28 11:09:30 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 28 11:09:30 2016 +0200

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b0b6a86e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 280065f..b9c13ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -208,6 +208,7 @@ All Issues:
   * [MESOS-6391] - Command task's sandbox should not be owned by root if it uses container image.
   * [MESOS-6393] - Deprecated SSL_ environment variables are non functional already.
   * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot
+  * [MESOS-6420] - Mesos Agent leaking sockets when port mapping network isolator is ON.
 
 ** Documentation
   * [MESOS-5221] - Add Documentation for Nvidia GPU support.