mesos git commit: Update metrics for SUBSCRIBE call for both PID/HTTP frameworks.

2016-04-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master b1dbc63f3 -> a79261564 Update metrics for SUBSCRIBE call for both PID/HTTP frameworks. This change will cover three cases: 1. Directly call {re}registerFramework 2. Through HTTP call 3. Through MesosSchedulerDriver Suggested by Benjamin

[2/2] mesos git commit: Cleaned up some comments.

2016-04-06 Thread jieyu
Cleaned up some comments. Review: https://reviews.apache.org/r/45817/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/365c326f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/365c326f Diff:

[1/2] mesos git commit: Fixed flakiness in PersistentVolumeTest.AccessPersistentVolume.

2016-04-06 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 5442cad09 -> b1dbc63f3 Fixed flakiness in PersistentVolumeTest.AccessPersistentVolume. Review: https://reviews.apache.org/r/45818/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[03/11] mesos git commit: Moved contender and detector definitions into separate directories.

2016-04-06 Thread kapil
Moved contender and detector definitions into separate directories. Updated Makefile.am. Review: https://reviews.apache.org/r/44544/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cfbca013 Tree:

[07/11] mesos git commit: Separated standalone and zookeeper classes.

2016-04-06 Thread kapil
Separated standalone and zookeeper classes. Instead of keeping standalone and zookeper contender/detector class definitions and implementations in the same file, separated them. Also made the necessary changes in users of class headers to point to the new locations. Review:

[08/11] mesos git commit: Removed unnecessary MasterContender and MasterDetector definitions.

2016-04-06 Thread kapil
Removed unnecessary MasterContender and MasterDetector definitions. MasterContender and MasterDetector are now defined in include/mesos/master/contender.hpp and detector.hpp. Review: https://reviews.apache.org/r/44543/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[02/11] mesos git commit: Added support for contender and detector modules.

2016-04-06 Thread kapil
Added support for contender and detector modules. Review: https://reviews.apache.org/r/44289/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cbbc8f0b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cbbc8f0b Diff:

[10/11] mesos git commit: Implemented create methods in MasterContender and MasterDetector.

2016-04-06 Thread kapil
Implemented create methods in MasterContender and MasterDetector. The create method can be used to create a MasterContender/Detector from a module (specified using the --modules flag on the command line). If the contender/detector module names have not been specified, the method will fall back to

[04/11] mesos git commit: Added MasterContender and MasterDetector abstract classes.

2016-04-06 Thread kapil
Added MasterContender and MasterDetector abstract classes. MasterContender and MasterDetector abstract classes can be subclassed by user-provided classes to allow for arbitrary contender/detector implementations. Review: https://reviews.apache.org/r/44287/ Project:

[05/11] mesos git commit: Changed MasterDetector/Contender namespace.

2016-04-06 Thread kapil
Changed MasterDetector/Contender namespace. Also modified users of MasterContender and MasterDetector to use this namespace. Review: https://reviews.apache.org/r/44288/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[06/11] mesos git commit: Separated standalone and zookeeper classes.

2016-04-06 Thread kapil
http://git-wip-us.apache.org/repos/asf/mesos/blob/adcd8b68/src/tests/containerizer/isolator_tests.cpp -- diff --git a/src/tests/containerizer/isolator_tests.cpp b/src/tests/containerizer/isolator_tests.cpp index 843b896..7b4d47b

[09/11] mesos git commit: Moved functions in promises to a common header file.

2016-04-06 Thread kapil
Moved functions in promises to a common header file. Review: https://reviews.apache.org/r/44546/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/be1fb947 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/be1fb947 Diff:

[01/11] mesos git commit: Added master_detector and master_contender flags.

2016-04-06 Thread kapil
Repository: mesos Updated Branches: refs/heads/master 18f60da86 -> f4207d4b1 Added master_detector and master_contender flags. The master_detector and master_contender flags allow modules to be used for specifying the MasterContender and MasterDetector implementations to use. Review:

[11/11] mesos git commit: Added functions in promises to the future header.

2016-04-06 Thread kapil
Added functions in promises to the future header. Review: https://reviews.apache.org/r/44547/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9c3a8a58 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9c3a8a58 Diff:

[1/2] mesos git commit: Fixed commit message hook to iterate over the lines rather than words.

2016-04-06 Thread mpark
Repository: mesos Updated Branches: refs/heads/master af6309f1c -> 18f60da86 Fixed commit message hook to iterate over the lines rather than words. Review: https://reviews.apache.org/r/45767/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Fixed commit message hook to skip over the commented lines.

2016-04-06 Thread mpark
Fixed commit message hook to skip over the commented lines. Review: https://reviews.apache.org/r/45768/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/18f60da8 Tree:

mesos git commit: Adjusted lifetimes of member variables.

2016-04-06 Thread mpark
Repository: mesos Updated Branches: refs/heads/master c5b508489 -> af6309f1c Adjusted lifetimes of member variables. This correctly reflects the lifetime dependencies among `Master::storage`, `Master::state` and `Master::registrar`. Review: https://reviews.apache.org/r/45749/ Project:

mesos git commit: Updated docker containerizer private registry doc.

2016-04-06 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 03bb330b2 -> 24722e44a Updated docker containerizer private registry doc. Review: https://reviews.apache.org/r/45596/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed leaked `roleSorter` and `quotaRoleSorter` in allocator.

2016-04-06 Thread joris
Repository: mesos Updated Branches: refs/heads/master 4e86a8c1c -> 03bb330b2 Fixed leaked `roleSorter` and `quotaRoleSorter` in allocator. Review: https://reviews.apache.org/r/45529/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Change RateLimiter::acquire() to be const.

2016-04-06 Thread jieyu
Change RateLimiter::acquire() to be const. In some cases, RateLimiter is wrapped in Shared<> which enforces const access of object. We want to avoid const_cast. Review: https://reviews.apache.org/r/45794/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Migrate /monitor/statistics and /monitor/statistics.json to slave.

2016-04-06 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 1b807ab14 -> 4e86a8c1c Migrate /monitor/statistics and /monitor/statistics.json to slave. These two endpoints and their underlying logics are moved from ResourceMonitorProcess to slave process. ResourceMonitor is removed. Review:

mesos git commit: Renamed the parameter 'override' to '_override'.

2016-04-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 6c328ce0a -> 1b807ab14 Renamed the parameter 'override' to '_override'. Review: https://reviews.apache.org/r/45623/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Removed capture by reference.

2016-04-06 Thread joris
Repository: mesos Updated Branches: refs/heads/master dd29b2bcb -> 6c328ce0a Removed capture by reference. Review: https://reviews.apache.org/r/45813/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6c328ce0 Tree:

[2/4] mesos git commit: Added a path to the upgrade test script.

2016-04-06 Thread alexr
Added a path to the upgrade test script. In Mesos 0.28.0, MESOS-3608 changed the MESOS_BUILD_DIR environment variable in the test framework to MESOS_HELPER_DIR, and the location of the path itself. This patch updates the upgrade script to accommodate both environment variables. Review:

[3/4] mesos git commit: Updated the comment for launching tasks and accepting offers.

2016-04-06 Thread alexr
Updated the comment for launching tasks and accepting offers. If the task does not pass validation, its resources are considered declined. Review: https://reviews.apache.org/r/45039/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/4] mesos git commit: Fixed indentation in CHANGELOG.

2016-04-06 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 87b515910 -> dd29b2bcb Fixed indentation in CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2116615f Tree:

[4/4] mesos git commit: Fixed a typo in fetcher doc.

2016-04-06 Thread alexr
Fixed a typo in fetcher doc. https://github.com/apache/mesos/pull/96 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dd29b2bc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/dd29b2bc Diff:

svn commit: r13044 - in /dev/mesos/0.26.1-rc4: ./ mesos-0.26.1.tar.gz mesos-0.26.1.tar.gz.asc mesos-0.26.1.tar.gz.md5

2016-04-06 Thread mpark
Author: mpark Date: Wed Apr 6 06:37:12 2016 New Revision: 13044 Log: Adding mesos-0.26.1-rc4. Added: dev/mesos/0.26.1-rc4/ dev/mesos/0.26.1-rc4/mesos-0.26.1.tar.gz (with props) dev/mesos/0.26.1-rc4/mesos-0.26.1.tar.gz.asc dev/mesos/0.26.1-rc4/mesos-0.26.1.tar.gz.md5 Added:

[mesos] Git Push Summary

2016-04-06 Thread mpark
Repository: mesos Updated Tags: refs/tags/0.26.1-rc4 [created] a041e3a35

svn commit: r13042 - in /dev/mesos/0.25.1-rc4: ./ mesos-0.25.1.tar.gz mesos-0.25.1.tar.gz.asc mesos-0.25.1.tar.gz.md5

2016-04-06 Thread mpark
Author: mpark Date: Wed Apr 6 06:11:25 2016 New Revision: 13042 Log: Adding mesos-0.25.1-rc4. Added: dev/mesos/0.25.1-rc4/ dev/mesos/0.25.1-rc4/mesos-0.25.1.tar.gz (with props) dev/mesos/0.25.1-rc4/mesos-0.25.1.tar.gz.asc dev/mesos/0.25.1-rc4/mesos-0.25.1.tar.gz.md5 Added:

[mesos] Git Push Summary

2016-04-06 Thread mpark
Repository: mesos Updated Tags: refs/tags/0.25.1-rc4 [created] c46b9c8ed