Re: Review Request 30606: Added net::contentLength() to query content-length field from HTTP header.

2015-02-26 Thread Till Toenshoff
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30606/#review74445 --- Ship it! 3rdparty/libprocess/3rdparty/stout/include/stout/net.hpp

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30774/#review74446 --- Patch looks great! Reviews applied: [30606, 30609, 30774] All

Re: Review Request 29289: libprocess: Extend the IP and IPNetwork classes to support IPv6.

2015-02-26 Thread Evelina Dumitrescu
On Feb. 26, 2015, 6:11 p.m., Dominic Hamon wrote: 3rdparty/libprocess/include/process/network.hpp, line 70 https://reviews.apache.org/r/29289/diff/18/?file=877548#file877548line70 leaking of abstraction here. is there something we can do better? Can you just use

Re: Review Request 31470: stout: Introduce IPNetwork class to encapsulate an IP address and netmask.

2015-02-26 Thread Evelina Dumitrescu
On Feb. 26, 2015, 6:42 p.m., Jie Yu wrote: 3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp, line 122 https://reviews.apache.org/r/31470/diff/1/?file=877501#file877501line122 s/net mask/netmask/ Here and everywhere else please. I saw that the the change netmask

Re: Review Request 31470: stout: Introduce IPNetwork class to encapsulate an IP address and netmask.

2015-02-26 Thread Evelina Dumitrescu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31470/ --- (Updated Feb. 27, 2015, 6:52 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 31472: stout: Make fromLinkDevice method member of the IPNetwork class.

2015-02-26 Thread Evelina Dumitrescu
On Feb. 26, 2015, 6:47 p.m., Dominic Hamon wrote: i don't see the change to the actual method here.. Evelina Dumitrescu wrote: The changes are in the fromLinkDevice test ie: net::IPNetwork::fromLinkDevice(link, AF_INET); instead of net::fromLinkDevice(link, AF_INET);

Re: Review Request 31471: stout: Create IP and IPNetwork AF_INET abstraction.

2015-02-26 Thread Evelina Dumitrescu
On Feb. 26, 2015, 6:06 p.m., Dominic Hamon wrote: 3rdparty/libprocess/3rdparty/stout/tests/ip_tests.cpp, line 17 https://reviews.apache.org/r/31471/diff/1/?file=877505#file877505line17 why do you need this? Accidentally left, I used it for debugging. On Feb. 26, 2015, 6:06 p.m.,

Re: Review Request 29289: libprocess: Extend the IP and IPNetwork classes to support IPv6.

2015-02-26 Thread Evelina Dumitrescu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29289/ --- (Updated Feb. 27, 2015, 6:52 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 29290: mesos: Extend the IP and IPNetwork classes to support IPv6.

2015-02-26 Thread Evelina Dumitrescu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29290/ --- (Updated Feb. 27, 2015, 6:54 a.m.) Review request for . Bugs: MESOS-1919

Re: Review Request 29290: mesos: Extend the IP and IPNetwork classes to support IPv6.

2015-02-26 Thread Evelina Dumitrescu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29290/ --- (Updated Feb. 27, 2015, 6:54 a.m.) Review request for . Bugs: MESOS-1919

Re: Review Request 31473: mesos: Make fromLinkDevice method member of the IPNetwork class.

2015-02-26 Thread Evelina Dumitrescu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31473/ --- (Updated Feb. 27, 2015, 6:53 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 31472: stout: Make fromLinkDevice method member of the IPNetwork class.

2015-02-26 Thread Evelina Dumitrescu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31472/ --- (Updated Feb. 27, 2015, 6:53 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 29289: libprocess: Extend the IP and IPNetwork classes to support IPv6.

2015-02-26 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29289/#review74456 --- Bad patch! Reviews applied: [29288] Failed command:

Re: Review Request 31505: (4/4) Add flow classifiers for fq_codel on egress

2015-02-26 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31505/#review74457 --- src/slave/containerizer/isolators/network/port_mapping.cpp

Re: Review Request 31504: (3/4) Add the default filter to match all packets

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31504/#review74395 --- please add a reference to the jira and any dependencies.

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30774/#review74278 --- Patch looks great! Reviews applied: [30606, 30609, 30774] All

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Bernd Mathiske
On Feb. 25, 2015, 2:20 p.m., Till Toenshoff wrote: This really is an impressive project Bernd, tipping my hat here! I did not get all the way through, had to ignore the tests in this review (to be continued!). For playing a bit with this and for testing the functionality, it

Re: Review Request 31480: Fix check for lseek error.

2015-02-26 Thread Kapil Arya
On Feb. 26, 2015, 8:05 a.m., Kapil Arya wrote: src/slave/state.cpp, line 621 https://reviews.apache.org/r/31480/diff/1/?file=878304#file878304line621 Should we also add strerror(errno) to inform about the lseek error? Just realized that it's using ErrnoError :-). - Kapil

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Bernd Mathiske
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30774/#review74271 --- src/slave/containerizer/fetcher.cpp

Re: Review Request 31480: Fix check for lseek error.

2015-02-26 Thread Kapil Arya
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31480/#review74264 --- Ship it! LGTM minus the lseek errno handling. Feel free to drop

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Bernd Mathiske
On Feb. 25, 2015, 10:30 a.m., Timothy Chen wrote: src/slave/containerizer/fetcher.cpp, line 686 https://reviews.apache.org/r/30774/diff/19/?file=875881#file875881line686 Seems like lookupEntry is only used here, and it's always coupled with a reference call. How

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Bernd Mathiske
On Feb. 25, 2015, 10:56 a.m., Timothy Chen wrote: src/slave/containerizer/fetcher.cpp, line 528 https://reviews.apache.org/r/30774/diff/19/?file=875881#file875881line528 return size.error(); That does not compile. On Feb. 25, 2015, 10:56 a.m., Timothy Chen wrote:

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Bernd Mathiske
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30774/ --- (Updated Feb. 26, 2015, 6:03 a.m.) Review request for mesos, Adam B, Benjamin

Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31489/ --- Review request for mesos, Joerg Schad and Till Toenshoff. Bugs: MESOS-2412

Re: Review Request 31471: stout: Create IP and IPNetwork AF_INET abstraction.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31471/#review74300 --- 3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Dominic Hamon
On Feb. 26, 2015, 10:14 a.m., Ben Mahler wrote: This is pretty inconsistent with the rest of our code. Why can't you add the missing deletes? we can. but why not start getting rid of the archaic practice of using raw pointers? - Dominic

Re: Review Request 31246: stout: Extend the IP class to support IPv6 and renamed net::IP::fromDotDecimal to net::IP::parse

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31246/#review74302 --- 3rdparty/libprocess/3rdparty/stout/include/stout/net.hpp

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Timothy Chen
On Feb. 26, 2015, 6:14 p.m., Ben Mahler wrote: This is pretty inconsistent with the rest of our code. Why can't you add the missing deletes? Dominic Hamon wrote: we can. but why not start getting rid of the archaic practice of using raw pointers? I agree having less prone to

Re: Review Request 29289: libprocess: Extend the IP and IPNetwork classes to support IPv6.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29289/#review74304 --- 3rdparty/libprocess/include/process/network.hpp

Re: Review Request 31479: Add missing deletes in stout

2015-02-26 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31479/#review74294 --- Ship it! Ship It! - Ian Downes On Feb. 26, 2015, 1:10 a.m.,

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31489/#review74303 --- 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp

Re: Review Request 29288: stout: Extend the IP and IPNetwork classes to support IPv6.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29288/#review74301 --- Ship it! Ship It! - Dominic Hamon On Feb. 25, 2015, 11:18 p.m.,

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31489/#review74307 --- Ship it! Ship It! - Timothy Chen On Feb. 26, 2015, 6:14 p.m.,

Re: Review Request 31479: Add missing deletes in stout

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31479/#review74295 --- I replaced the buffers with vectors to avoid deletes here:

Re: Review Request 31470: stout: Introduce IPNetwork class to encapsulate an IP address and netmask.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31470/#review74298 --- 3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31489/#review74305 --- This is pretty inconsistent with the rest of our code. Why can't

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31489/ --- (Updated Feb. 26, 2015, 10:14 a.m.) Review request for mesos, Joerg Schad and

Re: Review Request 31455: Fixed the broken build on OS X 10.8.5.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31455/#review74296 --- Ship it! Ship It! - Dominic Hamon On Feb. 25, 2015, 5:49 p.m.,

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Alexander Rojas
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31489/#review74316 --- Ship it! Ship It! - Alexander Rojas On Feb. 26, 2015, 7:14

Re: Review Request 31472: stout: Make fromLinkDevice method member of the IPNetwork class.

2015-02-26 Thread Evelina Dumitrescu
On Feb. 26, 2015, 6:47 p.m., Dominic Hamon wrote: i don't see the change to the actual method here.. The changes are in the fromLinkDevice test ie: net::IPNetwork::fromLinkDevice(link, AF_INET); instead of net::fromLinkDevice(link, AF_INET); - Evelina

Re: Review Request 31446: Add metric breakdown for terminal tasks in Slave

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

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Ben Mahler
On Feb. 26, 2015, 6:14 p.m., Ben Mahler wrote: This is pretty inconsistent with the rest of our code. Why can't you add the missing deletes? Dominic Hamon wrote: we can. but why not start getting rid of the archaic practice of using raw pointers? Timothy Chen wrote: I

Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2778

2015-02-26 Thread Niklas Nielsen
-registration request from framework 20150226-194118-3176252227-58620-6446- (default) at scheduler-c0b56fcf-0d0c-47cf-a2db-c4dce96f5de2@67.195.81.189:58620 I0226 19:41:18.548668 6471 master.cpp:1435] Authorizing framework principal 'test-principal' to receive offers for role '*' I0226 19:41:18.549022

Re: Review Request 31473: mesos: Make fromLinkDevice method member of the IPNetwork class.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31473/#review74321 --- Ship it! Ship It! - Dominic Hamon On Feb. 25, 2015, 10:41 p.m.,

Re: Review Request 31472: stout: Make fromLinkDevice method member of the IPNetwork class.

2015-02-26 Thread Dominic Hamon
On Feb. 26, 2015, 10:47 a.m., Dominic Hamon wrote: i don't see the change to the actual method here.. Evelina Dumitrescu wrote: The changes are in the fromLinkDevice test ie: net::IPNetwork::fromLinkDevice(link, AF_INET); instead of net::fromLinkDevice(link, AF_INET); this

Re: Review Request 31479: Add missing deletes in stout

2015-02-26 Thread Timothy Chen
On Feb. 26, 2015, 5:54 p.m., Dominic Hamon wrote: I replaced the buffers with vectors to avoid deletes here: https://reviews.apache.org/r/31489/ Sounds good, I'll discard this. - Timothy --- This is an automatically generated

Re: Review Request 31472: stout: Make fromLinkDevice method member of the IPNetwork class.

2015-02-26 Thread Evelina Dumitrescu
On Feb. 26, 2015, 6:47 p.m., Dominic Hamon wrote: i don't see the change to the actual method here.. Evelina Dumitrescu wrote: The changes are in the fromLinkDevice test ie: net::IPNetwork::fromLinkDevice(link, AF_INET); instead of net::fromLinkDevice(link, AF_INET);

Re: [jira] [Commented] (MESOS-2410) Broken build on OS X 10.8.5 caused by mac_tests in stout.

2015-02-26 Thread Niklas Nielsen
Noted - thanks! On 26 February 2015 at 10:17, Jie Yu (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/MESOS-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14338835#comment-14338835 ] Jie Yu commented on MESOS-2410:

Re: Review Request 30606: Added net::contentLength() to query content-length field from HTTP header.

2015-02-26 Thread Bernd Mathiske
On Feb. 23, 2015, 3:52 p.m., Timothy Chen wrote: 3rdparty/libprocess/3rdparty/stout/include/stout/net.hpp, line 93 https://reviews.apache.org/r/30606/diff/3/?file=869525#file869525line93 Should we move this to a static initializtion that just gets called once? According to the

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2778

2015-02-26 Thread Apache Jenkins Server
:554] Will retry registration in 1.760884282secs if necessary I0226 19:41:18.548595 6471 master.cpp:1711] Received re-registration request from framework 20150226-194118-3176252227-58620-6446- (default) at scheduler-c0b56fcf-0d0c-47cf-a2db-c4dce96f5de2@67.195.81.189:58620 I0226 19:41

Re: Review Request 31470: stout: Introduce IPNetwork class to encapsulate an IP address and netmask.

2015-02-26 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31470/#review74309 --- This is looking great, Evelina! Thanks for all the efforts. No

Re: Review Request 31472: stout: Make fromLinkDevice method member of the IPNetwork class.

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31472/#review74320 --- i don't see the change to the actual method here.. - Dominic Hamon

Re: Review Request 31446: Add metric breakdown for terminal tasks in Slave

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31446/ --- (Updated Feb. 26, 2015, 10:53 a.m.) Review request for mesos and Vinod Kone.

Re: Review Request 31362: Reenabled hadoop_home and frameworks_home slave flags for mesos-fetcher and added tests

2015-02-26 Thread Niklas Nielsen
On Feb. 26, 2015, 2:01 a.m., Adam B wrote: Ship It! What happened here? This is blocking 0.22.0. Bernd, are you on top of the flaky test? - Niklas --- This is an automatically generated e-mail. To reply, visit:

Request to be added to Contributors List

2015-02-26 Thread N K
Hi, I would like to be added to the contributor list so I can assign a bug to myself to work on. My JIRA username is: lunsee Thanks! -- Best, Nancy Ko

Re: Review Request 31479: Add missing deletes in stout

2015-02-26 Thread Ben Mahler
On Feb. 26, 2015, 5:54 p.m., Dominic Hamon wrote: I replaced the buffers with vectors to avoid deletes here: https://reviews.apache.org/r/31489/ Timothy Chen wrote: Sounds good, I'll discard this. I just noticed this patch, why did we decide to throw away the fix that most

Re: Review Request 31443: Accept dummy arguments for fs::mount().

2015-02-26 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31443/#review74359 --- Ship it! src/linux/fs.hpp

Re: Review Request 31489: Fix use of buffers in OS to remove leaks.

2015-02-26 Thread Joerg Schad
On Feb. 26, 2015, 6:14 p.m., Ben Mahler wrote: This is pretty inconsistent with the rest of our code. Why can't you add the missing deletes? Dominic Hamon wrote: we can. but why not start getting rid of the archaic practice of using raw pointers? Timothy Chen wrote: I

Review Request 31480: Fix check for lseek error.

2015-02-26 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31480/ --- Review request for mesos. Repository: mesos Description --- Fix check

Review Request 31479: Add missing deletes in stout

2015-02-26 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31479/ --- Review request for mesos. Repository: mesos Description --- Add missing

Re: Review Request 30609: Added a function that reports file size, not following links.

2015-02-26 Thread Bernd Mathiske
On Feb. 23, 2015, 4:05 p.m., Timothy Chen wrote: 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp, line 409 https://reviews.apache.org/r/30609/diff/3/?file=859975#file859975line409 I was quite confused by the ownsize name, I think everyone will be too, since it's a term no

Re: Review Request 30609: Added a function that reports file size, not following links.

2015-02-26 Thread Bernd Mathiske
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30609/ --- (Updated Feb. 26, 2015, 1:16 a.m.) Review request for mesos, Adam B, Benjamin

Re: Review Request 30606: Added net::contentLength() to query content-length field from HTTP header.

2015-02-26 Thread Bernd Mathiske
On Feb. 23, 2015, 3:52 p.m., Timothy Chen wrote: 3rdparty/libprocess/3rdparty/stout/include/stout/net.hpp, line 93 https://reviews.apache.org/r/30606/diff/3/?file=869525#file869525line93 Should we move this to a static initializtion that just gets called once? According to the

Re: Review Request 30606: Added net::contentLength() to query content-length field from HTTP header.

2015-02-26 Thread Timothy Chen
On Feb. 23, 2015, 11:52 p.m., Timothy Chen wrote: 3rdparty/libprocess/3rdparty/stout/include/stout/net.hpp, line 93 https://reviews.apache.org/r/30606/diff/3/?file=869525#file869525line93 Should we move this to a static initializtion that just gets called once? According to the

Re: Review Request 31362: Reenabled hadoop_home and frameworks_home slave flags for mesos-fetcher and added tests

2015-02-26 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31362/#review74250 --- Ship it! Ship It! - Adam B On Feb. 26, 2015, 12:16 a.m., Bernd

Re: Review Request 31479: Add missing deletes in stout

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

Re: Review Request 31480: Fix check for lseek error.

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

Re: Review Request 31362: Reenabled hadoop_home and frameworks_home slave flags for mesos-fetcher and added tests

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

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Bernd Mathiske
On Feb. 25, 2015, 10:06 a.m., Timothy Chen wrote: docs/fetcher.md, line 165 https://reviews.apache.org/r/30774/diff/18/?file=875537#file875537line165 Doesn't cache items have TTLs? Then frameworks should never get into content that is stale for a long time? TTLs are not

Re: Review Request 30774: Fetcher Cache

2015-02-26 Thread Bernd Mathiske
On Feb. 25, 2015, 10:25 a.m., Timothy Chen wrote: src/slave/containerizer/fetcher.cpp, line 103 https://reviews.apache.org/r/30774/diff/19/?file=875881#file875881line103 How about introducing a Cache namespace, so then we can just do Fetcher::Cache::recover,

Re: Review Request 31503: (2/4) Add the Classifier action

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31503/#review74394 --- please add a jira reference and a dependency on the first part. -

Re: Review Request 31505: (4/4) Add flow classifiers for fq_codel on egress

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31505/#review74396 --- add a jira reference and any dependencies please.

Re: Review Request 31362: Reenabled hadoop_home and frameworks_home slave flags for mesos-fetcher and added tests

2015-02-26 Thread Adam B
On Feb. 26, 2015, 2:01 a.m., Adam B wrote: Ship It! Niklas Nielsen wrote: What happened here? This is blocking 0.22.0. Bernd, are you on top of the flaky test? Adam B wrote: The latest revision (4) fixed the broken test by writing the script into the tests tmpdir rather

Re: Review Request 31479: Add missing deletes in stout

2015-02-26 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31479/#review74404 --- Duplicate detected: https://reviews.apache.org/r/31494/ -

Re: Review Request 31504: (3/4) Add the default filter to match all packets

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

Re: Review Request 31494: Fix potential memleak is stout/os.hpp.

2015-02-26 Thread Joerg Schad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31494/ --- (Updated Feb. 26, 2015, 10:42 p.m.) Review request for mesos and Till

Re: Review Request 27760: Revised authenticator interface to allow for two fold implementations.

2015-02-26 Thread Niklas Nielsen
On Feb. 25, 2015, 4:01 p.m., Niklas Nielsen wrote: Hey Till, Can you rebase this? :) Vinod, think that this is only awaiting responses from you on a few questions/answers above :) Would love to get this in. - Niklas --- This

Re: Review Request 31502: (1/4) Add fq_codel qdisc for egress

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31502/#review74389 --- src/Makefile.am https://reviews.apache.org/r/31502/#comment120961

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

2015-02-26 Thread Chi Zhang
On Feb. 26, 2015, 11:19 p.m., Chi Zhang wrote: A lot of tricky manuevers; likely have grasped it fully :) s/have/haven not/ - Chi --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 31502: (1/4) Add fq_codel qdisc for egress

2015-02-26 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31502/#review74393 --- please also add a jira reference to the bug field. - Dominic Hamon

Tracking/Planning future Mesos releases

2015-02-26 Thread Dave Lester
Earlier today, Niklas Nielsen created an initial document to catalog previous and future Mesos releases: https://cwiki.apache.org/confluence/display/MESOS/Mesos+Release+Planning. This made my day, thanks Niklas! I've gone ahead and begun to add additional info to thedocument, specifically links

Re: Review Request 31503: (2/4) Add the Classifier action

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

Re: Request to be added to Contributors List

2015-02-26 Thread Niklas Nielsen
Added you to the contributor list. Welcome on board! Niklas On 26 February 2015 at 13:11, N K konan...@gmail.com wrote: Hi, I would like to be added to the contributor list so I can assign a bug to myself to work on. My JIRA username is: lunsee Thanks! -- Best, Nancy Ko

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

2015-02-26 Thread Chi Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31444/#review74388 --- A lot of tricky manuevers; likely have grasped it fully :)

Re: Review Request 31494: Fix potential memleak is stout/os.hpp.

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

Review Request 31503: (2/4) Add the Classifier action

2015-02-26 Thread Cong Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31503/ --- Review request for mesos, Chi Zhang, Ian Downes, and Jie Yu. Repository: mesos

Review Request 31502: (1/4) Add fq_codel qdisc for egress

2015-02-26 Thread Cong Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31502/ --- Review request for mesos, Chi Zhang, Ian Downes, and Jie Yu. Repository: mesos

Review Request 31504: (3/4) Add the default filter to match all packets

2015-02-26 Thread Cong Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31504/ --- Review request for mesos, Chi Zhang, Ian Downes, and Jie Yu. Repository: mesos

Re: Review Request 31502: (1/4) Add fq_codel qdisc for egress

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

Re: Review Request 31479: Add missing deletes in stout

2015-02-26 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31479/ --- (Updated Feb. 26, 2015, 10:08 p.m.) Review request for mesos. Repository:

Re: Review Request 31494: Fix potential memleak is stout/os.hpp.

2015-02-26 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31494/#review74403 --- Please check https://reviews.apache.org/r/31479/ - Alexander

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2779

2015-02-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/2779/changes

Re: Review Request 31518: Replaced gmtime() with gmtime_r().

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

Review Request 31512: Added ability to inject the RateLimiter for slave removals.

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

Review Request 31511: Added virtual to RateLimiter methods to enable mocking.

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

Review Request 31514: Improved slave removal rate limiting tests.

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

Review Request 31518: Replaced gmtime() with gmtime_r().

2015-02-26 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31518/ --- Review request for mesos, Jie Yu and Niklas Nielsen. Bugs: MESOS-2407

Re: Review Request 31505: (4/4) Add flow classifiers for fq_codel on egress

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

Re: Review Request 27760: Revised authenticator interface to allow for two fold implementations.

2015-02-26 Thread Till Toenshoff
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27760/ --- (Updated Feb. 27, 2015, 2:28 a.m.) Review request for mesos, Adam B, Kapil

Review Request 31516: Added tests for rate limiting slave removals during master failover.

2015-02-26 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31516/ --- Review request for mesos and Vinod Kone. Bugs: MESOS-2392

  1   2   >