[5/6] mesos git commit: Windows: Excluded UNIX-style `PATH` environment variable.

2016-08-26 Thread josephwu
Windows: Excluded UNIX-style `PATH` environment variable. The default `PATH` used to launch an executor is UNIX-specific. On Windows, this `PATH` is determined by system settings. Review: https://reviews.apache.org/r/51462/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http

[2/6] mesos git commit: Windows: Update mesos-executor name.

2016-08-26 Thread josephwu
Windows: Update mesos-executor name. This replaces the `mesos-executor` string with `mesos-executor.exe` on Windows to disambiguate between potential extensions. Review: https://reviews.apache.org/r/51210/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apac

[6/6] mesos git commit: Windows: Added `userenv` import library.

2016-08-26 Thread josephwu
Windows: Added `userenv` import library. This is used to check the system environment. Review: https://reviews.apache.org/r/51234/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/537584cf Tree: http://git-wip-us.apache.org/r

[3/6] mesos git commit: Added `os::execvp' in Stout.

2016-08-26 Thread josephwu
Added `os::execvp' in Stout. On Windows, the semantics of `execvp` are emulated via spawning and waiting on a child process. Review: https://reviews.apache.org/r/51217/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8509553

[4/6] mesos git commit: Windows: Corrected subprocess environment variables.

2016-08-26 Thread josephwu
Windows: Corrected subprocess environment variables. Windows processes have a minimum set of environment variables required to load prerequisites, such as shared libraries. These environment variables are generally found in the system's environment. Review: https://reviews.apache.org/r/51233/

[1/6] mesos git commit: Used `os::execvp` instead of `::execvp` in the Mesos launcher.

2016-08-26 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master bda9a5087 -> 537584cf2 Used `os::execvp` instead of `::execvp` in the Mesos launcher. Review: https://reviews.apache.org/r/51213/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/me

mesos git commit: Added test case TaskGroupValidationTest.TaskUsesExecutor.

2016-08-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 47c2607f1 -> bda9a5087 Added test case TaskGroupValidationTest.TaskUsesExecutor. Review: https://reviews.apache.org/r/51472/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/c

mesos git commit: Removed one blank space in allocator benchmark test 'DeclineOffers'.

2016-08-26 Thread yan
Repository: mesos Updated Branches: refs/heads/master 8330e99f6 -> 47c2607f1 Removed one blank space in allocator benchmark test 'DeclineOffers'. Review: https://reviews.apache.org/r/51014/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/

[5/6] mesos git commit: Removed a no-longer-relevant test.

2016-08-26 Thread vinodkone
Removed a no-longer-relevant test. The behavior this test is trying to validate (slaves receive a `ShutdownMessage` if they attempt to reregister after failing health checks) will be changed shortly. Moreover, the new behavior is already covered by other test cases. Review: https://reviews.apache

[1/6] mesos git commit: Added new TaskState values and PARTITION_AWARE capability.

2016-08-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8ab7a6f4d -> 8330e99f6 Added new TaskState values and PARTITION_AWARE capability. TASK_DROPPED, TASK_UNREACHABLE, TASK_GONE, TASK_GONE_BY_OPERATOR, and TASK_UNKNOWN. These values are intended to replace the existing TASK_LOST state by offer

[3/6] mesos git commit: Added registrar operations for marking agents (un-)reachable.

2016-08-26 Thread vinodkone
Added registrar operations for marking agents (un-)reachable. Review: https://reviews.apache.org/r/50701/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/af496f3a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/af496f

[4/6] mesos git commit: Renamed metrics from "slave_shutdowns" to "slave_unreachable".

2016-08-26 Thread vinodkone
Renamed metrics from "slave_shutdowns" to "slave_unreachable". The master will shortly be changed to no longer shutdown unhealthy agents, so the previous metric name is no longer accurate. The old metric names have been kept for backwards compatibility, but they are no longer updated (i.e., they w

[2/6] mesos git commit: Added a list of "unreachable" agents to the registry.

2016-08-26 Thread vinodkone
Added a list of "unreachable" agents to the registry. These are agents that have failed health checks. Review: https://reviews.apache.org/r/50700/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/54059140 Tree: http://git-wip

[6/6] mesos git commit: Made a few minor tweaks to comments.

2016-08-26 Thread vinodkone
Made a few minor tweaks to comments. Review: https://reviews.apache.org/r/50704/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8330e99f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8330e99f Diff: http://git-wip-u

svn commit: r1757930 - in /mesos/site/publish: api/latest/c++/ documentation/external-containerizer/ documentation/latest/external-containerizer/

2016-08-26 Thread vinodkone
Author: vinodkone Date: Fri Aug 26 21:46:06 2016 New Revision: 1757930 URL: http://svn.apache.org/viewvc?rev=1757930&view=rev Log: Removed missing files. Removed: mesos/site/publish/api/latest/c++/classSetnsTestHelper-members.html mesos/site/publish/api/latest/c++/classSetnsTestHelper.htm

svn commit: r1757929 - in /mesos/site/publish: ./ api/latest/c++/ api/latest/java/ api/latest/java/org/apache/mesos/ blog/ blog/mesos-1-0-0-released/ blog/mesos-1-0-1-released/ documentation/ document

2016-08-26 Thread vinodkone
Author: vinodkone Date: Fri Aug 26 21:41:17 2016 New Revision: 1757929 URL: http://svn.apache.org/viewvc?rev=1757929&view=rev Log: Updated website for 1.0.1. [This commit notification would consist of 133 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

mesos git commit: Fixed white space in 1.0.1 blog post.

2016-08-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 2d7bb9dfd -> 8ab7a6f4d Fixed white space in 1.0.1 blog post. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8ab7a6f4 Tree: http://git-wip-us.apache.org/repos/asf/mesos

mesos git commit: Added validation test for task group task using NetworkInfos.

2016-08-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 7429846df -> 2d7bb9dfd Added validation test for task group task using NetworkInfos. NetworkInfos can only be set on the task group executor. Review: https://reviews.apache.org/r/51437 Project: http://git-wip-us.apache.org/repos/asf/meso

[2/2] mesos git commit: Fixed typo for the comments of UnauthorizedTaskGroup.

2016-08-26 Thread vinodkone
Fixed typo for the comments of UnauthorizedTaskGroup. Review: https://reviews.apache.org/r/51455/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7429846d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7429846d Diff:

[1/2] mesos git commit: Added test case MasterAuthorizationTest.KillPendingTaskInTaskGroup.

2016-08-26 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master dbfbe6697 -> 7429846df Added test case MasterAuthorizationTest.KillPendingTaskInTaskGroup. Review: https://reviews.apache.org/r/51451/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/a

mesos git commit: Fixed a capabilities test failure on Fedora 23.

2016-08-26 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 27467c0f6 -> dbfbe6697 Fixed a capabilities test failure on Fedora 23. Review: https://reviews.apache.org/r/51450 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dbfbe

mesos git commit: Fixed a typo in HealthChecker.

2016-08-26 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 9d0976f73 -> 27467c0f6 Fixed a typo in HealthChecker. Review: https://reviews.apache.org/r/51446/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/27467c0f Tree: http:/