mesos git commit: Fixed the clang complation problem for the executor tests.

2017-09-29 Thread benh
Repository: mesos Updated Branches: refs/heads/master 3515cd0a9 -> b722466cc Fixed the clang complation problem for the executor tests. It appears that g++ throws away the cv-qualifiers when doing the lvalue-to-rvalue conversion for lambdas returning strings but clang does not, so we make `f3`

[08/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/classmesos_1_1internal_1_1master_1_1Operation.html -- diff --git a/content/api/latest/c++/classmesos_1_1internal_1_1master_1_1Operation.html b

[02/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/src_2master_2master_8hpp_source.html -- diff --git a/content/api/latest/c++/src_2master_2master_8hpp_source.html b/content/api/latest/c++/src_2

[06/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/functions_0x73.html -- diff --git a/content/api/latest/c++/functions_0x73.html b/content/api/latest/c++/functions_0x73.html index c219f21..6106

[07/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/functions_0x6d.html -- diff --git a/content/api/latest/c++/functions_0x6d.html b/content/api/latest/c++/functions_0x6d.html index 45f95d8..460a

[09/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/classmesos_1_1internal_1_1master_1_1Master-members.html -- diff --git a/content/api/latest/c++/classmesos_1_1internal_1_1master_1_1Master-membe

[01/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 55f0bd7f3 -> 55d8930ed http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/java/constant-values.html -- diff --git a/content/api/latest

[12/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
Updated the website built from mesos SHA: 3515cd0. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/55d8930e Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/55d8930e Diff: http://git-wip-us.apache.org/rep

[05/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/functions_func_0x75.html -- diff --git a/content/api/latest/c++/functions_func_0x75.html b/content/api/latest/c++/functions_func_0x75.html inde

[11/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/classes.html -- diff --git a/content/api/latest/c++/classes.html b/content/api/latest/c++/classes.html index 988717f..0e7b496 100644 --- a/cont

[03/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/index.hhk -- diff --git a/content/api/latest/c++/index.hhk b/content/api/latest/c++/index.hhk index d6e4fa4..08106dd 100644 --- a/content/api/la

[10/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/classmesos_1_1internal_1_1master_1_1MarkSlaveGone-members.html -- diff --git a/content/api/latest/c++/classmesos_1_1internal_1_1master_1_1MarkS

[04/12] mesos-site git commit: Updated the website built from mesos SHA: 3515cd0.

2017-09-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55d8930e/content/api/latest/c++/index.hhc -- diff --git a/content/api/latest/c++/index.hhc b/content/api/latest/c++/index.hhc index 8aa135c..86bc75c 100644 --- a/content/api/la

[11/11] mesos git commit: Fixed tests impacted by no longer removing the agent symlink.

2017-09-29 Thread anand
Fixed tests impacted by no longer removing the agent symlink. This change fixes tests that relied on the agent work directory symlink being removed when the agent receives the shutdown message from the master. Review: https://reviews.apache.org/r/62481/ Project: http://git-wip-us.apache.org/rep

[09/11] mesos git commit: Added tests for the agent gone operation.

2017-09-29 Thread anand
Added tests for the agent gone operation. This change adds tests for marking an active agent as gone and also another test for ensuring that running task on an agent marked as gone are correctly transitioned to 'TASK_GONE_BY_OPERATOR'. Review: https://reviews.apache.org/r/62480/ Project: http:/

[07/11] mesos git commit: Removed the logic for removing the latest symlink on the agent.

2017-09-29 Thread anand
Removed the logic for removing the latest symlink on the agent. This change removes the logic of removing the latest symlink on receiving the shutdown message from the Mesos master. This ensures that agents come back with the same agent ID upon a successful shutdown similar to the behavior when th

[06/11] mesos git commit: Added the gone agents to the master registry.

2017-09-29 Thread anand
Added the gone agents to the master registry. This change adds the list of gone agents to the registry and also introduces the \`MarkSlaveGone\` operation on the Mesos master. This would be used by the Master Operator API handler to insert an agent into the list of gone agents. Review: https://re

[01/11] mesos git commit: Added the ability to prune the gone agent list from the registry.

2017-09-29 Thread anand
Repository: mesos Updated Branches: refs/heads/master 6eefc685c -> 3515cd0a9 Added the ability to prune the gone agent list from the registry. This change uses the existing master options `register_max_agent_age` and `registry_max_agent_count` for GC'ing the list of gone agents in the registry

[03/11] mesos git commit: Added the mark agent gone handler on the master.

2017-09-29 Thread anand
Added the mark agent gone handler on the master. This change adds the neccessary logic for handling the mark agent gone call on the master. Once an agent is marked as gone, it's not allowed to re-register with the Mesos master. GC'ing the list of gone agents (it can grow unbounded) would be added

[08/11] mesos git commit: Added `__removeSlave` function and made `_markUnreachable` use it.

2017-09-29 Thread anand
Added `__removeSlave` function and made `_markUnreachable` use it. This would also be used by the `markGone()` function in the next review to remove agents. Review: https://reviews.apache.org/r/62581/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.or

[04/11] mesos git commit: Added `MARK_AGENT_GONE` call to the v1 Master API.

2017-09-29 Thread anand
Added `MARK_AGENT_GONE` call to the v1 Master API. This change introduces the `MARK_AGENT_GONE` call that can be used by operators to assert that a given agent has failed. It is specially useful for stateful frameworks to ascertain whether its safe to move the workload to a new agent. Review: htt

[10/11] mesos git commit: Added authorization for 'MARK_AGENT_GONE' call.

2017-09-29 Thread anand
Added authorization for 'MARK_AGENT_GONE' call. This change adds the relevant ACL's for doing AuthZ (any or none access). Review: https://reviews.apache.org/r/62531/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/11dbb52a T

[02/11] mesos git commit: Added documentation about 'MARK_AGENT_GONE' call.

2017-09-29 Thread anand
Added documentation about 'MARK_AGENT_GONE' call. Review: https://reviews.apache.org/r/62529 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6001e8ae Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6001e8ae Diff: http

[05/11] mesos git commit: Added the `REASON_AGENT_REMOVED_BY_OPERATOR` to the mesos protos.

2017-09-29 Thread anand
Added the `REASON_AGENT_REMOVED_BY_OPERATOR` to the mesos protos. Review: https://reviews.apache.org/r/62476/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ec1e98df Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ec

[2/2] mesos-site git commit: Updated the website built from mesos SHA: 6eefc68.

2017-09-29 Thread git-site-role
Updated the website built from mesos SHA: 6eefc68. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/55f0bd7f Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/55f0bd7f Diff: http://git-wip-us.apache.org/rep

[1/2] mesos-site git commit: Updated the website built from mesos SHA: 6eefc68.

2017-09-29 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 83a38b444 -> 55f0bd7f3 http://git-wip-us.apache.org/repos/asf/mesos-site/blob/55f0bd7f/content/sitemap.xml -- diff --git a/content/sitemap.xml b/content/sitemap.xml i

[2/2] mesos git commit: Added a test using Docker, a file URI, and the DefaultExecutor.

2017-09-29 Thread vinodkone
Added a test using Docker, a file URI, and the DefaultExecutor. This test verifies that URIs set on Docker tasks are fetched and made available to them when started by the DefaultExecutor. Review: https://reviews.apache.org/r/62632/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Com

[1/2] mesos git commit: Added a test using a file URI and the DefaultExecutor.

2017-09-29 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 7b79d8d4f -> 6eefc685c Added a test using a file URI and the DefaultExecutor. This test verifies that URIs set on tasks are fetched and made available to them when started by the DefaultExecutor. Review: https://reviews.apache.org/r/62168/