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
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
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
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
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/
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
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
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/
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
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
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
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
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
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
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
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.]
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
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
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:
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
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
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:/
22 matches
Mail list logo