Re: Review Request 23771: Added a Docker containerizer.

2014-08-02 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23771/#review49418 --- Bad patch! Reviews applied: [23771] Failed command: git apply

Re: Review Request 24128: Add 'max_num_executors' flag for use with network isolation

2014-08-02 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24128/#review49420 --- Bad patch! Reviews applied: [24128] Failed command:

Re: Review Request 23700: Added 'timed_tests.sh' script to help investigate the cause of hanging tests.

2014-08-02 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23700/#review49421 --- Patch looks great! Reviews applied: [23700] All tests passed. -

Re: Python bindings are changing!

2014-08-02 Thread Thomas Rampelberg
You'll want to match the python bindings to your mesos version as the functionality is coming from libmesos itself. It might work to use 0.19 with a 0.20 mesos (or visa versa), but there be dragons =) On Fri, Aug 1, 2014 at 1:30 PM, Jie Yu yujie@gmail.com wrote: Thomas, Thank you for the