[1/2] mesos git commit: Removed a not-useful log message.

2016-07-18 Thread anand
Repository: mesos Updated Branches: refs/heads/master 2e5201889 -> 77ddbb62d Removed a not-useful log message. Review: https://reviews.apache.org/r/49602/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/30abc1c0 Tree:

[2/2] mesos git commit: Fixed incorrect clock time in log messages.

2016-07-18 Thread anand
Fixed incorrect clock time in log messages. Previous code included a pointer value in a log message, rather than the clock time that the pointer points at. Review: https://reviews.apache.org/r/49604/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed a memory lifetime issue in LibeventSSLSocketImp::send.

2016-07-18 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 6c628d4a3 -> 4d97171c1 Fixed a memory lifetime issue in LibeventSSLSocketImp::send. This function accidentally assumed that 'data' will live beyond the scope of the call, by using 'data' within an asynchronous context. This copies the

mesos git commit: Fixed the flaky test case `AgentAPITest.GetState`.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 061632cb5 -> 6c628d4a3 Fixed the flaky test case `AgentAPITest.GetState`. This test case is flaky because we didn't wait for the agent receives and properly handles the ACK of `TASK_KILLED`. Then the agent may have not yet marked the task

mesos git commit: Added missing tables attributes in docs.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master bd2310b56 -> 061632cb5 Added missing tables attributes in docs. Most of the tables presented in docs uses `class="table table-striped"`. To make tables looks consitent I added this attribute where it was missing on modules and

[1/3] mesos git commit: Updated Windows build instructions.

2016-07-18 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master fd89c0754 -> bd2310b56 Updated Windows build instructions. Adds notes about the type of Visual Studio installation expected (C++), the git checkout configuration, and the build path on Windows. Review: https://reviews.apache.org/r/50080/

[3/3] mesos git commit: Synced up common/values.cpp and v1/values.cpp.

2016-07-18 Thread josephwu
Synced up common/values.cpp and v1/values.cpp. Includes two patches made on common/values.cpp: 1) https://reviews.apache.org/r/45813/ Removed capture by reference. 2) https://reviews.apache.org/r/48593/ Refactor Value::Ranges subtraction. Review: https://reviews.apache.org/r/50138/

mesos git commit: Simplified the checkpointed resources handling logic.

2016-07-18 Thread yan
Repository: mesos Updated Branches: refs/heads/master cfe3e1f55 -> fd89c0754 Simplified the checkpointed resources handling logic. Currently we always checkpoint resources.target and in the agent recovery path we have to handle the target being the same as the committed resources.info. If we

mesos git commit: Added more timing output for allocator benchmark tests.

2016-07-18 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 7cb67544d -> cfe3e1f55 Added more timing output for allocator benchmark tests. This patch is adding elapsed time for addFramework, addSlave and setQuota in allocator benchmark tests, adding these elapsed time can help evaluate the

mesos git commit: Call watch.stop() to get a more accurate time in allocator benchmarks.

2016-07-18 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master cbfd35754 -> 7a4746e29 Call watch.stop() to get a more accurate time in allocator benchmarks. This path includes two fixes: * Always call watch.stop() explicitly to get an accurate time for benchmark test. * Move `watch.start()`

[1/2] mesos git commit: Included v1 Executor Protos in maven jar.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/0.28.x 5464a90ca -> f5e308877 Included v1 Executor Protos in maven jar. Updated the Makefile to include v1 executor protos classes files in the generated mesos maven jar. Review: https://reviews.apache.org/r/47582/ Project:

mesos git commit: Added capabilities support in ContanerInfo protobuf.

2016-07-18 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 3ce09f6e9 -> cbfd35754 Added capabilities support in ContanerInfo protobuf. Review: https://reviews.apache.org/r/46369/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[5/5] mesos git commit: Updated the 1.0.0 CHANGELOG for a bug fix.

2016-07-18 Thread jieyu
Updated the 1.0.0 CHANGELOG for a bug fix. Review: https://reviews.apache.org/r/50145 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5f135195 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5f135195 Diff:

[2/5] mesos git commit: Handled /etc/* file being dead links in CNI isolator.

2016-07-18 Thread jieyu
Handled /etc/* file being dead links in CNI isolator. Review: https://reviews.apache.org/r/50107 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/76ed504b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/76ed504b Diff:

[4/5] mesos git commit: Handled systems that miss /etc/hostname in CNI isolator.

2016-07-18 Thread jieyu
Handled systems that miss /etc/hostname in CNI isolator. Review: https://reviews.apache.org/r/50108 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8a0d7e0c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8a0d7e0c

[3/5] mesos git commit: Ignored /etc/* mounts to host filesystems if host network is used.

2016-07-18 Thread jieyu
Ignored /etc/* mounts to host filesystems if host network is used. Review: https://reviews.apache.org/r/50102 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4cef44c2 Tree:

[1/5] mesos git commit: Enhancement for containers which have image and join host network.

2016-07-18 Thread jieyu
Repository: mesos Updated Branches: refs/heads/1.0.x 9c8bfa9b1 -> 5f1351957 Enhancement for containers which have image and join host network. For the containers which have image and join host network, we enhanced 'network/cni' isolator to make sure they have access to host /etc/hosts ,

mesos git commit: Added Dhilip to contributors.yml.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 8a8286ccd -> 241214841 Added Dhilip to contributors.yml. This closes #142 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/24121484 Tree:

mesos git commit: Consistency in persistent volumes between master and agent on failure.

2016-07-18 Thread yan
Repository: mesos Updated Branches: refs/heads/master f1f3851ef -> 8a8286ccd Consistency in persistent volumes between master and agent on failure. When the agent receives CheckpointedResourcesMessage, we store the target checkpoint on disk. On successful create and destroy of persistent

[3/3] mesos git commit: Ignored /etc/* mounts to host filesystems if host network is used.

2016-07-18 Thread jieyu
Ignored /etc/* mounts to host filesystems if host network is used. Review: https://reviews.apache.org/r/50102 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0bf29fac Tree:

[2/3] mesos git commit: Handled /etc/* file being dead links in CNI isolator.

2016-07-18 Thread jieyu
Handled /etc/* file being dead links in CNI isolator. Review: https://reviews.apache.org/r/50107 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d8665b34 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d8665b34 Diff:

[1/3] mesos git commit: Handled systems that miss /etc/hostname in CNI isolator.

2016-07-18 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master cca92ceac -> f1f3851ef Handled systems that miss /etc/hostname in CNI isolator. Review: https://reviews.apache.org/r/50108 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Fixed the incomplete `TaskStatus` message of docker executor.

2016-07-18 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 32a10d6f8 -> cca92ceac Fixed the incomplete `TaskStatus` message of docker executor. When we enable health check for the tasks run in docker container, their `TaskStatus` messages generated by docker executor may miss `NetworkInfo` field

mesos git commit: Fixed flakiness in persistent volume test case.

2016-07-18 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 0411f0139 -> 32a10d6f8 Fixed flakiness in persistent volume test case. In PersistentVolumeEndpointsTest.OfferCreateThenEndpointRemove, add an extra offer cycle. Along the way, clean up some comments. Review:

mesos git commit: Ensured that framework IDs are quoted consistency in log messages.

2016-07-18 Thread tillt
Repository: mesos Updated Branches: refs/heads/master 44e10cb2a -> 0411f0139 Ensured that framework IDs are quoted consistency in log messages. Framework IDs are assigned by the master, so we know they follow a predictable format that does not contain whitespace. Hence, when including