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 2019/04/24 05:40:35 UTC

[mesos] branch master updated (89daa08 -> 0709a18)

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

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


    from 89daa08  Added validation that the principal stays the same on resubscription.
     new 5359822  Fixed a memory leak in the master's 'removeTask()' helper.
     new 0709a18  Transitioned tasks when an unreachable agent is marked as gone.

The 17004 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:
 src/master/http.cpp     |  10 +--
 src/master/master.cpp   | 105 +++++++++++++++++++++++---
 src/master/master.hpp   |   2 +-
 src/tests/api_tests.cpp | 196 ++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 293 insertions(+), 20 deletions(-)