Re: Review Request 25848: Introducing mesos modules.

2014-09-22 Thread Kapil Arya
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25848/ --- (Updated Sept. 22, 2014, 5:25 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 25848: Introducing mesos modules.

2014-09-22 Thread Kapil Arya
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25848/ --- (Updated Sept. 22, 2014, 5:30 a.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 25848: Introducing mesos modules.

2014-09-22 Thread Kapil Arya
> On Sept. 19, 2014, 7:39 p.m., Niklas Nielsen wrote: > > src/module/manager.hpp, line 88 > > > > > > Can we find some ABI documentation that supports this claim and maybe > > throw in a reference? Added a TODO for no

Re: Review Request 25848: Introducing mesos modules.

2014-09-22 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25848/#review54118 --- Bad patch! Reviews applied: [25848] Failed command: ./support/meso

Re: Review Request 25622: Update the Mesos Style Guide with C++11 and naming notes.

2014-09-22 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25622/ --- (Updated Sept. 22, 2014, 1:10 p.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 25434: Propagate slave shutdown grace period to Executor and CommandExecutor.

2014-09-22 Thread Alexander Rukletsov
> On Sept. 11, 2014, 3:45 p.m., Timothy St. Clair wrote: > > src/exec/exec.cpp, line 82 > > > > > > Maybe I'm missing something, but is there a reason we don't check > > before a delay? If ShutdownProcess is spawned,

Re: Review Request 25622: Update the Mesos Style Guide with C++11 and naming notes.

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

Re: Mesos Modules Design

2014-09-22 Thread Tim St Clair
Folks, I think this thread has fallen off the rails a bit, perhaps we could get a tcon/hangout going for this again. I would be happy to moderate if needed, but it's pretty clear to me to that trying to hash this out in an email thread is becoming couter-productive. Cheers, Tim - Origi

Auto usage in mesos

2014-09-22 Thread Alex Rukletsov
We now start using auto in the code (among several other C++11 features). However we don't want to hamper reasoning about types. I would suggest we select several use cases where we all agree using auto is welcomed and several counterexamples. After the short conversation with BenH, we agreed that

Re: Mesos Modules Design

2014-09-22 Thread Niklas Nielsen
Agreed - I can do early morning PST any day during this week (for people dialing in from the east coast and Europe). Niklas On 22 September 2014 07:15, Tim St Clair wrote: > Folks, > > I think this thread has fallen off the rails a bit, perhaps we could get a > tcon/hangout going for this again

Re: Review Request 25250: Mark running tasks killed during framework shutdown.

2014-09-22 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25250/ --- (Updated Sept. 22, 2014, 4:25 p.m.) Review request for mesos, Benjamin Hindman

Re: Review Request 25250: Mark running tasks killed during framework shutdown.

2014-09-22 Thread Alexander Rukletsov
> On Sept. 15, 2014, 4:38 p.m., Benjamin Hindman wrote: > > src/master/master.cpp, line 4010 > > > > > > I suggest we use TASK_LOST here instead. We definitely want a terminal > > state like TASK_KILLED, but we've re

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Timothy St. Clair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25858/#review54125 --- Thanks Jie! 1st pass testing worked, but I need to beat on it some m

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Jie Yu
> On Sept. 22, 2014, 4:31 p.m., Timothy St. Clair wrote: > > src/linux/cgroups.cpp, line 1795 > > > > > > I think I've missed something subtle, how did you bypass the cleanup > > semantics? The isolators won't try t

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Jie Yu
> On Sept. 22, 2014, 4:31 p.m., Timothy St. Clair wrote: > > Thanks Jie! 1st pass testing worked, but I need to beat on it some more. > > > > Normally I would say we should probably separate out the cleanup work from > > the feature mod, but it's not that important to me. Sorry about that. I

Re: Auto usage in mesos

2014-09-22 Thread Dominic Hamon
For reference: http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#auto We should be able to adopt that wholesale but please document anywhere you think we would diverge from those examples. On Mon, Sep 22, 2014 at 7:28 AM, Alex Rukletsov wrote: > We now start using auto in the code

Re: Review Request 25868: Refactor Libprocess: class ProcessReference

2014-09-22 Thread Niklas Nielsen
> On Sept. 20, 2014, 12:22 p.m., Ben Mahler wrote: > > Thanks Joris! > > > > Any reason you want this exposed in the public include/ folder of > > libprocess, as opposed to an internal header inside src/? Don't think we'd > > want this in the public includes. It seems to be a bit unconsistent

Re: Review Request 25622: Update the Mesos Style Guide with C++11 and naming notes.

2014-09-22 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25622/#review54140 --- docs/mesos-c++-style-guide.md

Re: Mesos Modules Design

2014-09-22 Thread Bernd Mathiske
+1. On Sep 22, 2014, at 5:22 PM, Niklas Nielsen wrote: > Agreed - I can do early morning PST any day during this week (for people > dialing in from the east coast and Europe). > > Niklas > > On 22 September 2014 07:15, Tim St Clair wrote: > >> Folks, >> >> I think this thread has fallen off

Re: Review Request 25789: Variadic strings join

2014-09-22 Thread Joris Van Remoortere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25789/ --- (Updated Sept. 22, 2014, 5:30 p.m.) Review request for mesos and Benjamin Hindm

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25858/#review54141 --- Ship it! src/linux/cgroups.cpp

Re: Review Request 25868: Refactor Libprocess: class ProcessReference

2014-09-22 Thread Joris Van Remoortere
> On Sept. 20, 2014, 7:22 p.m., Ben Mahler wrote: > > Thanks Joris! > > > > Any reason you want this exposed in the public include/ folder of > > libprocess, as opposed to an internal header inside src/? Don't think we'd > > want this in the public includes. > > Niklas Nielsen wrote: > It

Re: Auto usage in mesos

2014-09-22 Thread Cody Maloney
There are some cases where using auto for function return type deduction is necessary to be able to state what you want generically in templates, and I think we should allow that use case. I can ping some friends for good examples if people would like. Definitely general use of return type deductio

Twitter sprint Q3.6

2014-09-22 Thread Dominic Hamon
Hello Here's our focus for the next two weeks. Some of these we are shepherding, but are high enough profile that we want to track them. Link to active sprint Task reconciliation: - Removing out-of-order updates Isolation:

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Jie Yu
> On Sept. 22, 2014, 5:33 p.m., Ian Downes wrote: > > src/linux/cgroups.cpp, line 517 > > > > > > Not your code, but it's a little silly to do this every time... Added a TODO. - Jie ---

Review Request 25861: Serialize isolator prepare and cleanup (reversed).

2014-09-22 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25861/ --- Review request for mesos, Jie Yu and Vinod Kone. Repository: mesos-git Descri

Review Request 25863: Rename stout/os/setns.hpp to namespaces.hpp.

2014-09-22 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25863/ --- Review request for mesos, Jie Yu and Vinod Kone. Repository: mesos-git Descri

Review Request 25864: Add 'Future cgroups::empty()'.

2014-09-22 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25864/ --- Review request for mesos, Jie Yu and Vinod Kone. Repository: mesos-git Descri

Review Request 25862: Improve shared filesystem isolator.

2014-09-22 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25862/ --- Review request for mesos and Vinod Kone. Repository: mesos-git Description --

Re: Review Request 25549: Basic filesystem isolator for Linux.

2014-09-22 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25549/ --- (Updated Sept. 22, 2014, 11:45 a.m.) Review request for mesos, Ben Mahler, Jie

Review Request 25865: Pid namespace isolator for the MesosContainerizer.

2014-09-22 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25865/ --- Review request for mesos, Jie Yu and Vinod Kone. Repository: mesos-git Descri

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Timothy St. Clair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25858/#review54165 --- Ship it! Ship It! - Timothy St. Clair On Sept. 20, 2014, 12:21 a

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25858/#review54164 --- src/linux/cgroups.cpp

Re: Review Request 25864: Add 'Future cgroups::empty()'.

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25864/#review54166 --- src/linux/cgroups.cpp

Re: Review Request 25862: Improve shared filesystem isolator.

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25862/#review54167 --- src/slave/containerizer/linux_launcher.cpp

Re: Review Request 25865: Pid namespace isolator for the MesosContainerizer.

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25865/#review54169 --- src/slave/containerizer/isolators/namespaces/pid.cpp

Re: Review Request 25868: Refactor Libprocess: class ProcessReference

2014-09-22 Thread Ben Mahler
> On Sept. 20, 2014, 7:22 p.m., Ben Mahler wrote: > > Thanks Joris! > > > > Any reason you want this exposed in the public include/ folder of > > libprocess, as opposed to an internal header inside src/? Don't think we'd > > want this in the public includes. > > Niklas Nielsen wrote: > It

Re: Review Request 25864: Add 'Future cgroups::empty()'.

2014-09-22 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25864/#review54170 --- Why do you need this? Seems like one would only watch for cgroup em

Re: Review Request 25785: Add guide to becoming a committer

2014-09-22 Thread Dominic Hamon
> On Sept. 19, 2014, 5:24 p.m., Adam B wrote: > > I think it's valuable to outline some guidelines for anybody interested in > > becoming a committer, but I don't think we should set too many strict rules > > and regulations around it. Other thoughts below. I think exactly the opposite. I thin

Re: Review Request 25622: Update the Mesos Style Guide with C++11 and naming notes.

2014-09-22 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25622/#review54173 --- docs/mesos-c++-style-guide.md

Re: Review Request 25622: Update the Mesos Style Guide with C++11 and naming notes.

2014-09-22 Thread Dominic Hamon
> On Sept. 22, 2014, 12:19 p.m., Ben Mahler wrote: > > docs/mesos-c++-style-guide.md, line 104 > > > > > > Will >> work with gcc 4.4+? :) yes. it's in the configure check :) - Dominic -

Re: Review Request 25622: Update the Mesos Style Guide with C++11 and naming notes.

2014-09-22 Thread Dominic Hamon
> On Sept. 22, 2014, 12:19 p.m., Ben Mahler wrote: > > docs/mesos-c++-style-guide.md, lines 96-99 > > > > > > Why would the iterator be called `containerizer`? > > > > s/containerizer/iterator/ ? -1 naming a

Re: Review Request 25622: Update the Mesos Style Guide with C++11 and naming notes.

2014-09-22 Thread Ben Mahler
> On Sept. 22, 2014, 7:19 p.m., Ben Mahler wrote: > > docs/mesos-c++-style-guide.md, lines 96-99 > > > > > > Why would the iterator be called `containerizer`? > > > > s/containerizer/iterator/ ? > > Dominic Ha

Re: Review Request 25868: Refactor Libprocess: class ProcessReference

2014-09-22 Thread Joris Van Remoortere
> On Sept. 20, 2014, 7:22 p.m., Ben Mahler wrote: > > Thanks Joris! > > > > Any reason you want this exposed in the public include/ folder of > > libprocess, as opposed to an internal header inside src/? Don't think we'd > > want this in the public includes. > > Niklas Nielsen wrote: > It

Re: Review Request 25622: Update the Mesos Style Guide with C++11 and naming notes.

2014-09-22 Thread Ben Mahler
> On Sept. 22, 2014, 7:19 p.m., Ben Mahler wrote: > > docs/mesos-c++-style-guide.md, lines 96-99 > > > > > > Why would the iterator be called `containerizer`? > > > > s/containerizer/iterator/ ? > > Dominic Ha

Re: Review Request 25549: Basic filesystem isolator for Linux.

2014-09-22 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25549/#review54179 --- Patch looks great! Reviews applied: [25655, 24177, 25549] All test

Re: Review Request 25549: Basic filesystem isolator for Linux.

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25549/#review54181 --- src/slave/slave.cpp

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25858/ --- (Updated Sept. 22, 2014, 8:35 p.m.) Review request for mesos, Ben Mahler, Ian D

Re: Review Request 25858: Allowed co-mounted cgroup subsystems to enable Mesos on machines with systemd.

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25858/#review54187 --- Ship it! Ship It! - Timothy Chen On Sept. 22, 2014, 8:35 p.m., J

Re: Review Request 25863: Rename stout/os/setns.hpp to namespaces.hpp.

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

Re: Review Request 25569: Refactor test environment validations

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25569/ --- (Updated Sept. 22, 2014, 9:17 p.m.) Review request for mesos and Ben Mahler.

Re: Mesos Modules Design

2014-09-22 Thread Benjamin Hindman
Jumping on a tcon/hangout sounds healthy, but given I'm traveling right now in Europe and timing is difficult I'm going to comment inline here. - callsites need to be modules aware to use the right factory method to > instantiate the modular object > I don't know how else you'd accomplish making

Re: Review Request 25862: Improve shared filesystem isolator.

2014-09-22 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25862/#review54198 --- Bad patch! Reviews applied: [25861] Failed command: git apply --in

Re: Mesos Modules Design

2014-09-22 Thread Dominic Hamon
On Mon, Sep 22, 2014 at 2:36 PM, Benjamin Hindman wrote: > Jumping on a tcon/hangout sounds healthy, but given I'm traveling right now > in Europe and timing is difficult I'm going to comment inline here. > > > - callsites need to be modules aware to use the right factory method to > > instantiat

Review Request 25911: Changed master to free up resources for completed tasks when framework is disconnected.

2014-09-22 Thread Niklas Nielsen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25911/ --- Review request for mesos and Ben Mahler. Bugs: MESOS-1817 https://issues.ap

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

2014-09-22 Thread Apache Jenkins Server
See

Re: Review Request 25569: Refactor test environment validations

2014-09-22 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25569/#review54201 --- Did you look at the diff when you posted this review? Looks like you

Re: Review Request 25865: Pid namespace isolator for the MesosContainerizer.

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

Re: Review Request 25866: Updated the semantics of disconnected/deactivated semantics in master.

2014-09-22 Thread Vinod Kone
> On Sept. 21, 2014, 9:20 a.m., Adam B wrote: > > src/master/master.hpp, lines 947-950 > > > > > > Comment here should be for the Slave. > > 'active' is set to false if resources from this slave should not be > >

Re: Review Request 25866: Updated semantics of disconnected/deactivated slaves/frameworks in master.

2014-09-22 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25866/ --- (Updated Sept. 22, 2014, 11:50 p.m.) Review request for mesos, Adam B and Ben M

Re: Review Request 25866: Updated the semantics of disconnected/deactivated semantics in master.

2014-09-22 Thread Vinod Kone
> On Sept. 20, 2014, 2:26 p.m., Dominic Hamon wrote: > > src/master/master.cpp, line 4649 > > > > > > consider adding gauges for connected/disconnected slaves done. added for frameworks too. - Vinod -

Re: Review Request 25867: Updated ping message to embed the slave registered status.

2014-09-22 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25867/ --- (Updated Sept. 22, 2014, 11:51 p.m.) Review request for mesos and Ben Mahler.

Re: Review Request 25864: Add 'Future cgroups::empty()'.

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

Re: Review Request 25848: Introducing mesos modules.

2014-09-22 Thread Kapil Arya
> On Sept. 19, 2014, 7:39 p.m., Niklas Nielsen wrote: > > src/module/manager.cpp, lines 43-44 > > > > > > Ben, we did the module manager as a singleton. I know it is a uncommon > > pattern in Mesos in general. Do you h

Re: Review Request 25848: Introducing mesos modules.

2014-09-22 Thread Kapil Arya
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25848/ --- (Updated Sept. 22, 2014, 8:22 p.m.) Review request for mesos, Benjamin Hindman,

Re: Review Request 25848: Introducing mesos modules.

2014-09-22 Thread Kapil Arya
> On Sept. 19, 2014, 7:39 p.m., Niklas Nielsen wrote: > > src/examples/test_module.cpp, line 38 > > > > > > You could also throw in a comment here on what function declaration > > that gets generated i.e. exported symb

Re: Review Request 25911: Changed master to free up resources for completed tasks when framework is disconnected.

2014-09-22 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25911/#review54217 --- Bad patch! Reviews applied: [25911] Failed command: ./support/meso

Re: Review Request 25866: Updated semantics of disconnected/deactivated slaves/frameworks in master.

2014-09-22 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25866/#review54215 --- Ship it! Great job. src/master/master.cpp

Re: Review Request 25911: Changed master to free up resources for completed tasks when framework is disconnected.

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25911/#review54221 --- src/master/master.cpp

Re: Review Request 25868: Refactor Libprocess: class ProcessReference

2014-09-22 Thread Joris Van Remoortere
> On Sept. 20, 2014, 7:22 p.m., Ben Mahler wrote: > > Thanks Joris! > > > > Any reason you want this exposed in the public include/ folder of > > libprocess, as opposed to an internal header inside src/? Don't think we'd > > want this in the public includes. > > Niklas Nielsen wrote: > It

Re: Review Request 25868: Refactor Libprocess: class ProcessReference

2014-09-22 Thread Joris Van Remoortere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25868/ --- (Updated Sept. 23, 2014, 1:18 a.m.) Review request for mesos and Niklas Nielsen

Re: Review Request 25867: Updated ping message to embed the slave registered status.

2014-09-22 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25867/#review54240 --- Patch looks great! Reviews applied: [25866, 25867] All tests passe

Review Request 25922: Explore disk io isolation in cgroups

2014-09-22 Thread Joris Van Remoortere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25922/ --- Review request for mesos, Adam B and Benjamin Hindman. Repository: mesos-git

Re: Review Request 25789: Variadic strings join

2014-09-22 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25789/#review54238 --- Ship it! Looks great! A few minor nits and a request for a comment.

Re: Review Request 25848: Introducing mesos modules.

2014-09-22 Thread Kapil Arya
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25848/ --- (Updated Sept. 23, 2014, 12:05 a.m.) Review request for mesos, Benjamin Hindman

Re: Review Request 25868: Refactor Libprocess: class ProcessReference

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

Re: Review Request 25569: Refactor test environment validations

2014-09-22 Thread Timothy Chen
> On Sept. 22, 2014, 10:52 p.m., Ben Mahler wrote: > > Did you look at the diff when you posted this review? Looks like you needed > > to rebase against master. Sorry didn't really look at it and you're right it's not rebased! - Timothy --

Re: Review Request 25569: Refactor test environment validations

2014-09-22 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25569/ --- (Updated Sept. 23, 2014, 5:28 a.m.) Review request for mesos and Ben Mahler.

[RESULT][VOTE] Release Apache Mesos 0.20.1 (rc3)

2014-09-22 Thread Adam Bordelon
Hi all, The vote for Mesos 0.20.1 (rc3) has passed with the following votes. +1 (Binding) -- *** Vinod Kone *** Till Toenshoff *** Niklas Nielsen *** Jie Yu +1 (Non-binding) -- *** Tim Chen *** Tom Arnfeld There were no 0 or -1 votes. Ple

Re: Review Request 25922: Explore disk io isolation in cgroups

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