[8/8] mesos git commit: Fixed minor spacing issue in declaration of `browse()`.

2016-07-08 Thread anand
Fixed minor spacing issue in declaration of `browse()`. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/aa17a657 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/aa17a657 Diff:

[3/8] mesos git commit: Added 'ReadFile' response message in v1 Operator API.

2016-07-08 Thread anand
Added 'ReadFile' response message in v1 Operator API. Review: https://reviews.apache.org/r/49242/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b7844ae2 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b7844ae2

[4/8] mesos git commit: Added 'read()' method in 'FilesProcess'.

2016-07-08 Thread anand
Added 'read()' method in 'FilesProcess'. This method is used later for implementing master/agent's 'READ_FILE' call in v1 operator API. Review: https://reviews.apache.org/r/49243/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[7/8] mesos git commit: Added a `Clock::settle()` to ensure agent has finished recovery.

2016-07-08 Thread anand
Added a `Clock::settle()` to ensure agent has finished recovery. We were waiting on \`\_\_recover()\` to be invoked which does \_not\_ mean that the function has completed. This can lead to some flakiness i.e. a \`503 xx\` when the `post()` happens before the agent has finished recovery e.g., due

[6/8] mesos git commit: Implemented 'READ_FILE' for v1 Agent API.

2016-07-08 Thread anand
Implemented 'READ_FILE' for v1 Agent API. Review: https://reviews.apache.org/r/49245/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4c6bf64e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4c6bf64e Diff:

[2/8] mesos git commit: Updated v1 operator 'Call::ReadFile' message.

2016-07-08 Thread anand
Updated v1 operator 'Call::ReadFile' message. Updated the type of offset and length of 'Call::ReadFile' for v1 operator API. Review: https://reviews.apache.org/r/49679/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[5/8] mesos git commit: Implemented 'READ_FILE' for v1 Master API.

2016-07-08 Thread anand
Implemented 'READ_FILE' for v1 Master API. Review: https://reviews.apache.org/r/49244/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/91308287 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/91308287 Diff:

[1/8] mesos git commit: Added negative number validation for 'files/read' offset parameter.

2016-07-08 Thread anand
Repository: mesos Updated Branches: refs/heads/master 1cbfdc3c1 -> aa17a6572 Added negative number validation for 'files/read' offset parameter. In this patch: \- Added negative number validation for 'files/read' offset parameter in files.cpp. Previously, it used to fail with a

mesos git commit: Moved veth related functions to a separate file.

2016-07-08 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 877e5d7b8 -> 1cbfdc3c1 Moved veth related functions to a separate file. This is part of the effort to allow linking with a lower version of libnl. veth related functions were introduced in libnl 3.2.24. However, most of the popular Linux

mesos git commit: Added drexin to contributors.yaml.

2016-07-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master cc0d3fb14 -> 877e5d7b8 Added drexin to contributors.yaml. This closes #135 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/877e5d7b Tree:

mesos git commit: Fixed the flaky BusyMountPoint test.

2016-07-08 Thread yan
Repository: mesos Updated Branches: refs/heads/master 96be2aab4 -> cc0d3fb14 Fixed the flaky BusyMountPoint test. In GarbageCollectorIntegrationTest.BusyMountPoint there is a race between the task creating a file and the test looking for it which sometimes leads to assertion failure on the

mesos git commit: Added Snap plugin to tools list.

2016-07-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 5dc0f3102 -> 96be2aab4 Added Snap plugin to tools list. Add the newly-released Mesos plugin for Intel's [Snap](https://github.com/intelsdi-x/snap) telemetry framework to the tools documentation. This closes #134 Project:

mesos git commit: Used MESOS_VERSION instead of fixed mesos version string.

2016-07-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 2b78b20df -> 5dc0f3102 Used MESOS_VERSION instead of fixed mesos version string. Fixed the hard coded version string in GetAgents test in api_tests. Review: https://reviews.apache.org/r/49788/ Project:

mesos git commit: Added self to contributors list.

2016-07-08 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 5e07aaa46 -> 2b78b20df Added self to contributors list. This closes #132 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2b78b20d Tree: