Review Request 36916: Doxygenified a comment in the allocator.proto.

2015-07-29 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36916/ --- Review request for mesos, Joerg Schad and Till Toenshoff. Repository: mesos

Re: Review Request 36914: Marked Path::basename, Path::dirname const.

2015-07-29 Thread Till Toenshoff
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36914/#review93461 --- Ship it! Ship It! - Till Toenshoff On July 29, 2015, 2:45 p.m.,

Re: Review Request 36913: Added /quota HTTP Endpoint for Quota handling.

2015-07-29 Thread Joerg Schad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36913/ --- (Updated July 29, 2015, 5:07 p.m.) Review request for mesos, Alexander

Re: Review Request 36429: Add filesystem/linux isolator for persistent volumes.

2015-07-29 Thread James DeFelice
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36429/#review93457 --- src/slave/containerizer/isolators/filesystem/linux.cpp (line 238)

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Jan Schlicht
On July 29, 2015, 3:34 p.m., Bernd Mathiske wrote: src/tests/fetcher_cache_tests.cpp, line 1474 https://reviews.apache.org/r/36773/diff/7/?file=1024458#file1024458line1474 const Path Jan Schlicht wrote: Path::basename() is not marked const (which it probably should), hence

Re: Review Request 36909: Call parent SetUp() and TearDown() in MesosZooKeeperTest.

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

Re: Review Request 36908: Added QuotaInfo Protobuf.

2015-07-29 Thread Joerg Schad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36908/ --- (Updated July 29, 2015, 4:59 p.m.) Review request for mesos, Alexander

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36773/ --- (Updated July 29, 2015, 6:34 p.m.) Review request for mesos, Bernd Mathiske

Re: Review Request 36916: Doxygenified a comment in the allocator.proto.

2015-07-29 Thread Joerg Schad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36916/#review93473 --- Ship it! Ship It! - Joerg Schad On July 29, 2015, 4:58 p.m.,

Re: Review Request 36912: Fixed Mesos version in getting started docs.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36912/#review93474 --- Ship it! Ship It! - haosdent huang On July 29, 2015, 2:11 p.m.,

Re: Review Request 36821: Fix disable endpoints rule fails to recognize HTTP path delegates.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36821/ --- (Updated July 29, 2015, 5:08 p.m.) Review request for mesos, Adam B and

Re: Review Request 36663: Added ip_address field to MasterInfo

2015-07-29 Thread Marco Massenzio
On July 29, 2015, 1:01 p.m., Alexander Rukletsov wrote: include/mesos/mesos.proto, line 399 https://reviews.apache.org/r/36663/diff/5/?file=1021578#file1021578line399 `ip` and `port` are required, while `address` is optional. Is it intentional / doesn't it introduce a pitfall?

Re: Review Request 35702: Added /reserve HTTP endpoint to the master.

2015-07-29 Thread Alexander Rukletsov
On July 13, 2015, 4:46 p.m., Alexander Rukletsov wrote: src/master/http.cpp, lines 515-516 https://reviews.apache.org/r/35702/diff/9/?file=994080#file994080line515 It looks like we actually have the role, but it's buried in resources. Do you envision having resources collection

Re: Review Request 36913: Added /quota HTTP Endpoint for Quota handling.

2015-07-29 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36913/#review93456 --- src/master/http.cpp (line 524)

Re: Review Request 35702: Added /reserve HTTP endpoint to the master.

2015-07-29 Thread Michael Park
On July 13, 2015, 4:46 p.m., Alexander Rukletsov wrote: src/master/http.cpp, lines 515-516 https://reviews.apache.org/r/35702/diff/9/?file=994080#file994080line515 It looks like we actually have the role, but it's buried in resources. Do you envision having resources collection

Re: Review Request 36909: Call parent SetUp() and TearDown() in MesosZooKeeperTest.

2015-07-29 Thread haosdent huang
On July 29, 2015, 5:43 p.m., Vinod Kone wrote: Aah. Good catch. Thank you! You are welcome. :-) - haosdent --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36909/#review93482

Review Request 36919: Pulled out call validation.

2015-07-29 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36919/ --- Review request for mesos, Anand Mazumdar and Vinod Kone. Repository: mesos

Re: Review Request 36909: Call parent SetUp() and TearDown() in MesosZooKeeperTest.

2015-07-29 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36909/#review93509 --- src/tests/mesos.hpp (line 317)

Re: Review Request 36807: Adding a test for MasterInfo

2015-07-29 Thread Marco Massenzio
On July 29, 2015, 8 p.m., Vinod Kone wrote: src/tests/master_tests.cpp, line 2170 https://reviews.apache.org/r/36807/diff/2/?file=1024091#file1024091line2170 new line. would you like me to push another revision or will you do this yourself when committing? I'm easy either way,

Re: Review Request 36822: Used std::thread instead of pthread for Long Lived Executor.

2015-07-29 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36822/#review93522 --- Ship it! Ship It! - Benjamin Hindman On July 27, 2015, 8:18

Review Request 36920: Fixed TearDown order in ZK test.

2015-07-29 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36920/ --- Review request for mesos, haosdent huang and Vinod Kone. Bugs: MESOS-3168

Re: Review Request 36807: Adding a test for MasterInfo

2015-07-29 Thread Marco Massenzio
On July 29, 2015, 8 p.m., Vinod Kone wrote: src/tests/master_tests.cpp, line 2170 https://reviews.apache.org/r/36807/diff/2/?file=1024091#file1024091line2170 new line. Marco Massenzio wrote: would you like me to push another revision or will you do this yourself when

Re: Review Request 36807: Adding a test for MasterInfo

2015-07-29 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36807/ --- (Updated July 29, 2015, 8:54 p.m.) Review request for mesos and Vinod Kone.

Re: Review Request 36807: Adding a test for MasterInfo

2015-07-29 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36807/#review93515 --- forgot to rebase? - Vinod Kone On July 29, 2015, 8:54 p.m.,

Re: Review Request 36920: Fixed TearDown order in ZK test.

2015-07-29 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36920/#review93510 --- Ship it! - Vinod Kone On July 29, 2015, 8:39 p.m., Alexander

Re: Review Request 36625: Windows: Split up platform specific functions into separate headers.

2015-07-29 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36625/ --- (Updated July 29, 2015, 3:01 p.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 36900: Publish MasterInfo to ZK in JSON format

2015-07-29 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36900/ --- (Updated July 29, 2015, 9:07 p.m.) Review request for mesos, Anand Mazumdar,

Re: Review Request 36821: Fix disable endpoints rule fails to recognize HTTP path delegates.

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

Re: Review Request 36919: Pulled out call validation.

2015-07-29 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36919/ --- (Updated July 29, 2015, 7:43 p.m.) Review request for mesos, Anand Mazumdar

Re: Review Request 34136: Add ContainerImage protobuf.

2015-07-29 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34136/#review93481 --- include/mesos/mesos.proto (line 1213)

Re: Review Request 36821: Fix disable endpoints rule fails to recognize HTTP path delegates.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36821/ --- (Updated July 29, 2015, 5:40 p.m.) Review request for mesos, Adam B and

Re: Review Request 36916: Doxygenified a comment in the allocator.proto.

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

Re: Review Request 36900: Publish MasterInfo to ZK in JSON format

2015-07-29 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36900/#review93374 --- src/master/contender.cpp (line 239)

Re: Review Request 36900: Publish MasterInfo to ZK in JSON format

2015-07-29 Thread Marco Massenzio
On July 29, 2015, 7:44 p.m., Vinod Kone wrote: Thanks, I have the impression you were looking at an earlier revision, but no matter - the one I'll be uploading in a second will reflect your comments. - Marco --- This is an

Re: Review Request 36909: Call parent SetUp() and TearDown() in MesosZooKeeperTest.

2015-07-29 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36909/#review93482 --- Ship it! Aah. Good catch. Thank you! - Vinod Kone On July 29,

Re: Review Request 36720: Add subscribe- subscribed workflow for http frameworks

2015-07-29 Thread Anand Mazumdar
On July 29, 2015, 7:12 p.m., Ben Mahler wrote: src/master/master.cpp, lines 2128-2159 https://reviews.apache.org/r/36720/diff/3/?file=1021871#file1021871line2128 Any reason you're skipping validation (authorization) of the framework? Looks like we should pull out the pid specific

Re: Review Request 36821: Fix disable endpoints rule fails to recognize HTTP path delegates.

2015-07-29 Thread haosdent huang
On July 28, 2015, 7:46 a.m., Alexander Rojas wrote: Thank you for your review. I updated the code, could you reivew it again? - haosdent --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 36908: Added QuotaInfo Protobuf.

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

Re: Review Request 36807: Adding a test for MasterInfo

2015-07-29 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36807/#review93505 --- Ship it! src/tests/master_tests.cpp (line 2170)

Re: Review Request 36816: Support HTTP checks in Mesos health check program

2015-07-29 Thread haosdent huang
On July 28, 2015, 8:05 a.m., Adam B wrote: src/health-check/main.cpp, line 243 https://reviews.apache.org/r/36816/diff/1/?file=1021956#file1021956line243 Maybe we should add `http.protocol()` in case the user wants https? Or `http.ssl` like BenH suggested. Would we ever want

Re: Review Request 36816: Support HTTP checks in Mesos health check program

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36816/ --- (Updated July 29, 2015, 6:08 p.m.) Review request for mesos and Adam B.

Re: Review Request 36720: Add subscribe- subscribed workflow for http frameworks

2015-07-29 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36720/#review93499 --- Looks like this needs a rebase? Wasn't able to get it applied

Re: Review Request 36919: Pulled out call validation.

2015-07-29 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36919/#review93504 --- Ship it! nice cleanup! src/master/master.cpp (lines 1697 - 1698)

Re: Review Request 36920: Fixed TearDown order in ZK test.

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

Re: Review Request 36865: Style change: Space after the ... in variadic templates.

2015-07-29 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36865/ --- (Updated July 29, 2015, 4:51 p.m.) Review request for mesos, Benjamin Hindman

Review Request 36930: Forced the network isolator to use the mount namespace.

2015-07-29 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36930/ --- Review request for mesos, Chi Zhang and Vinod Kone. Repository: mesos

Re: Review Request 36625: Windows: Split up platform specific functions into separate headers.

2015-07-29 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36625/ --- (Updated July 29, 2015, 4:18 p.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 36627: Fixed cgroups oom killer and memory pressure tests on Ubuntu 14.04.

2015-07-29 Thread Artem Harutyunyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36627/ --- (Updated July 29, 2015, 4:11 p.m.) Review request for mesos, Benjamin Hindman

Review Request 36929: Fixed a few issues in test launcher header.

2015-07-29 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36929/ --- Review request for mesos and Vinod Kone. Repository: mesos Description

Re: Review Request 36927: Pulled apart authorization and authentication validation for frameworks in the master.

2015-07-29 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36927/#review93532 --- src/master/master.cpp (lines 1574 - 1576)

Review Request 36927: Pulled apart authorization and authentication validation for frameworks in the master.

2015-07-29 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36927/ --- Review request for mesos and Vinod Kone. Repository: mesos Description

Re: Review Request 36824: Used std::thread instead of pthread for ns tests.

2015-07-29 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36824/#review93528 --- Ship it! src/tests/containerizer/ns_tests.cpp (line 149)

Re: Review Request 36827: Removed and guarded pthread specifics for libevent-openssl.

2015-07-29 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36827/#review93529 --- Ship it! Ship It! - Benjamin Hindman On July 27, 2015, 9:14

Re: Review Request 36823: Used std::thread instead of pthread for cgroups tests.

2015-07-29 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36823/#review93527 --- Ship it! src/tests/containerizer/cgroups_tests.cpp (line 814)

Re: Review Request 36913: Added /quota HTTP Endpoint for Quota handling.

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

Re: Review Request 36909: Call parent SetUp() and TearDown() in MesosZooKeeperTest.

2015-07-29 Thread haosdent huang
On July 29, 2015, 8:40 p.m., Alexander Rukletsov wrote: src/tests/mesos.hpp, line 317 https://reviews.apache.org/r/36909/diff/3/?file=1024461#file1024461line317 Shouldn't it come after network shutdown? https://reviews.apache.org/r/36920/ sorry, my fault - haosdent

Re: Review Request 36865: Style change: Space after the ... in variadic templates.

2015-07-29 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36865/#review93542 --- Patch looks great! Reviews applied: [36864, 36865] All tests

Re: Review Request 36816: Support HTTP checks in Mesos health check program

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36816/ --- (Updated July 30, 2015, 2:47 a.m.) Review request for mesos and Adam B.

Re: Review Request 36930: Forced the network isolator to use the mount namespace.

2015-07-29 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36930/#review93548 --- Patch looks great! Reviews applied: [36929, 36930] All tests

Re: Review Request 36927: Pulled apart authorization and authentication validation for frameworks in the master.

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

Re: Review Request 36920: Fixed TearDown order in ZK test.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36920/#review93540 --- Ship it! Ship It! - haosdent huang On July 29, 2015, 8:39 p.m.,

Re: Review Request 36819: Use setup.py in python cli package.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36819/ --- (Updated July 30, 2015, 2:49 a.m.) Review request for mesos, Benjamin Hindman

Re: Review Request 32961: Allow framework re-registeration to update master http fields.

2015-07-29 Thread Joris Van Remoortere
On July 27, 2015, 11:38 p.m., Ben Mahler wrote: src/master/master.cpp, line 1850 https://reviews.apache.org/r/32961/diff/4/?file=927192#file927192line1850 Anand discovered that we shouldn't be calling this in the FrameworkErrorMessage case below, where we drop the message. Looks

Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36811/ --- (Updated July 29, 2015, 7:16 a.m.) Review request for mesos, Adam B and Niklas

Re: Review Request 36819: Use setup.py in python cli package.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36819/ --- (Updated July 29, 2015, 7:44 a.m.) Review request for mesos, Benjamin Hindman

Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36811/ --- (Updated July 29, 2015, 7:18 a.m.) Review request for mesos, Adam B and Niklas

Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-29 Thread haosdent huang
On July 28, 2015, 5:58 a.m., Adam B wrote: Did you test this with java enabled as well? What about without `--with-protobuf=`? All four combinations still need to compile pass the unit tests. haosdent huang wrote: I only run it with --disable-java and --with_protobuf, let me

Re: Review Request 36819: Use setup.py in python cli package.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36819/ --- (Updated July 29, 2015, 7:43 a.m.) Review request for mesos and Benjamin

Re: Review Request 36819: Use setup.py in python cli package.

2015-07-29 Thread haosdent huang
On July 27, 2015, 5:58 p.m., Marco Massenzio wrote: thanks for doing this! (this may also fix a long-standing issue of mine: https://issues.apache.org/jira/browse/MESOS-2337 - could you please take a look?) Only a few minor nits about formatting and stuff, then I think this is

Re: Review Request 35983: Added /unreserve HTTP endpoint to the master.

2015-07-29 Thread Alexander Rukletsov
On July 16, 2015, 3:04 p.m., Alexander Rukletsov wrote: src/master/http.cpp, lines 1325-1332 https://reviews.apache.org/r/35983/diff/1/?file=994085#file994085line1325 Why do we need to recover resources for unreserve? Michael Park wrote: If reserved resources are offered, we

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36773/ --- (Updated July 29, 2015, 1:52 p.m.) Review request for mesos, Bernd Mathiske

Review Request 36909: Add shutdownNetwork in MesosZooKeeperTest.TearDownTestCase.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36909/ --- Review request for mesos. Repository: mesos Description --- Add

Re: Review Request 35702: Added /reserve HTTP endpoint to the master.

2015-07-29 Thread Alexander Rukletsov
On June 22, 2015, 1:32 p.m., Alexander Rukletsov wrote: src/master/master.cpp, line 749 https://reviews.apache.org/r/35702/diff/6/?file=989449#file989449line749 I think reserve is too abstract and may collide with future actions (think quota). How about `/dynamic/reserve`?

Re: Review Request 35702: Added /reserve HTTP endpoint to the master.

2015-07-29 Thread Alexander Rukletsov
On July 13, 2015, 4:46 p.m., Alexander Rukletsov wrote: src/master/http.cpp, lines 515-516 https://reviews.apache.org/r/35702/diff/9/?file=994080#file994080line515 It looks like we actually have the role, but it's buried in resources. Do you envision having resources collection

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Joerg Schad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36773/#review93430 --- src/tests/fetcher_cache_tests.cpp (line 1460)

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Joerg Schad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36773/#review93438 --- Ship it! Ship It! - Joerg Schad On July 29, 2015, 11:52 a.m.,

Re: Review Request 36908: Added QuotaInfo Protobuf.

2015-07-29 Thread Joerg Schad
On July 29, 2015, 12:21 p.m., Till Toenshoff wrote: src/Makefile.am, line 261 https://reviews.apache.org/r/36908/diff/1/?file=1024447#file1024447line261 This line looks too long. Till Toenshoff wrote: Seems we actually tolerate this - feel free to drop this issue. I was

Re: Review Request 36889: FetcherTests: Use ASSERT instead of EXPECT if the subsequent logic relies on the outcome.

2015-07-29 Thread Joerg Schad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36889/ --- (Updated July 29, 2015, 1:11 p.m.) Review request for mesos, Bernd Mathiske

Review Request 36910: Patch configure.ac to include $LIBS in the CRAM-MD5 check

2015-07-29 Thread Chris Heller
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36910/ --- Review request for mesos. Repository: mesos Description ---

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36773/ --- (Updated July 29, 2015, 2:59 p.m.) Review request for mesos, Bernd Mathiske

Re: Review Request 36908: Added QuotaInfo Protobuf.

2015-07-29 Thread Till Toenshoff
On July 29, 2015, 12:21 p.m., Till Toenshoff wrote: src/Makefile.am, line 261 https://reviews.apache.org/r/36908/diff/1/?file=1024447#file1024447line261 This line looks too long. Seems we actually tolerate this - feel free to drop this issue. - Till

Re: Review Request 36663: Added ip_address field to MasterInfo

2015-07-29 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36663/#review93441 --- include/mesos/mesos.proto (line 399)

Re: Review Request 36910: Patch configure.ac to include $LIBS in the CRAM-MD5 check

2015-07-29 Thread Chris Heller
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36910/ --- (Updated July 29, 2015, 1:41 p.m.) Review request for mesos and Till

Re: Review Request 36816: Support HTTP checks in Mesos health check program

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

Re: Review Request 36627: Fixed cgroups oom killer and memory pressure tests on Ubuntu 14.04.

2015-07-29 Thread Artem Harutyunyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36627/ --- (Updated July 29, 2015, 4:14 p.m.) Review request for mesos, Benjamin Hindman

Re: Review Request 36900: Publish MasterInfo to ZK in JSON format

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

Re: Review Request 36927: Pulled apart authorization and authentication validation for frameworks in the master.

2015-07-29 Thread Ben Mahler
On July 30, 2015, 12:49 a.m., Vinod Kone wrote: src/master/master.cpp, lines 1757-1779 https://reviews.apache.org/r/36927/diff/1/?file=1024921#file1024921line1757 checking validationError.isNone() in each if statement looks a bit weird. how about doing these in an else if

Re: Review Request 36913: Added /quota HTTP Endpoint for Quota handling.

2015-07-29 Thread Joerg Schad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36913/ --- (Updated July 29, 2015, 3:04 p.m.) Review request for mesos and Alexander

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Jan Schlicht
On July 29, 2015, 3:34 p.m., Bernd Mathiske wrote: src/tests/fetcher_cache_tests.cpp, line 1474 https://reviews.apache.org/r/36773/diff/7/?file=1024458#file1024458line1474 const Path Jan Schlicht wrote: Path::basename() is not marked const (which it probably should), hence

Re: Review Request 36909: Call parent SetUp() and TearDown() in MesosZooKeeperTest.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36909/ --- (Updated July 29, 2015, 1:56 p.m.) Review request for mesos and Vinod Kone.

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36773/ --- (Updated July 29, 2015, 3:59 p.m.) Review request for mesos, Bernd Mathiske

Re: Review Request 36909: Call parent SetUp() and TearDown() in MesosZooKeeperTest.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36909/ --- (Updated July 29, 2015, 1:53 p.m.) Review request for mesos. Summary

Re: Review Request 36909: Call parent SetUp() and TearDown() in MesosZooKeeperTest.

2015-07-29 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36909/ --- (Updated July 29, 2015, 1:53 p.m.) Review request for mesos. Bugs:

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36773/#review93447 --- src/tests/fetcher_cache_tests.cpp (line 1474)

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Jan Schlicht
On July 29, 2015, 3:34 p.m., Bernd Mathiske wrote: src/tests/fetcher_cache_tests.cpp, line 1474 https://reviews.apache.org/r/36773/diff/7/?file=1024458#file1024458line1474 const Path Path::basename() is not marked const (which it probably should), hence we have to iterate over

Review Request 36912: Fixed Mesos version in getting started docs.

2015-07-29 Thread Ryuichi Okumura
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36912/ --- Review request for mesos. Bugs: MESOS-3172

Re: Review Request 36908: Added QuotaInfo Protobuf.

2015-07-29 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36908/#review93445 --- include/mesos/master/quota.hpp (lines 19 - 20)

Review Request 36911: Removed unnecessary using directive.

2015-07-29 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36911/ --- Review request for mesos, Marco Massenzio and Till Toenshoff. Repository:

Re: Review Request 36773: Implemented a LRU entry selection criteria for cache eviction.

2015-07-29 Thread Bernd Mathiske
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36773/#review93443 --- docs/fetcher-cache-internals.md (line 107)

Re: Review Request 36889: FetcherTests: Use ASSERT instead of EXPECT if the subsequent logic relies on the outcome.

2015-07-29 Thread Bernd Mathiske
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36889/#review93444 --- Ship it! Ship It! - Bernd Mathiske On July 29, 2015, 6:11 a.m.,

  1   2   >