mesos git commit: Fixed minor style issues.

2016-07-06 Thread me
Repository: mesos Updated Branches: refs/heads/master d66f0b1e6 -> f9e17a9cc Fixed minor style issues. Adds a proper breakline before braces in method definition. Review: https://reviews.apache.org/r/49359/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Updated docs to reflect contender and detector modules.

2016-07-06 Thread kapil
Repository: mesos Updated Branches: refs/heads/master 149f4c55b -> 485dcaf8c Updated docs to reflect contender and detector modules. Add 'Master contender and detector' section to 'Mesos Modules' doc. Review: https://reviews.apache.org/r/47292/ Project:

[3/4] mesos git commit: Changed name of authorization test.

2016-07-06 Thread vinodkone
Changed name of authorization test. The name should reflect the name of the submessage in ReRegisterSlave message. Review: https://reviews.apache.org/r/49699/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a626dfee Tree:

[2/4] mesos git commit: Renamed incorrect variable name in authorization tests.

2016-07-06 Thread vinodkone
Renamed incorrect variable name in authorization tests. Review: https://reviews.apache.org/r/49698/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1f2555ab Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1f2555ab

[4/4] mesos git commit: Added test to check orphaned tasks are filtered.

2016-07-06 Thread vinodkone
Added test to check orphaned tasks are filtered. Review: https://reviews.apache.org/r/49700/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d6a209a7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d6a209a7 Diff:

[1/3] mesos git commit: Renamed `unsubscribed_frameworks` to `recovered_frameworks`.

2016-07-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master d6a209a79 -> 29f848b73 Renamed `unsubscribed_frameworks` to `recovered_frameworks`. Review: https://reviews.apache.org/r/49681/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/3] mesos git commit: Added filtering for orphaned tasks in `GET_TASKS` operator API.

2016-07-06 Thread vinodkone
Added filtering for orphaned tasks in `GET_TASKS` operator API. Review: https://reviews.apache.org/r/49686/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/29f848b7 Tree:

[2/3] mesos git commit: Added filtering for orphaned executors in `GET_EXECUTORS` operator API.

2016-07-06 Thread vinodkone
Added filtering for orphaned executors in `GET_EXECUTORS` operator API. Review: https://reviews.apache.org/r/49685/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c1e0e4a4 Tree:

mesos git commit: Added authz to /files/debug endpoint.

2016-07-06 Thread me
Repository: mesos Updated Branches: refs/heads/master 29f848b73 -> 778441ddf Added authz to /files/debug endpoint. Review: https://reviews.apache.org/r/49600/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/778441dd

mesos git commit: Updated CHANGELOG to more accurately reflect 1.0.0 Nvidia GPU support.

2016-07-06 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 778441ddf -> 8e274c246 Updated CHANGELOG to more accurately reflect 1.0.0 Nvidia GPU support. Review: https://reviews.apache.org/r/49710/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added CMakeLists.txt to release guide.

2016-07-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 13c2020d4 -> d1ba1c8e2 Added CMakeLists.txt to release guide. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d1ba1c8e Tree:

[3/5] mesos git commit: Fixed Mesos containerizer to set container FETCHING state.

2016-07-06 Thread yan
Fixed Mesos containerizer to set container FETCHING state. If the container state is not properly set to FETCHING, Mesos agent cannot detect the terminated executor when the fetcher times out. Review: https://reviews.apache.org/r/49650 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

[5/5] mesos git commit: Fail container launch if it's destroyed during logger->prepare().

2016-07-06 Thread yan
Fail container launch if it's destroyed during logger->prepare(). Review: https://reviews.apache.org/r/49725 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dc18dd7a Tree:

[2/5] mesos git commit: Improved Mesos containerizer logging and documentation.

2016-07-06 Thread yan
Improved Mesos containerizer logging and documentation. Review: https://reviews.apache.org/r/49651 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/48b1bfa6 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/48b1bfa6

[4/5] mesos git commit: Improved Mesos containerizer invariant checking.

2016-07-06 Thread yan
Improved Mesos containerizer invariant checking. One of the reasons for MESOS-5763 is due to the lack invariant checking. Mesos containerizer transitions the container state in particular ways so when continuation chains could potentially be interleaved with other actions we should verify the

[1/5] mesos git commit: Made Mesos containerizer error messages more consistent.

2016-07-06 Thread yan
Repository: mesos Updated Branches: refs/heads/master b16dbb2c2 -> 13c2020d4 Made Mesos containerizer error messages more consistent. We've been using slightly different wordings of the same condition in multiple places in Mesos containerizer but they don't provide additional information

mesos git commit: Added documentation around available client libraries.

2016-07-06 Thread anand
Repository: mesos Updated Branches: refs/heads/master 6825025f1 -> 76f2cc1a2 Added documentation around available client libraries. This change adds documentation for supported/user contributed client libraries available for the Mesos HTTP API. Review: https://reviews.apache.org/r/49279/

mesos git commit: Fix the Windows build.

2016-07-06 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master 76f2cc1a2 -> 8cbc1aeff Fix the Windows build. The `patch` command on Windows has a `--binary` option to deal with the line ending discrepancy (CRLF vs LF) on Windows. We missed this option in one of the Windows patch commands. Project:

mesos git commit: Added contributor to contributors.yaml.

2016-07-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8e274c246 -> 850bab164 Added contributor to contributors.yaml. This closes #129 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/850bab16 Tree:

mesos git commit: Added agent and scheduler authentication backoff.

2016-07-06 Thread me
Repository: mesos Updated Branches: refs/heads/master 850bab164 -> 6825025f1 Added agent and scheduler authentication backoff. The backoff follows the existing pattern for backoff used during agent registration where we backoff for some random time in an interval of increasing length capped

mesos git commit: Refactor all `get*` helper functions for master API to blocking version.

2016-07-06 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8cbc1aeff -> b16dbb2c2 Refactor all `get*` helper functions for master API to blocking version. This makes sure \`GetState()\` collection is done in an atomic fashion and avoid a race condition when doing `subscribe`. Things can be

mesos git commit: Reverted 8cbc1aeffbbed1adc0a136740af821a7c6c9f83a.

2016-07-06 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master efbf89cdb -> bc7edb36d Reverted 8cbc1aeffbbed1adc0a136740af821a7c6c9f83a. Added a comment explaining the discrepancy in the Windows build. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Increased the timeout in DiskQuotaTest.SlaveRecovery.

2016-07-06 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 760894e56 -> 8985f1e0d Increased the timeout in DiskQuotaTest.SlaveRecovery. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8985f1e0 Tree:

mesos git commit: Add Ian Downes to contributors.

2016-07-06 Thread idownes
Repository: mesos Updated Branches: refs/heads/master d1ba1c8e2 -> 760894e56 Add Ian Downes to contributors. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/760894e5 Tree:

mesos git commit: Added an ifdef linux guard in launch helper binary.

2016-07-06 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 3fccd5390 -> efbf89cdb Added an ifdef linux guard in launch helper binary. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/efbf89cd Tree:

mesos git commit: Fixed the flaky DiskQuotaTest.SlaveRecovery.

2016-07-06 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 52f9661a5 -> 3fccd5390 Fixed the flaky DiskQuotaTest.SlaveRecovery. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3fccd539 Tree: