[2/2] mesos git commit: Mesos flags related to ZooKeeper use SecurePathOrValue.

2018-01-19 Thread arojas
Mesos flags related to ZooKeeper use SecurePathOrValue. Up until now the Mesos master flag `--zk` as well as the Mesos agent flag `--master` would leak ZooKeeper authentication credentials in both logs and results for the `/flags` endpoint, if the credentials were part of the configuration url.

[1/2] mesos git commit: Added SecurePathOrValue for file flags which need not to leak contents.

2018-01-19 Thread arojas
Repository: mesos Updated Branches: refs/heads/master 32b85a2b0 -> ddde32525 Added SecurePathOrValue for file flags which need not to leak contents. The default behavior when serializing a flag, if its value comes from a file (by using the prefix `file://`) is to show the contents of the file

[1/9] mesos-site git commit: Updated the website built from mesos SHA: ddde325.

2018-01-19 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 7ef60ccf0 -> d2ab40e12 http://git-wip-us.apache.org/repos/asf/mesos-site/blob/d2ab40e1/content/api/latest/c++/namespaceflags.html -- diff --git

[3/9] mesos-site git commit: Updated the website built from mesos SHA: ddde325.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/d2ab40e1/content/api/latest/c++/index.hhc -- diff --git a/content/api/latest/c++/index.hhc b/content/api/latest/c++/index.hhc index ca553b9..5233546 100644 ---

[9/9] mesos-site git commit: Updated the website built from mesos SHA: ddde325.

2018-01-19 Thread git-site-role
Updated the website built from mesos SHA: ddde325. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/d2ab40e1 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/d2ab40e1 Diff:

[4/9] mesos-site git commit: Updated the website built from mesos SHA: ddde325.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/d2ab40e1/content/api/latest/c++/hierarchy.html -- diff --git a/content/api/latest/c++/hierarchy.html b/content/api/latest/c++/hierarchy.html index 4fc8b3f..eaa3410 100644 ---

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

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/d2ab40e1/content/api/latest/c++/index.hhk -- diff --git a/content/api/latest/c++/index.hhk b/content/api/latest/c++/index.hhk index 0de666e..8bf1157 100644 ---

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

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/d2ab40e1/content/api/latest/c++/classmesos_1_1internal_1_1master_1_1Flags-members.html -- diff --git

[8/9] mesos-site git commit: Updated the website built from mesos SHA: ddde325.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/d2ab40e1/content/api/latest/c++/Tokens.xml -- diff --git a/content/api/latest/c++/Tokens.xml b/content/api/latest/c++/Tokens.xml index f5ea30b..85b149f 100644 ---

[5/9] mesos-site git commit: Updated the website built from mesos SHA: ddde325.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/d2ab40e1/content/api/latest/c++/functions_vars_0x76.html -- diff --git a/content/api/latest/c++/functions_vars_0x76.html b/content/api/latest/c++/functions_vars_0x76.html

[7/9] mesos-site git commit: Updated the website built from mesos SHA: ddde325.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/d2ab40e1/content/api/latest/c++/classes.html -- diff --git a/content/api/latest/c++/classes.html b/content/api/latest/c++/classes.html index 8144b78..0076bbf 100644 ---

[1/7] mesos git commit: Added SLRP unit tests for profile updates and corner cases.

2018-01-19 Thread grag
Repository: mesos Updated Branches: refs/heads/master ddde32525 -> 336e93219 Added SLRP unit tests for profile updates and corner cases. This patch adds the following storage local resource provider tests: `NoResource`: RP updates its state with no resources, and can recover from a

[7/7] mesos git commit: Tested that agent resends unacknowledged operation updates on recovery.

2018-01-19 Thread grag
Tested that agent resends unacknowledged operation updates on recovery. This patch adds a test to verify that the agent resends unacknowledged operation status updates after a recovery. Review: https://reviews.apache.org/r/65182/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

[3/7] mesos git commit: Sped up storage local resource provider unit tests.

2018-01-19 Thread grag
Sped up storage local resource provider unit tests. This patch makes all storage local resource provider unit tests use an allocation interval of 50ms and decline offers with filters. Review: https://reviews.apache.org/r/65059/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/7] mesos git commit: Renamed storage local resource provider tests to describe them better.

2018-01-19 Thread grag
Renamed storage local resource provider tests to describe them better. Review: https://reviews.apache.org/r/64994/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a0283a9f Tree:

[4/7] mesos git commit: Added a storage local resource provider test for CSI plugin restart.

2018-01-19 Thread grag
Added a storage local resource provider test for CSI plugin restart. The test does the same as the `PublishResources` test, but it kills the CSI plugin container between each operation. Review: https://reviews.apache.org/r/64998/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

[5/7] mesos git commit: Resumed the clock if necessary when destroying test agent.

2018-01-19 Thread grag
Resumed the clock if necessary when destroying test agent. Because the `cgroups::destroy()` code path makes use of `delay()`, the clock must not be paused in order for the destructor of the test `Slave` to reliably destroy all remaining containers. This patch updates the destructor to check if

[6/7] mesos git commit: Tested that operation updates dropped en route to master are resent.

2018-01-19 Thread grag
Tested that operation updates dropped en route to master are resent. This patch adds `StorageLocalResourceProviderTest.ROOT_RetryOperationStatusUpdate` which verifies that operation status updates are resent by the agent after being dropped en route to the master. Review:

[09/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/functions_0x63.html -- diff --git a/content/api/latest/c++/functions_0x63.html b/content/api/latest/c++/functions_0x63.html index

[06/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/functions_func_0x6f.html -- diff --git a/content/api/latest/c++/functions_func_0x6f.html b/content/api/latest/c++/functions_func_0x6f.html

[14/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
Updated the website built from mesos SHA: 336e932. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/f0f9c97f Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/f0f9c97f Diff:

[07/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/functions_0x77.html -- diff --git a/content/api/latest/c++/functions_0x77.html b/content/api/latest/c++/functions_0x77.html index

[01/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site d2ab40e12 -> f0f9c97f1 http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/sitemap.xml -- diff --git a/content/sitemap.xml b/content/sitemap.xml

[11/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/classmesos_1_1internal_1_1slave_1_1ContainerDaemonProcess-members.html -- diff --git

[10/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/container__daemon__process_8hpp.html -- diff --git a/content/api/latest/c++/container__daemon__process_8hpp.html

[08/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/functions_0x6f.html -- diff --git a/content/api/latest/c++/functions_0x6f.html b/content/api/latest/c++/functions_0x6f.html index

[12/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/classes.html -- diff --git a/content/api/latest/c++/classes.html b/content/api/latest/c++/classes.html index 0076bbf..a20f54b 100644 ---

[13/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/annotated.html -- diff --git a/content/api/latest/c++/annotated.html b/content/api/latest/c++/annotated.html index 3556722..038ae22 100644 ---

[02/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/structprocess_1_1EventConsumer.html -- diff --git a/content/api/latest/c++/structprocess_1_1EventConsumer.html

[03/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/index.hhk -- diff --git a/content/api/latest/c++/index.hhk b/content/api/latest/c++/index.hhk index 8bf1157..1273dce 100644 ---

[04/14] mesos-site git commit: Updated the website built from mesos SHA: 336e932.

2018-01-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f0f9c97f/content/api/latest/c++/index.hhc -- diff --git a/content/api/latest/c++/index.hhc b/content/api/latest/c++/index.hhc index 5233546..bc721f2 100644 ---