mesos git commit: Remove broken documentation link to the manjaro project.

2016-10-25 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master d3f6c5c55 -> e5ea4f48b Remove broken documentation link to the manjaro project. Review: https://reviews.apache.org/r/53180/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/co

mesos git commit: Fixed flakiness in `MasterTest.UnreachableTaskAfterFailover`.

2016-10-25 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.1.x e1b6b2145 -> eeaeb7089 Fixed flakiness in `MasterTest.UnreachableTaskAfterFailover`. After launching a task, we need to wait for the slave to receive the scheduler's ack of the initial TASK_RUNNING status update. If not, the status update mi

[4/4] mesos git commit: Added MESOS-6445 to CHANGELOG for 1.1.0.

2016-10-25 Thread vinodkone
Added MESOS-6445 to CHANGELOG for 1.1.0. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e1b6b214 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e1b6b214 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e1b6b21

[3/4] mesos git commit: Tweaked test expectation.

2016-10-25 Thread vinodkone
Tweaked test expectation. `WillOnce` is more accurate than `WillRepeatedly`. Review: https://reviews.apache.org/r/53098/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c6516be5 Tree: http://git-wip-us.apache.org/repos/asf/m

[2/4] mesos git commit: Fixed bug when marking agents unreachable after master failover.

2016-10-25 Thread vinodkone
Fixed bug when marking agents unreachable after master failover. If the master fails over and an agent does not re-register within the `agent_reregister_timeout`, the master marks the agent as unreachable in the registry and sends `slaveLost` for it. However, we neglected to update the master's in

[1/4] mesos git commit: Avoided passing `TimeInfo` by value.

2016-10-25 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/1.1.x c2cb47f78 -> e1b6b2145 Avoided passing `TimeInfo` by value. Although this is likely to remain small in practice, passing by const reference should be preferred until there is a reason not to. Review: https://reviews.apache.org/r/53099/ Pr

mesos git commit: Added MESOS-6445 to CHANGELOG for 1.1.0.

2016-10-25 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 16f479d15 -> d3f6c5c55 Added MESOS-6445 to CHANGELOG for 1.1.0. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d3f6c5c5 Tree: http://git-wip-us.apache.org/repos/asf/me