Re: Review Request 20507: Fixed master to reject completed frameworks from re-registering.

2014-07-31 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20507/#review49210 --- src/master/master.cpp

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2277

2014-07-31 Thread Apache Jenkins Server
for position 5 I0731 06:21:18.372864 15019 sched.cpp:747] Stopping framework '20140731-062118-453759884-45430-14840-' I0731 06:21:18.372928 15024 master.cpp:1537] Asked to unregister framework 20140731-062118-453759884-45430-14840- I0731 06:21:18.372938 15024 master.cpp:3826] Removing framework

Re: Review Request 23771: Added a Docker containerizer.

2014-07-31 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23771/ --- (Updated July 31, 2014, 8:06 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 24124: Added a slave metric for exposing the number of active containers.

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

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

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

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

2014-07-31 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24128/ --- (Updated July 31, 2014, 10:09 a.m.) Review request for mesos, Benjamin Hindman

Re: Review Request 23771: Added a Docker containerizer.

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

Re: Review Request 23771: Added a Docker containerizer.

2014-07-31 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23771/#review49240 --- src/docker/docker.cpp

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

2014-07-31 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24128/ --- (Updated July 31, 2014, 11:54 a.m.) Review request for mesos, Benjamin Hindman

Re: Review Request 23771: Added a Docker containerizer.

2014-07-31 Thread Timothy Chen
On July 31, 2014, 6:39 p.m., Jie Yu wrote: src/docker/docker.cpp, lines 288-294 https://reviews.apache.org/r/23771/diff/8/?file=646708#file646708line288 You should be able to chain remove with check: return check(cmd, s).then(lambda::bind(__kill, *this, container,

Re: Review Request 23224: Refactored the python bindings into multiple modules.

2014-07-31 Thread Thomas Rampelberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23224/ --- (Updated July 31, 2014, 10:05 p.m.) Review request for mesos. Changes

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2277

2014-07-31 Thread Benjamin Mahler
:18.372555 15017 coordinator.cpp:340] Coordinator attempting to write APPEND action at position 5 I0731 06:21:18.372774 15017 replica.cpp:508] Replica received write request for position 5 I0731 06:21:18.372864 15019 sched.cpp:747] Stopping framework '20140731-062118-453759884-45430-14840-

Re: Review Request 23771: Added a Docker containerizer.

2014-07-31 Thread Timothy Chen
On July 31, 2014, 6:39 p.m., Jie Yu wrote: src/tests/environment.cpp, lines 147-151 https://reviews.apache.org/r/23771/diff/8/?file=646729#file646729line147 Hum, you switch the order. But that doesn't solve the problem. My point here is that: This function should

Re: A question on deploying mesos framework to the cluster

2014-07-31 Thread Vinod Kone
I looked at Marathon and Aurora and still couldn’t find a way to register a Framework so that the Scheduler component runs on a Slave node. You would want the scheduler code to be stored in a (shared) storage area accessible by the slave. The scheduler could be launched as a task of

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2278

2014-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2278/changes Changes: [dhamon] Fix network isolator build [adam] Fixed 3rdparty stout namespace and todo style [adam] Fixed 3rdparty libprocess todo and namespace style [adam] Fixed namespace and todo styles

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #2022

2014-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/2022/changes

Re: Review Request 23224: Refactored the python bindings into multiple modules.

2014-07-31 Thread Thomas Rampelberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23224/ --- (Updated Aug. 1, 2014, 12:41 a.m.) Review request for mesos. Bugs: MESOS-857

Re: Review Request 23771: Added a Docker containerizer.

2014-07-31 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23771/ --- (Updated Aug. 1, 2014, 12:46 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 23224: Refactored the python bindings into multiple modules.

2014-07-31 Thread Thomas Rampelberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23224/ --- (Updated Aug. 1, 2014, 1:39 a.m.) Review request for mesos. Bugs: MESOS-857

Re: Review Request 23224: Refactored the python bindings into multiple modules.

2014-07-31 Thread Thomas Rampelberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23224/ --- (Updated Aug. 1, 2014, 1:58 a.m.) Review request for mesos. Bugs: MESOS-857

Re: Review Request 23224: Refactored the python bindings into multiple modules.

2014-07-31 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23224/#review49319 --- Ship it! Rad Thomas! Can you draft a note to the dev/user lists

Build failed in Jenkins: Mesos-Ubuntu-distcheck #245

2014-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Ubuntu-distcheck/245/changes Changes: [yujie.jay] Fixed the build error in port mapping tests. [bmahler] Fixed a flaky slave recovery test. -- [...truncated 4199 lines...] [--] 4 tests from Sequence [ RUN

Re: Review Request 23771: Added a Docker containerizer.

2014-07-31 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23771/#review49320 --- Ship it! LGTM! Please rebase to the master and I'll get it

Re: A question on deploying mesos framework to the cluster

2014-07-31 Thread John Yang
Thanks, I’ll look into it. Best, John On Aug 1, 2014, at 8:52 AM, Vinod Kone vinodk...@gmail.com wrote: I looked at Marathon and Aurora and still couldn’t find a way to register a Framework so that the Scheduler component runs on a Slave node. You would want the scheduler code to be

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2279

2014-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2279/changes