[1/2] mesos git commit: Improved HTTP API docs.

2016-08-03 Thread anand
Repository: mesos Updated Branches: refs/heads/master 08d07248e -> 853821caf Improved HTTP API docs. Clarify that HTTP APIs are now considered stable and give some background on how the old and new APIs compare. Review: https://reviews.apache.org/r/50640/ Project:

[2/2] mesos git commit: Fixed typo in comment.

2016-08-03 Thread anand
Fixed typo in comment. Review: https://reviews.apache.org/r/50641/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/853821ca Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/853821ca Diff:

mesos git commit: Fixed sign comparisons in logrotate module.

2016-08-03 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master c4975c99b -> 08d07248e Fixed sign comparisons in logrotate module. Review: https://reviews.apache.org/r/50775/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Improved performance in addition and subtraction of resources.

2016-08-03 Thread yan
Repository: mesos Updated Branches: refs/heads/master 9419ed410 -> c4975c99b Improved performance in addition and subtraction of resources. Avoid multiple calls to addable and subtractable in the arithmetic operations in Resources. While adding or subtracting two Resources objects, check for

[2/2] mesos git commit: Updated logrotation module to use `os::pagesize()`.

2016-08-03 Thread joris
Updated logrotation module to use `os::pagesize()`. This gets us closer to compiling on Windows. Review: https://reviews.apache.org/r/50767/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f538c4bc Tree:

[2/2] mesos git commit: Added MESOS-5982 to the 1.0.1 CHANGELOG.

2016-08-03 Thread bmahler
Added MESOS-5982 to the 1.0.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c2e6cc64 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c2e6cc64 Diff:

[1/2] mesos git commit: Updated 'NvidiaVolume' to not error out when binary is missing.

2016-08-03 Thread bmahler
Repository: mesos Updated Branches: refs/heads/1.0.x d3e6a857e -> c2e6cc649 Updated 'NvidiaVolume' to not error out when binary is missing. Previously, when building the volume, we would error out if a binary we were trying to add was not found on the host filesystem. However, these are not

mesos git commit: Updated 'NvidiaVolume' to not error out when binary is missing.

2016-08-03 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 6f2a452d4 -> e31985119 Updated 'NvidiaVolume' to not error out when binary is missing. Previously, when building the volume, we would error out if a binary we were trying to add was not found on the host filesystem. However, these are not

[5/7] mesos git commit: Renamed actor IDs for consistency.

2016-08-03 Thread alexr
Renamed actor IDs for consistency. Make all actor IDs contain only lower case letters and dashes (not underscores). Review: https://reviews.apache.org/r/50639/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6d671a91 Tree:

[3/7] mesos git commit: Added missing process IDs.

2016-08-03 Thread alexr
Added missing process IDs. After this change, all actors receive a distinguishable ID, making it possible to match the logging output or the output of the "__process__" enpoint to the source actor. Review: https://reviews.apache.org/r/50515/ Project:

[2/7] mesos git commit: Libprocess: Added missing process IDs.

2016-08-03 Thread alexr
Libprocess: Added missing process IDs. After this change, all libprocess actors receive a distinguishable ID, making it possible to match the logging output or the output of the "__process__" enpoint to the source actor. Review: https://reviews.apache.org/r/50513/ Project:

[7/7] mesos git commit: Ensured HierarchicalAllocatorProcess specifies a process ID.

2016-08-03 Thread alexr
Ensured HierarchicalAllocatorProcess specifies a process ID. Review: https://reviews.apache.org/r/50563/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6f2a452d Tree:

[6/7] mesos git commit: Added "zookeeper" prefix to ZK process IDs.

2016-08-03 Thread alexr
Added "zookeeper" prefix to ZK process IDs. Review: https://reviews.apache.org/r/50521/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/45e79a44 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/45e79a44 Diff:

[1/7] mesos git commit: Libprocess: Added id to the Sequence c-tor.

2016-08-03 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 4f297654f -> 6f2a452d4 Libprocess: Added id to the Sequence c-tor. Sequence IDs used to be tagged as "(1)", "(2)", etc. This made it very hard to match the output from logging or the "__processes__" endpoint to actors. This change makes

[4/7] mesos git commit: Libprocess: Renamed actor IDs for consistency.

2016-08-03 Thread alexr
Libprocess: Renamed actor IDs for consistency. Enforce the following actor ID schema in libprocess: - Actor IDs contain only lowercase characters, dashes or underscores. - The ID of an actor that is exposed to libprocess users, via a route/ associated to an endpoint uses dashes as word