mesos git commit: Made the long lived framework abort on receiving an `ERROR` event.

2016-06-21 Thread anand
Repository: mesos Updated Branches: refs/heads/master 9497d6603 -> e01a6b13c Made the long lived framework abort on receiving an `ERROR` event. Review: https://reviews.apache.org/r/49044/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/as

mesos git commit: Minor clarification to the GPU_RESOURCES capability description.

2016-06-21 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master ea95e1226 -> 9497d6603 Minor clarification to the GPU_RESOURCES capability description. Review: https://reviews.apache.org/r/48986/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/

[2/2] mesos git commit: Extract public logic of collecting weights info into _getWeights.

2016-06-21 Thread vinodkone
Extract public logic of collecting weights info into _getWeights. This patch refactored the logic of collecting weights info in WeightsHandler. Extracted the public code into new `_getWeights` method so that the new operator API can reuse this method to collect weight info. Review: https://review

[1/2] mesos git commit: Implement GET_WEIGHTS Call in v1 master API.

2016-06-21 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master c9a1bf6c2 -> ea95e1226 Implement GET_WEIGHTS Call in v1 master API. Review: https://reviews.apache.org/r/48925/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ea95e12

mesos git commit: Updated a CHECK in Subprocess to include the failure message.

2016-06-21 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master b8d230990 -> c9a1bf6c2 Updated a CHECK in Subprocess to include the failure message. Review: https://reviews.apache.org/r/49057 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/meso

mesos git commit: Added the missing evolutions in `GetMetrics` operator APIs.

2016-06-21 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master bfda226bc -> b8d230990 Added the missing evolutions in `GetMetrics` operator APIs. Review: https://reviews.apache.org/r/49056/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos

mesos git commit: Restored the continuation logic fix.

2016-06-21 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 2762e1bc2 -> bfda226bc Restored the continuation logic fix. Commit aa1cfd38f544ea9fa615200ebf7612e05ac32031 fixed a race in a continuation in endpoint authorisation, while commit 608e3823dbc19fabf70687840f27b1a628ac0cd6 unintentionally roll

mesos git commit: Documented `Socket::shutdown()` in libprocess.

2016-06-21 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master eb9962cb9 -> 2762e1bc2 Documented `Socket::shutdown()` in libprocess. Socket::shutdown hard-codes `how` to be SHUT_RD. Documented this and added a TODO to remove the hard-coding. Review: https://reviews.apache.org/r/46026/ Project: http:

mesos git commit: Removed GET_RESOURCE_STATISTICS call from agent.proto.

2016-06-21 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 39c8e3648 -> eb9962cb9 Removed GET_RESOURCE_STATISTICS call from agent.proto. This call is subsumed by the GET_CONTAINERS call. Review: https://reviews.apache.org/r/49042 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Show orphan tasks in the webui.

2016-06-21 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 349ff0600 -> 39c8e3648 Show orphan tasks in the webui. Added orphan tasks count on left side table. Added orphan tasks table under completed tasks. Review: https://reviews.apache.org/r/48911/ Project: http://git-wip-us.apache.org/repos/a

mesos git commit: Audited includes in the DRF sorter.

2016-06-21 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 12ca831c1 -> 349ff0600 Audited includes in the DRF sorter. Review: https://reviews.apache.org/r/48455/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/349ff060 Tree: h

mesos git commit: Specify work_dir for agent in getting-started.md.

2016-06-21 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master c777e7cf1 -> 12ca831c1 Specify work_dir for agent in getting-started.md. Mesos 1.0 is not released yet but `./bin/mesos-agent.sh --master=127.0.0.1:5050` would fail for anyone who clones git repo and follows the getting started instructions

mesos git commit: Updated DRF sorter to avoid re-sorting when not necessary.

2016-06-21 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master a198f4163 -> c777e7cf1 Updated DRF sorter to avoid re-sorting when not necessary. The `dirty` bit is used to indicate that the sort order needs to be re-calculated in the DRF sorter. We set the bit to `true` in the appropriate cases, but we

mesos git commit: Minor cleanups to SorterTest.WDRFSorterUpdateWeight.

2016-06-21 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 0c0757ab3 -> a198f4163 Minor cleanups to SorterTest.WDRFSorterUpdateWeight. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a198f416 Tree: http://git-wip-us.apache.org/

mesos git commit: Fixed a DRF sorter bug: updating weights should "dirty" the sorting.

2016-06-21 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 8927be759 -> 0c0757ab3 Fixed a DRF sorter bug: updating weights should "dirty" the sorting. Review: https://reviews.apache.org/r/48062/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/

mesos git commit: Implemented SET_QUOTA Call in v1 master API.

2016-06-21 Thread anand
Repository: mesos Updated Branches: refs/heads/master 54b82e571 -> 8927be759 Implemented SET_QUOTA Call in v1 master API. Review: https://reviews.apache.org/r/48268/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8927be7

mesos git commit: Removed dangling reference error in a lambda capture.

2016-06-21 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 56503ea65 -> 54b82e571 Removed dangling reference error in a lambda capture. Capturing function parameters by reference in a lambda was causing a crash in certain situations. Review: https://reviews.apache.org/r/49027/ Project: http://gi

[1/2] mesos git commit: Fixed minor styling issues.

2016-06-21 Thread anand
Repository: mesos Updated Branches: refs/heads/master 834140a65 -> 56503ea65 Fixed minor styling issues. Review: https://reviews.apache.org/r/49001/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/818cc1fb Tree: http://gi

[2/2] mesos git commit: Reordered function definitions in master actor HTTP handlers.

2016-06-21 Thread anand
Reordered function definitions in master actor HTTP handlers. This change performs the following function definition reordering: \- It groups pre v1 API/v1 Master API handlers nearby for better readability. There were already some functions already doing this. \- For some handlers that use a help

mesos git commit: Updated documentation table in authorization.md to follow styleguide.

2016-06-21 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 8543c083f -> 834140a65 Updated documentation table in authorization.md to follow styleguide. Updates the table of authorization actions in "authorization.md" from a MarkDown table to an HTML one as required in our markdown style guide. Rev