mesos git commit: Added MESOS-5913 to 0.28.3 CHANGELOG.

2016-08-02 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master e8d26baac -> 575e30e73 Added MESOS-5913 to 0.28.3 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/575e30e7 Tree:

[1/2] mesos git commit: Supported scratch containers in Unified Containerizer.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/1.0.x 0324916fc -> d3e6a857e Supported scratch containers in Unified Containerizer. Before this patch, we are assuming the 'tmpfs' mount point '/tmp' always exist in the container's new rootfs. However, this is not true. For the scratch container

[2/2] mesos git commit: Added MESOS-5927 to 1.0.1 CHANGELOG.

2016-08-02 Thread jieyu
Added MESOS-5927 to 1.0.1 CHANGELOG. Review: https://reviews.apache.org/r/50728/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d3e6a857 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d3e6a857 Diff:

mesos git commit: Added logs for pre-exec commands to sandbox in MesosContainerizerLaunch.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master b7d3e2150 -> 9579a298d Added logs for pre-exec commands to sandbox in MesosContainerizerLaunch. Review: https://reviews.apache.org/r/50581/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/2] mesos git commit: Fixed use-after-close bug when using libevent and SSL.

2016-08-02 Thread bmahler
Repository: mesos Updated Branches: refs/heads/0.27.x 08f983af3 -> 3cbbe8fb8 Fixed use-after-close bug when using libevent and SSL. The deferred call to SSL_shutdown within ~LibeventSSLSocketImpl can occur after the socket fd has been closed by Socket::~Impl. This can lead to a TLS Alert

[5/8] mesos git commit: Removed unused user variable in filesystem linux isolator prepare.

2016-08-02 Thread jieyu
Removed unused user variable in filesystem linux isolator prepare. Review: https://reviews.apache.org/r/50580/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/44d32ea2 Tree:

[3/8] mesos git commit: Updated docker volume isolator to return non-shell 'pre_exec_commands'.

2016-08-02 Thread jieyu
Updated docker volume isolator to return non-shell 'pre_exec_commands'. Review: https://reviews.apache.org/r/50535/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1ea9665f Tree:

[8/8] mesos git commit: Fixed the white space indentation in CHANGELOG.

2016-08-02 Thread jieyu
Fixed the white space indentation in CHANGELOG. Review: https://reviews.apache.org/r/50726/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0324916f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0324916f Diff:

[4/8] mesos git commit: Updated filesystem linux isolator pre exec commands to be non-shell.

2016-08-02 Thread jieyu
Updated filesystem linux isolator pre exec commands to be non-shell. Review: https://reviews.apache.org/r/50216/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ca3c6b9d Tree:

[1/8] mesos git commit: Supported non-shell command in MesosLaunch to avoid arbitrary commands.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/1.0.x 547d42f73 -> 0324916fc Supported non-shell command in MesosLaunch to avoid arbitrary commands. Currently all pre_exec_commands are executed as shell commands in Mesos Launch. It is not safe because arbitrary shell command may be included in

[6/8] mesos git commit: Added logs for pre-exec commands to sandbox in MesosContainerizerLaunch.

2016-08-02 Thread jieyu
Added logs for pre-exec commands to sandbox in MesosContainerizerLaunch. Review: https://reviews.apache.org/r/50581/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/263f4e30 Tree:

[2/8] mesos git commit: Updated mesos containerizer launch execute() to return 'EXIT_FAILURE'.

2016-08-02 Thread jieyu
Updated mesos containerizer launch execute() to return 'EXIT_FAILURE'. Review: https://reviews.apache.org/r/50534/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f3b63702 Tree:

[7/8] mesos git commit: Added MESOS-5388 to 1.0.1 CHANGELOG.

2016-08-02 Thread jieyu
Added MESOS-5388 to 1.0.1 CHANGELOG. Review: https://reviews.apache.org/r/50724/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6008ce1f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6008ce1f Diff:

mesos git commit: Added MESOS-5913 to 0.27.4 CHANGELOG.

2016-08-02 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 575e30e73 -> 9ca17ffa2 Added MESOS-5913 to 0.27.4 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9ca17ffa Tree:

[2/2] mesos git commit: Added MESOS-5927 to 0.28.3 CHANGELOG.

2016-08-02 Thread jieyu
Added MESOS-5927 to 0.28.3 CHANGELOG. Review: https://reviews.apache.org/r/50729/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e8ec0398 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e8ec0398 Diff:

[1/2] mesos git commit: Supported scratch containers in Unified Containerizer.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/0.28.x 199b7cd0e -> e8ec0398d Supported scratch containers in Unified Containerizer. Before this patch, we are assuming the 'tmpfs' mount point '/tmp' always exist in the container's new rootfs. However, this is not true. For the scratch

mesos git commit: Removed unused user variable in filesystem linux isolator prepare.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 9ca17ffa2 -> 9c7789943 Removed unused user variable in filesystem linux isolator prepare. Review: https://reviews.apache.org/r/50580/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added MESOS-5927 to 0.28.3 CHANGELOG.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master f0cf8cc37 -> 1e049dba4 Added MESOS-5927 to 0.28.3 CHANGELOG. Review: https://reviews.apache.org/r/50729/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1e049dba

[1/2] mesos git commit: Fixed use-after-close bug when using libevent and SSL.

2016-08-02 Thread bmahler
Repository: mesos Updated Branches: refs/heads/0.28.x 6074ea541 -> 199b7cd0e Fixed use-after-close bug when using libevent and SSL. The deferred call to SSL_shutdown within ~LibeventSSLSocketImpl can occur after the socket fd has been closed by Socket::~Impl. This can lead to a TLS Alert

[2/2] mesos git commit: Added MESOS-5913 to 0.28.3 CHANGELOG.

2016-08-02 Thread bmahler
Added MESOS-5913 to 0.28.3 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/199b7cd0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/199b7cd0 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/199b7cd0

[2/2] mesos git commit: Fixed `clean-python` Makefile target.

2016-08-02 Thread josephwu
Fixed `clean-python` Makefile target. Our usage of `find ... -exec` did not take into account the order of operations in `find`. The placement of `-exec` at the end meant that only the `*.egg-info` files were being deleted. Adding parentheses around all the `-o` operators fixes what is being

[2/6] mesos git commit: Supported scratch containers in Unified Containerizer.

2016-08-02 Thread jieyu
Supported scratch containers in Unified Containerizer. Before this patch, we are assuming the 'tmpfs' mount point '/tmp' always exist in the container's new rootfs. However, this is not true. For the scratch container (which is a common case), '/tmp' may not exist, and there may only be an

[4/6] mesos git commit: Fixed the bind backend document in container-image.md.

2016-08-02 Thread jieyu
Fixed the bind backend document in container-image.md. Review: https://reviews.apache.org/r/50721/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0a35c429 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0a35c429

[1/6] mesos git commit: Deprecated the 'rootfs' proto field in ContainerLaunchInfo.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master a2541e6b4 -> f0cf8cc37 Deprecated the 'rootfs' proto field in ContainerLaunchInfo. Review: https://reviews.apache.org/r/50718/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/6] mesos git commit: Added comments for tmpfs and sandbox mountpoints for bind backend.

2016-08-02 Thread jieyu
Added comments for tmpfs and sandbox mountpoints for bind backend. Review: https://reviews.apache.org/r/50720/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5aa66ff1 Tree:

[6/6] mesos git commit: Added MESOS-5927 to 1.0.1 CHANGELOG.

2016-08-02 Thread jieyu
Added MESOS-5927 to 1.0.1 CHANGELOG. Review: https://reviews.apache.org/r/50728/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f0cf8cc3 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f0cf8cc3 Diff:

[5/6] mesos git commit: Added a unit test for scratch based docker images.

2016-08-02 Thread jieyu
Added a unit test for scratch based docker images. Review: https://reviews.apache.org/r/50727/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1afdafd5 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1afdafd5 Diff:

[2/2] mesos git commit: Fixed the white space indentation in CHANGELOG.

2016-08-02 Thread jieyu
Fixed the white space indentation in CHANGELOG. Review: https://reviews.apache.org/r/50726/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a2541e6b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a2541e6b Diff:

[1/2] mesos git commit: Added MESOS-5388 to 1.0.1 CHANGELOG.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 9579a298d -> a2541e6b4 Added MESOS-5388 to 1.0.1 CHANGELOG. Review: https://reviews.apache.org/r/50724/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2d605f0b Tree:

[5/7] mesos git commit: Added v1 Scheduler/Mesos interface in Java.

2016-08-02 Thread anand
Added v1 Scheduler/Mesos interface in Java. This change adds an interface for the v1 Scheduler + Mesos interface that the schedulers can use to connect to Mesos. Review: https://reviews.apache.org/r/50250 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[3/7] mesos git commit: Added helper functions for v1 JNI `construct()`/`convert()`.

2016-08-02 Thread anand
Added helper functions for v1 JNI `construct()`/`convert()`. These would be used later in the chain for the making JNI calls to v1 Mesos implementation in native code. Review: https://reviews.apache.org/r/50248 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[6/7] mesos git commit: Added native implementation for the V0 Mesos Adapter.

2016-08-02 Thread anand
Added native implementation for the V0 Mesos Adapter. This change adds the C++ implementation for the JAVA V0 to V1 Mesos implementation adapter (driver + scheduler). Review: https://reviews.apache.org/r/50253 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[7/7] mesos git commit: Added java implementations for the V0/V1 implementation for Mesos.

2016-08-02 Thread anand
Added java implementations for the V0/V1 implementation for Mesos. Review: https://reviews.apache.org/r/50251 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/58555326 Tree:

[2/7] mesos git commit: Added native implementation for v1 Mesos interface.

2016-08-02 Thread anand
Added native implementation for v1 Mesos interface. This change adds the native C++ implementation for the v1 Java class `JNIMesos` used for interacting with Mesos. Review: https://reviews.apache.org/r/50252 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/7] mesos git commit: Added an example test for the V0/V1 Mesos java implementation.

2016-08-02 Thread anand
Repository: mesos Updated Branches: refs/heads/master 9567fb420 -> 74ceb051c Added an example test for the V0/V1 Mesos java implementation. Review: https://reviews.apache.org/r/50254 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[4/7] mesos git commit: Added a abstract base class for scheduler library.

2016-08-02 Thread anand
Added a abstract base class for scheduler library. This change adds an abstract base class `MesosBase` that would be used by implementations for interacting with Mesos via the Scheduler API. This is needed later for implementing the V0->V1 Scheduler Adapter. Review:

mesos git commit: Enhanced benchmark tests for resources to include shared resources.

2016-08-02 Thread yan
Repository: mesos Updated Branches: refs/heads/master 74ceb051c -> 59a61a4b3 Enhanced benchmark tests for resources to include shared resources. Review: https://reviews.apache.org/r/50205/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Minor white space fix in slave.cpp.

2016-08-02 Thread yan
Repository: mesos Updated Branches: refs/heads/master d3cbafda6 -> 4f297654f Minor white space fix in slave.cpp. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4f297654 Tree:

[1/2] mesos git commit: Fixed continuation logic in logrotate module.

2016-08-02 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master e1cb01a15 -> b7d3e2150 Fixed continuation logic in logrotate module. Previously the module's inner loop followed via `.then([=]` which potentially executes the continuation on a different process. This patch fixes this behavior (it should

[2/2] mesos git commit: Implemented `CgroupsIsolatorProcess::initialize`.

2016-08-02 Thread jieyu
Implemented `CgroupsIsolatorProcess::initialize`. Review: https://reviews.apache.org/r/50642/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cc16d1dc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cc16d1dc Diff:

[1/2] mesos git commit: Implemented `CgroupsIsolatorProcess::finalize`.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 74e959848 -> 2eeb98e73 Implemented `CgroupsIsolatorProcess::finalize`. Review: https://reviews.apache.org/r/50643/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/5] mesos git commit: Fixed quoting for executor IDs in log messages.

2016-08-02 Thread anand
Fixed quoting for executor IDs in log messages. Executor IDs should be quoted. Review: https://reviews.apache.org/r/50516/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9417ae4c Tree:

[5/5] mesos git commit: Made the JSON snippets complete in the Scheduler HTTP API doc.

2016-08-02 Thread anand
Made the JSON snippets complete in the Scheduler HTTP API doc. Review: https://reviews.apache.org/r/50626/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/74e95984 Tree:

[3/5] mesos git commit: Clarified log messages during master startup.

2016-08-02 Thread anand
Clarified log messages during master startup. In particular, it is confusing to have two separate log messages: "detected a new leader" and "elected as the new leader". Review: https://reviews.apache.org/r/50518/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[1/5] mesos git commit: Reduced logging verbosity for replicated log operations.

2016-08-02 Thread anand
Repository: mesos Updated Branches: refs/heads/master 58a1bd139 -> 74e959848 Reduced logging verbosity for replicated log operations. Logging the duration required for each storage operation at `INFO` level is overkill for most people consuming the log. Review:

[4/5] mesos git commit: Tweaked agent logging.

2016-08-02 Thread anand
Tweaked agent logging. Review: https://reviews.apache.org/r/50520/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f9b0558a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f9b0558a Diff:

mesos git commit: Used `await` instead of `collect` on `Subsystem` operations.

2016-08-02 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 59a61a4b3 -> 58a1bd139 Used `await` instead of `collect` on `Subsystem` operations. In order to get the error message for each subsystem, this patch changes to use `await` on `Subsystem` operations and combines every unready `Future` error

[3/3] mesos git commit: Removed `O_SYNC` from StatusUpdateManager.

2016-08-02 Thread joris
Removed `O_SYNC` from StatusUpdateManager. The StatusUpdateManager data is not recovered after reboot. This means we can rely on flushes to the page cache to be sufficient for writing status updates. Review: https://reviews.apache.org/r/50635/ Project:

[1/3] mesos git commit: Libprocess: Fixed decoder to support incremental URL parsing.

2016-08-02 Thread joris
Repository: mesos Updated Branches: refs/heads/master 2eeb98e73 -> d566536f6 Libprocess: Fixed decoder to support incremental URL parsing. Review: https://reviews.apache.org/r/50634 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/3] mesos git commit: Libprocess: Removed old http_parser code.

2016-08-02 Thread joris
Libprocess: Removed old http_parser code. We remove the code that supported the `HTTP_PARSER_VERSION_MAJOR` < 2 path. Review: https://reviews.apache.org/r/50683 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f291d502 Tree:

mesos git commit: Added MESOS-5943 to 1.0.1 CHANGELOG.

2016-08-02 Thread joris
Repository: mesos Updated Branches: refs/heads/master d566536f6 -> 069c64062 Added MESOS-5943 to 1.0.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/069c6406 Tree:

mesos git commit: Added agent and scheduler authentication backoff.

2016-08-02 Thread me
Repository: mesos Updated Branches: refs/heads/0.27.x 0b63bc928 -> b62d391fc 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: Check for shared count and scalar values in subtraction of resources.

2016-08-02 Thread yan
Repository: mesos Updated Branches: refs/heads/master 1e049dba4 -> d3cbafda6 Check for shared count and scalar values in subtraction of resources. Review: https://reviews.apache.org/r/50732/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Minor white space fix.

2016-08-02 Thread yan
Repository: mesos Updated Branches: refs/heads/master 069c64062 -> a3fffcd70 Minor white space fix. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a3fffcd7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a3fffcd7

[1/2] mesos git commit: Libprocess: Fixed decoder to support incremental URL parsing.

2016-08-02 Thread joris
Repository: mesos Updated Branches: refs/heads/1.0.x 2181d109a -> 547d42f73 Libprocess: Fixed decoder to support incremental URL parsing. Review: https://reviews.apache.org/r/50634 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Added MESOS-5943 to 1.0.1 CHANGELOG.

2016-08-02 Thread joris
Added MESOS-5943 to 1.0.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/547d42f7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/547d42f7 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/547d42f7

[1/2] mesos git commit: Libprocess: Fixed decoder to support incremental URL parsing.

2016-08-02 Thread joris
Repository: mesos Updated Branches: refs/heads/0.28.x d219d5057 -> 6074ea541 Libprocess: Fixed decoder to support incremental URL parsing. Review: https://reviews.apache.org/r/50634 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Added MESOS-5943 to 0.28.3 CHANGELOG.

2016-08-02 Thread joris
Added MESOS-5943 to 0.28.3 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6074ea54 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6074ea54 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6074ea54

[1/2] mesos git commit: Libprocess: Fixed decoder to support incremental URL parsing.

2016-08-02 Thread joris
Repository: mesos Updated Branches: refs/heads/0.27.x b62d391fc -> 08f983af3 Libprocess: Fixed decoder to support incremental URL parsing. Review: https://reviews.apache.org/r/50634 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/2] mesos git commit: Added MESOS-5943 to 0.27.4 CHANGELOG.

2016-08-02 Thread joris
Added MESOS-5943 to 0.27.4 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/08f983af Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/08f983af Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/08f983af

[1/2] mesos git commit: Added MESOS-5943 to 0.27.4 CHANGELOG.

2016-08-02 Thread joris
Repository: mesos Updated Branches: refs/heads/master a3fffcd70 -> e8d26baac Added MESOS-5943 to 0.27.4 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e8d26baa Tree:

[2/2] mesos git commit: Added MESOS-5943 to 0.28.3 CHANGELOG.

2016-08-02 Thread joris
Added MESOS-5943 to 0.28.3 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/47aa9eab Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/47aa9eab Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/47aa9eab