mesos git commit: Remove unnecessary hashmap lookups.

2017-04-19 Thread neilc
Repository: mesos Updated Branches: refs/heads/master 3b70d417a -> 316b433db Remove unnecessary hashmap lookups. In a number of places, we tested whether the slaves hashmap contains the desired element before indexing it. It is safe to just index it and check for a NULL result, which saves us

mesos git commit: Removed unnecessary Registry copying to improve performance.

2017-04-19 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 99acafa5e -> 3b70d417a Removed unnecessary Registry copying to improve performance. When the number of agents is large every `Registry` copy operation takes a lot of time (~0.4 sec with 55k agents), because it involves deep copying a big ob

[1/2] mesos git commit: Prevent agent from crashing when the ID is too long.

2017-04-19 Thread jieyu
Repository: mesos Updated Branches: refs/heads/1.2.x d9e6daa11 -> 8d847ec01 Prevent agent from crashing when the ID is too long. When launching a task with a very long name mkdir will fail and crash the agent, making it quick and easy to remotely crash any agent(s). This changes makes sure tha

[2/2] mesos git commit: Added MESOS-7346 to 1.2.1 CHANGELOG.

2017-04-19 Thread jieyu
Added MESOS-7346 to 1.2.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8d847ec0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8d847ec0 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8d847ec0 B

mesos git commit: Added MESOS-7346 to 1.2.1 CHANGELOG.

2017-04-19 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 253c89483 -> 99acafa5e Added MESOS-7346 to 1.2.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/99acafa5 Tree: http://git-wip-us.apache.org/repos/asf/mesos/

mesos git commit: Removed 'deprecated' tag from FrameowrkInfo.role.

2017-04-19 Thread bmahler
Repository: mesos Updated Branches: refs/heads/1.2.x ccfb4cc81 -> d9e6daa11 Removed 'deprecated' tag from FrameowrkInfo.role. This was intended to be deprecated only once the support for using the FrameworkInfo.roles field was complete, which was not the case in 1.2.x. Project: http://git-wi

mesos git commit: Fixed the samples in multiple-disk.md.

2017-04-19 Thread qianzhang
Repository: mesos Updated Branches: refs/heads/master a1610 -> 253c89483 Fixed the samples in multiple-disk.md. Review: https://reviews.apache.org/r/58473/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/253c8948 Tree

mesos git commit: Added Dangdang to 'powered by mesos' list.

2017-04-19 Thread haosdent
Repository: mesos Updated Branches: refs/heads/master cd927874e -> a1610 Added Dangdang to 'powered by mesos' list. This closes #207 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a161 Tree: http://git-wip-us.apa