Re: Review Request 34908: Rename --docker_sandbox_directory flag for general use.

2015-06-01 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34908/#review86115 --- Patch looks great! Reviews applied: [34908] All tests passed. -

Re: Review Request 34195: Refactoring to use FlagsBase common functionality

2015-06-01 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34195/#review86116 --- Ship it! Ship It! - Benjamin Hindman On May 29, 2015, 1:10

Re: Review Request 34911: Added a test for launching an executor on revocable resources.

2015-06-01 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34911/ --- (Updated June 1, 2015, 11:15 p.m.) Review request for mesos, Ben Mahler, Ian

Re: Review Request 33339: Add a Java example framework to test persistent volumes.

2015-06-01 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9/#review86113 --- This is great -sorry it took so long to get to do a review. Thanks

Re: Review Request 34687: (De)Serializing MasterInfo PB to JSON

2015-06-01 Thread Niklas Nielsen
On June 1, 2015, 12:08 a.m., haosdent huang wrote: src/Makefile.am, line 1465 https://reviews.apache.org/r/34687/diff/4/?file=975082#file975082line1465 seems the order here is follow dictionary order, so how about move them after `tests/authorization_tests.cpp`? Note that this

Review Request 34910: Added task validation for task using revocable resources while its executor does not.

2015-06-01 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34910/ --- Review request for mesos, Ben Mahler, Ian Downes, Jie Yu, and Joris Van

Re: Review Request 34894: Add new message for Traffic Control statistics

2015-06-01 Thread Paul Brett
On June 1, 2015, 7:17 p.m., Ian Downes wrote: include/mesos/mesos.proto, lines 543-545 https://reviews.apache.org/r/34894/diff/1/?file=975745#file975745line543 What's possible here: can more than one be present or is it only any one? What's the difference between these?

Review Request 34911: Added a test for launching an executor on revocable resources.

2015-06-01 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34911/ --- Review request for mesos, Ben Mahler, Ian Downes, and Jie Yu. Repository:

Re: Review Request 33339: Add a Java example framework to test persistent volumes.

2015-06-01 Thread Jie Yu
On June 1, 2015, 11:32 p.m., Marco Massenzio wrote: This is great -sorry it took so long to get to do a review. Thanks for doing it, I'm quite looking forward to using it to learning more about the Persistent Framework :) it would be great if we could have a bit more comments in the

Re: Review Request 31444: Support chrooting in MesosContainerizer launch helper.

2015-06-01 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31444/#review86122 --- Patch looks great! Reviews applied: [32891, 32978, 31444] All

Re: Review Request 34899: Eliminate multiple uses of literal string in fq_codel and ingress queueing disciplines.

2015-06-01 Thread Paul Brett
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34899/ --- (Updated June 1, 2015, 11:43 p.m.) Review request for mesos, Chi Zhang, Ian

Re: Review Request 34816: Changed TestResourceEstimator to be mocked.

2015-06-01 Thread Bartek Plotka
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34816/ --- (Updated June 2, 2015, 12:02 a.m.) Review request for mesos, Jie Yu, Niklas

Re: Review Request 33339: Add a Java example framework to test persistent volumes.

2015-06-01 Thread Marco Massenzio
On June 1, 2015, 11:32 p.m., Marco Massenzio wrote: This is great -sorry it took so long to get to do a review. Thanks for doing it, I'm quite looking forward to using it to learning more about the Persistent Framework :) it would be great if we could have a bit more comments in the

Re: Review Request 34662: Modularized ResourceEstimator and added test for RE module

2015-06-01 Thread Bartek Plotka
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34662/ --- (Updated June 2, 2015, 12:19 a.m.) Review request for mesos, Jie Yu, Niklas

Re: Review Request 34816: Changed TestResourceEstimator to be mocked.

2015-06-01 Thread Bartek Plotka
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34816/ --- (Updated June 2, 2015, 12:20 a.m.) Review request for mesos, Jie Yu, Niklas

Re: Review Request 34830: Fix routing ingress/fq_codel search returning wrong qdisc.

2015-06-01 Thread Paul Brett
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34830/ --- (Updated June 2, 2015, 12:23 a.m.) Review request for mesos, Chi Zhang, Ian

Re: Review Request 31505: Add flow classifiers for fq_codel on egress

2015-06-01 Thread Cong Wang
On June 2, 2015, 12:57 a.m., Chi Zhang wrote: Cong, is this the patch the requires code from 3.2.26 for the first time? If so, should we add a compile-time flag to config.ac? That way Paul can safely back off the code for the stat string conversion from the other patch you commented

Re: Review Request 34886: MESOS-2787: Fixed the exception KeyError: 'mem_rss_bytes' when run command mesos-ps

2015-06-01 Thread weitao zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34886/ --- (Updated 六月 2, 2015, 2:29 a.m.) Review request for mesos. Bugs: MESOS-2787

Re: Review Request 34886: MESOS-2787: Fixed the exception KeyError: 'mem_rss_bytes' when run command mesos-ps

2015-06-01 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34886/#review86143 --- 3rdparty/libprocess/3rdparty/stout/include/stout/option.hpp

Re: Review Request 34886: MESOS-2787: Fixed the exception KeyError: 'mem_rss_bytes' when run command mesos-ps

2015-06-01 Thread weitao zhou
On 六月 2, 2015, 2:19 a.m., haosdent huang wrote: 3rdparty/libprocess/3rdparty/stout/include/stout/option.hpp, line 104 https://reviews.apache.org/r/34886/diff/2/?file=976113#file976113line104 You need `git rebase master` first. thanks, mate, I am not good at this Review board. It's

Re: Review Request 34426: Report per-container metrics for network bandwidth throttling

2015-06-01 Thread Cong Wang
On June 1, 2015, 6:44 p.m., Cong Wang wrote: src/linux/routing/queueing/internal.hpp, line 284 https://reviews.apache.org/r/34426/diff/8/?file=975301#file975301line284 The lastest mesos code already relies on libnl 3.2.26, so not sure how much sense it makes to keep the backward

Re: Review Request 34887: MESOS-2788: Fixed the statistics got by cmd *mesos ps* and webUI is mis-matching

2015-06-01 Thread haosdent huang
On June 1, 2015, 1:33 p.m., haosdent huang wrote: src/cli/mesos-ps, line 105 https://reviews.apache.org/r/34887/diff/1/?file=975642#file975642line105 How about add `bytes = float(bytes)` at the beginning. And don't need change `1024` to `1024.0` at below code. weitao zhou

Re: Review Request 31505: Add flow classifiers for fq_codel on egress

2015-06-01 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31505/#review86155 --- Ship it! I added the slave flag for you. Please follow up with

Re: Review Request 34426: Report per-container metrics for network bandwidth throttling

2015-06-01 Thread Paul Brett
On June 1, 2015, 6:44 p.m., Cong Wang wrote: src/linux/routing/queueing/internal.hpp, line 284 https://reviews.apache.org/r/34426/diff/8/?file=975301#file975301line284 The lastest mesos code already relies on libnl 3.2.26, so not sure how much sense it makes to keep the backward

Re: Review Request 34662: Modularized ResourceEstimator and added test for RE module

2015-06-01 Thread Bartek Plotka
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34662/ --- (Updated June 2, 2015, 12:40 a.m.) Review request for mesos, Jie Yu, Niklas

Re: Review Request 31505: Add flow classifiers for fq_codel on egress

2015-06-01 Thread Chi Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31505/#review86133 --- Cong, is this the patch the requires code from 3.2.26 for the first

Re: Review Request 33339: Add a Java example framework to test persistent volumes.

2015-06-01 Thread haosdent huang
On June 1, 2015, 11:32 p.m., Marco Massenzio wrote: This is great -sorry it took so long to get to do a review. Thanks for doing it, I'm quite looking forward to using it to learning more about the Persistent Framework :) it would be great if we could have a bit more comments in the

Re: Review Request 34886: MESOS-2787: Fixed the exception KeyError: 'mem_rss_bytes' when run command mesos-ps

2015-06-01 Thread weitao zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34886/ --- (Updated 六月 2, 2015, 2:14 a.m.) Review request for mesos. Bugs: MESOS-2787

Review Request 34921: Code Refactor: float the bytes to get rid of the truncate fraction part in function datasize.

2015-06-01 Thread weitao zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34921/ --- Review request for mesos. Repository: mesos Description --- Code

Re: Review Request 34816: Changed TestResourceEstimator to be mocked.

2015-06-01 Thread Bartek Plotka
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34816/ --- (Updated June 2, 2015, 12:38 a.m.) Review request for mesos, Jie Yu, Niklas

<    1   2