Review Request 46188: Added the missing 'break' when handling ERROR event.

2016-04-14 Thread Qian Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46188/ --- Review request for mesos, Anand Mazumdar and Vinod Kone. Bugs: MESOS-3558 h

Re: Review Request 46187: Terminate when receiving the ACK of terminal status update.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46187/#review128848 --- Patch looks great! Reviews applied: [46187] Passed command: expo

Review Request 46189: Slave rename - Update strings in error messages and other strings.

2016-04-14 Thread zhou xing
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46189/ --- Review request for mesos, Kevin Klues and Vinod Kone. Bugs: MESOS-5057 http

Review Request 46190: Slave rename - Update standard output messages in libprocess.

2016-04-14 Thread zhou xing
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46190/ --- Review request for mesos, Kevin Klues and Vinod Kone. Bugs: MESOS-5057 http

Re: Review Request 46188: Added the missing 'break' when handling ERROR event.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46188/#review128853 --- Patch looks great! Reviews applied: [46187, 46188] Passed comman

Review Request 46193: Stout:[2/2] Added `systems_tests.cpp`.

2016-04-14 Thread Alex Clemmer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46193/ --- Review request for mesos, Alex Naparu, Daniel Pravat, Artem Harutyunyan, Joris V

Review Request 46192: Stout:[1/2] Added `systems_tests.cpp`.

2016-04-14 Thread Alex Clemmer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46192/ --- Review request for mesos, Alex Naparu, Daniel Pravat, Artem Harutyunyan, Joris V

Review Request 46191: Stout: Implemented `uname` on Windows.

2016-04-14 Thread Alex Clemmer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46191/ --- Review request for mesos, Alex Naparu, Daniel Pravat, Artem Harutyunyan, Joris V

Re: Review Request 46013: Stout: Implemented `os::processes` on Windows.

2016-04-14 Thread Alex Clemmer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46013/ --- (Updated April 14, 2016, 8:57 a.m.) Review request for mesos, Alex Naparu, Dani

Re: Review Request 46190: Slave rename - Update standard output messages in libprocess.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46190/#review128860 --- Patch looks great! Reviews applied: [46189, 46190] Passed comman

Re: Review Request 46165: Removed dependency on Boost.Foreach.

2016-04-14 Thread Benjamin Bannier
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46165/#review128851 --- LGTM and is a very nice C++11 update in the spirit of the original

Re: Review Request 46094: Fixed memory leaks in Encoder/Decoder tests in libprocess.

2016-04-14 Thread Benjamin Bannier
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46094/#review128863 --- Ship it! - Benjamin Bannier On April 13, 2016, 4:23 p.m., Nei

Re: Review Request 46146: Fixed libprocess tests to use smart pointers.

2016-04-14 Thread Benjamin Bannier
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46146/#review128864 --- Ship it! - Benjamin Bannier On April 13, 2016, 4:24 p.m., Nei

Re: Review Request 46193: Stout:[2/2] Added `systems_tests.cpp`.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46193/#review128865 --- Bad patch! Reviews applied: [46193, 46192, 46191, 46015, 46014, 4

Re: Review Request 46083: Used already forward-declared process::http::OK.

2016-04-14 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46083/#review128866 --- Ship it! Ship It! - Adam B On April 12, 2016, 6:48 a.m., Ben

Re: Review Request 46084: Added needed forward-declaration for InternalServerError.

2016-04-14 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46084/#review128868 --- Ship it! Ship It! - Adam B On April 12, 2016, 6:06 a.m., Ben

Re: Review Request 46085: Added authentication to agent's /monitor/statistics endpoint.

2016-04-14 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46085/#review128871 --- Ship it! Ship It! - Adam B On April 12, 2016, 1:04 p.m., Ben

Re: Review Request 46135: Fix the bug in MasterAllocatorTest/1.RebalancedForUpdatedWeights test.

2016-04-14 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46135/#review128872 --- Looks good. Fix these issues (mine and AlexR's) and we can commit

Re: Review Request 45922: Added agent authorization flags.

2016-04-14 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45922/ --- (Updated April 14, 2016, 1 p.m.) Review request for mesos, Adam B and Alexander

Re: Review Request 46139: Add positive tests for /weights endpoint.

2016-04-14 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46139/#review128873 --- This'll do quite nicely once we address these issues. src/tests/

Re: Review Request 45922: Added agent authorization flags.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45922/#review128875 --- Patch looks great! Reviews applied: [45922] Passed command: expo

Re: Review Request 45922: Added agent authorization flags.

2016-04-14 Thread Jan Schlicht
> On April 13, 2016, 3:58 p.m., Benjamin Bannier wrote: > > src/tests/cluster.cpp, lines 398-410 > > > > > > You are shadowing the outer `Option` here with a > > `Result`. All of the following assignments are to tha

Re: Review Request 46149: Speed up ExamplesTest.DynamicReservationFramework.

2016-04-14 Thread Benjamin Bannier
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46149/#review128877 --- This is much better, but still long. I see that now most of the ti

Re: Review Request 46149: Speed up ExamplesTest.DynamicReservationFramework.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46149/#review128883 --- Bad patch! Reviews applied: [46149] Failed command: ./support/ap

Re: Review Request 46149: Speed up DynamicReservationFramework.

2016-04-14 Thread Klaus Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46149/ --- (Updated April 14, 2016, 8:59 p.m.) Review request for mesos, Benjamin Bannier

Re: Review Request 46149: Speed up DynamicReservationFramework.

2016-04-14 Thread Klaus Ma
> On April 14, 2016, 7:56 p.m., Benjamin Bannier wrote: > > This is much better, but still long. I see that now most of the time is > > spent in `resourceOffers` -- can you think of a way to speed these up as > > well? @Bannier, how did you check the time in `resourceOffers`? - Klaus -

Re: Review Request 46149: Speed up DynamicReservationFramework.

2016-04-14 Thread Benjamin Bannier
> On April 14, 2016, 1:56 p.m., Benjamin Bannier wrote: > > This is much better, but still long. I see that now most of the time is > > spent in `resourceOffers` -- can you think of a way to speed these up as > > well? > > Klaus Ma wrote: > @Bannier, how did you check the time in `resource

Re: Review Request 46180: Implemented create() for docker volume isolator.

2016-04-14 Thread Guangya Liu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46180/ --- (Updated 四月 14, 2016, 1:40 p.m.) Review request for mesos, David vonThenen, Gil

Review Request 46204: Updated slave recovery tests with HTTP command executor.

2016-04-14 Thread Qian Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46204/ --- Review request for mesos, Anand Mazumdar and Vinod Kone. Bugs: MESOS-3558 h

Re: Review Request 45670: Updated tests for HTTP command executor.

2016-04-14 Thread Qian Zhang
> On April 13, 2016, 5:11 a.m., Vinod Kone wrote: > > Are you also planning to update slave recovery tests? Those are the most > > crucial. > > Qian Zhang wrote: > Sure, I will update slave recovery tests soon. Just want to double > confirm, in `slave_recovery_tests.cpp`, I see there are t

Re: Review Request 45955: Added CNI helper subcommand to `mesos-containerizer`.

2016-04-14 Thread Avinash sridharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45955/ --- (Updated April 14, 2016, 3:24 p.m.) Review request for mesos, Jie Yu and Qian Z

Re: Review Request 45983: Enabled the `network/cni` isolator in `MesosContainerizer`.

2016-04-14 Thread Avinash sridharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45983/ --- (Updated April 14, 2016, 3:26 p.m.) Review request for mesos, Jie Yu and Qian Z

Review Request 46209: Explicitly set `FrameworkInfo.principal` if AuthN is enabled.

2016-04-14 Thread Anand Mazumdar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46209/ --- Review request for mesos and Vinod Kone. Bugs: MESOS-5214 https://issues.ap

Re: Review Request 46114: Fixed per framework principal metrics for HTTP frameworks.

2016-04-14 Thread Anand Mazumdar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46114/ --- (Updated April 14, 2016, 3:34 p.m.) Review request for mesos and Vinod Kone.

Review Request 46211: Added flags for authenticating HTTP frameworks to master.

2016-04-14 Thread Anand Mazumdar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46211/ --- Review request for mesos and Vinod Kone. Bugs: MESOS-3923 https://issues.ap

Re: Review Request 46114: Fixed per framework principal metrics for HTTP frameworks.

2016-04-14 Thread Anand Mazumdar
> On April 13, 2016, 7:04 p.m., Vinod Kone wrote: > > src/master/master.cpp, lines 5944-5947 > > > > > > We were discussing about this in another context this morning. I think > > we should just set FrameworkInfo.p

Re: Review Request 46115: Added AuthN for HTTP based frameworks.

2016-04-14 Thread Anand Mazumdar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46115/ --- (Updated April 14, 2016, 3:35 p.m.) Review request for mesos, Greg Mann and Vin

Re: Review Request 45983: Enabled the `network/cni` isolator in `MesosContainerizer`.

2016-04-14 Thread Avinash sridharan
> On April 14, 2016, 12:47 a.m., Jie Yu wrote: > > src/slave/containerizer/mesos/containerizer.cpp, lines 165-168 > > > > > > Please wrap this with ifdef linux Thanks for catching this. Wrapped in `#ifdef` and ran t

Review Request 46212: Added documentation around using AuthN for HTTP frameworks.

2016-04-14 Thread Anand Mazumdar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46212/ --- Review request for mesos and Vinod Kone. Bugs: MESOS-3923 https://issues.ap

Re: Review Request 46118: Fixed tests impacted by enabling AuthN for HTTP frameworks.

2016-04-14 Thread Anand Mazumdar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46118/ --- (Updated April 14, 2016, 3:39 p.m.) Review request for mesos and Vinod Kone.

Re: Review Request 46204: Updated slave recovery tests with HTTP command executor.

2016-04-14 Thread Vinod Kone
Can you run the tests in a loop (100 iterations) to check for flakiness? @vinodkone > On Apr 14, 2016, at 8:14 AM, Qian Zhang wrote: > > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46

Re: Review Request 45670: Updated tests for HTTP command executor.

2016-04-14 Thread Vinod Kone
Anand might have ideas. If we can get its os pid we could do kill on it? @vinodkone > On Apr 14, 2016, at 8:21 AM, Qian Zhang wrote: > > > >>> On April 13, 2016, 5:11 a.m., Vinod Kone wrote: >>> Are you also planning to update slave recovery tests? Those are the most >>> crucial. >> >> Qian

Re: Review Request 44454: Checkpointed the external mount info for container.

2016-04-14 Thread Guangya Liu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44454/ --- (Updated 四月 14, 2016, 3:45 p.m.) Review request for mesos, David vonThenen, Gil

Review Request 46214: Valided role when framework subscribe.

2016-04-14 Thread Klaus Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46214/ --- Review request for mesos and Vinod Kone. Bugs: MESOS-5184 https://issues.ap

Re: Review Request 45955: Added CNI helper subcommand to `mesos-containerizer`.

2016-04-14 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45955/#review128907 --- Ship it! Ship It! - Jie Yu On April 14, 2016, 3:24 p.m., Avi

Re: Review Request 45983: Enabled the `network/cni` isolator in `MesosContainerizer`.

2016-04-14 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45983/#review128908 --- Ship it! Ship It! - Jie Yu On April 14, 2016, 3:26 p.m., Avi

Re: Review Request 45922: Added agent authorization flags.

2016-04-14 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45922/ --- (Updated April 14, 2016, 6:16 p.m.) Review request for mesos, Adam B and Alexan

Re: Review Request 45922: Added agent authorization flags.

2016-04-14 Thread Jan Schlicht
> On April 12, 2016, 11:31 a.m., Adam B wrote: > > docs/configuration.md, line 886 > > > > > > None of these examples apply to an agent. Maybe we need to implement an > > ACL (e.g. GET_ENDPOINT_WITH_PATH "/flags") b

Re: Review Request 45377: Updated prepare() logic for unified container.

2016-04-14 Thread Guangya Liu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45377/ --- (Updated 四月 14, 2016, 4:30 p.m.) Review request for mesos, David vonThenen, Gil

Re: Review Request 46204: Updated slave recovery tests with HTTP command executor.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46204/#review128911 --- Patch looks great! Reviews applied: [46187, 46188, 46204] Passed

Re: Review Request 45214: Updated protobuf to support external storage.

2016-04-14 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45214/#review128913 --- Ship it! Ship It! - Jie Yu On April 14, 2016, 4:37 a.m., Gua

Re: Review Request 46187: Terminate when receiving the ACK of terminal status update.

2016-04-14 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46187/#review128916 --- src/launcher/http_command_executor.cpp

Re: Review Request 45922: Added agent authorization flags.

2016-04-14 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45922/ --- (Updated April 14, 2016, 6:51 p.m.) Review request for mesos, Adam B and Alexan

Re: Review Request 45217: Implemented docker volume driver isolator interface.

2016-04-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45217/#review128919 --- Ship it! Ship It! - Gilbert Song On April 13, 2016, 5:32 p.m

Re: Review Request 46115: Added AuthN for HTTP based frameworks.

2016-04-14 Thread Greg Mann
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46115/#review128914 --- Looks good! A couple small things below. src/master/http.cpp (li

Re: Review Request 46162: Moved mesos::internal::log::Log to mesos::log namespace.

2016-04-14 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46162/#review128923 --- include/mesos/log/log.hpp (line 50)

Re: Review Request 45270: Added spec protobut for external mount.

2016-04-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45270/#review128922 --- src/slave/containerizer/mesos/isolators/docker/volume/spec.proto

Re: Review Request 46212: Added documentation around using AuthN for HTTP frameworks.

2016-04-14 Thread Greg Mann
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46212/#review128926 --- Could we add a section to 'docs/authentication.md' about authentic

Re: Review Request 46211: Added flags for authenticating HTTP frameworks to master.

2016-04-14 Thread Greg Mann
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46211/#review128925 --- src/master/flags.cpp (lines 225 - 226)

Re: Review Request 46115: Added AuthN for HTTP based frameworks.

2016-04-14 Thread Anand Mazumdar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46115/ --- (Updated April 14, 2016, 5:46 p.m.) Review request for mesos, Greg Mann and Vin

Re: Review Request 46115: Added AuthN for HTTP based frameworks.

2016-04-14 Thread Anand Mazumdar
> On April 14, 2016, 5:10 p.m., Greg Mann wrote: > > src/master/validation.hpp, line 47 > > > > > > Do we really want to have a default value for an argument to a > > validation function? It makes me a bit uneasy; if

Re: Review Request 46118: Fixed tests impacted by enabling AuthN for HTTP frameworks.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46118/#review128932 --- Patch looks great! Reviews applied: [46113, 46209, 46114, 46211,

Re: Review Request 46163: Exposed state/{state,storage}.hpp files.

2016-04-14 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46163/#review128929 --- src/Makefile.am (line 174)

Re: Review Request 46164: Moved mesos::internal::state to mesos::state namespace.

2016-04-14 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46164/#review128935 --- include/mesos/state/state.hpp (line 82)

Re: Review Request 45360: Added volume client for mount and unmount.

2016-04-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45360/#review128931 --- src/slave/containerizer/mesos/isolators/docker/volume/volume_clie

Re: Review Request 45373: Ignored the DOCKER_VOLUME volume source.

2016-04-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45373/#review128939 --- src/slave/containerizer/mesos/isolators/filesystem/linux.cpp (lin

Re: Review Request 45326: Added agent flag dvdcli_dir for specify dvdcli path.

2016-04-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45326/#review128941 --- src/slave/flags.cpp (line 803)

Re: Review Request 46008: Stout: Initialize Windows socket stack in Stout tests.

2016-04-14 Thread Joris Van Remoortere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46008/#review128938 --- Fix it, then Ship it! 3rdparty/libprocess/3rdparty/stout/inclu

Re: Review Request 46180: Implemented create() for docker volume isolator.

2016-04-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46180/#review128942 --- src/slave/containerizer/mesos/isolators/docker/volume/isolator.cp

Re: Review Request 45987: Fixed `rmdir.hpp` Windows build breaks.

2016-04-14 Thread Joris Van Remoortere
> On April 12, 2016, 2:41 p.m., Joris Van Remoortere wrote: > > 3rdparty/libprocess/3rdparty/stout/tests/os/rmdir_tests.cpp, line 179 > > > > > > Can you explain why this is not defined on windows? > > Alex Clemmer

Re: Review Request 46009: Stout:[1/2] Added simple tests for `os::` functions.

2016-04-14 Thread Joris Van Remoortere
> On April 12, 2016, 3:09 p.m., Joris Van Remoortere wrote: > > 3rdparty/libprocess/3rdparty/stout/tests/os/strerror_tests.cpp, lines 22-23 > > > > > > This seems generally useful? > > I think I've even seen it in

Re: Review Request 46009: Stout:[1/2] Added simple tests for `os::` functions.

2016-04-14 Thread Joris Van Remoortere
> On April 12, 2016, 3:09 p.m., Joris Van Remoortere wrote: > > 3rdparty/libprocess/3rdparty/stout/tests/os/env_tests.cpp, lines 26-27 > > > > > > Please use plain names that are self descriptive. > > Alex Clemmer wr

Re: Review Request 45370: Implemented prepare() for volume isolator.

2016-04-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45370/#review128946 --- src/slave/containerizer/mesos/isolators/docker/volume/isolator.cp

Re: Review Request 45991: Fixed memory leak in Route::Route() in libprocess.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45991/#review128954 --- Ship it! Ship It! - Joseph Wu On April 10, 2016, 6:38 p.m.,

Re: Review Request 45995: Fixed memory leak of `Route` in `finalize()` in libprocess.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45995/#review128955 --- Ship it! Ship It! - Joseph Wu On April 10, 2016, 6:39 p.m.,

Re: Review Request 45996: Fixed memory leak of `gc` in `finalize()` in libprocess.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45996/#review128956 --- Fix it, then Ship it! 3rdparty/libprocess/src/process.cpp (lin

Re: Review Request 46214: Valided role when framework subscribe.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46214/#review128960 --- Patch looks great! Reviews applied: [46214] Passed command: expo

Re: Review Request 46008: Stout: Initialize Windows socket stack in Stout tests.

2016-04-14 Thread Alex Clemmer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46008/ --- (Updated April 14, 2016, 7:24 p.m.) Review request for mesos, Alex Naparu, Dani

Re: Review Request 45670: Updated tests for HTTP command executor.

2016-04-14 Thread Anand Mazumdar
> On April 12, 2016, 9:11 p.m., Vinod Kone wrote: > > Are you also planning to update slave recovery tests? Those are the most > > crucial. > > Qian Zhang wrote: > Sure, I will update slave recovery tests soon. Just want to double > confirm, in `slave_recovery_tests.cpp`, I see there are t

Re: Review Request 45270: Added spec protobut for external mount.

2016-04-14 Thread Greg Mann
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45270/#review128971 --- src/slave/containerizer/mesos/isolators/docker/volume/spec.proto

Re: Review Request 45270: Added spec protobut for external mount.

2016-04-14 Thread Greg Mann
> On April 14, 2016, 8:17 p.m., Greg Mann wrote: > > Could you fix the typo in the commit message: "protobut" should be "protobuf". Also, could you remove the duplicate Summary that's in the Description field, and add a more verbose description of the patch in the Description field? - Greg

Re: Review Request 40411: Libprocess Reinit: Modify test to use PID.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40411/ --- (Updated April 14, 2016, 1:28 p.m.) Review request for mesos, Artem Harutyunyan

Re: Review Request 40266: Libprocess Reinit: Cleanup SocketManager alongside ProcessManager.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40266/ --- (Updated April 14, 2016, 1:28 p.m.) Review request for mesos, Artem Harutyunyan

Re: Review Request 40268: Libprocess Reinit: Change Socket::DEFAULT_KIND to a non-static value.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40268/ --- (Updated April 14, 2016, 1:28 p.m.) Review request for mesos, Artem Harutyunyan

Re: Review Request 40413: Libprocess Reinit: Move ReaperProcess instantiation into process.cpp.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40413/ --- (Updated April 14, 2016, 1:28 p.m.) Review request for mesos, Artem Harutyunyan

Re: Review Request 40410: Libprocess Reinit: Move MetricsProcess instantiation into process.cpp.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40410/ --- (Updated April 14, 2016, 1:28 p.m.) Review request for mesos, Artem Harutyunyan

Re: Review Request 40512: Libprocess Reinit: Add a test-only method to reinitialize libprocess.

2016-04-14 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40512/ --- (Updated April 14, 2016, 1:28 p.m.) Review request for mesos, Artem Harutyunyan

Review Request 46220: Added documentation for Nvidia GPU support.

2016-04-14 Thread Kevin Klues
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46220/ --- Review request for mesos. Repository: mesos Description --- Added docume

Re: Review Request 40266: Libprocess Reinit: Cleanup SocketManager alongside ProcessManager.

2016-04-14 Thread Joseph Wu
> On Dec. 2, 2015, 8:08 a.m., Benjamin Bannier wrote: > > 3rdparty/libprocess/src/process.cpp, line 993 > > > > > > Once you use a proper smart pointer for `process_route` this comment > > will be right (maybe `s/de

Re: Review Request 46220: Added documentation for Nvidia GPU support.

2016-04-14 Thread Kevin Klues
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46220/ --- (Updated April 14, 2016, 8:33 p.m.) Review request for mesos, Ben Mahler, Rob T

Re: Review Request 45987: Fixed `rmdir.hpp` Windows build breaks.

2016-04-14 Thread Alex Clemmer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45987/ --- (Updated April 14, 2016, 8:38 p.m.) Review request for mesos, Alex Naparu, Dani

Re: Review Request 45377: Updated prepare() logic for unified container.

2016-04-14 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45377/#review128981 --- Patch looks great! Reviews applied: [45214, 45217, 45270, 45360,

Re: Review Request 45217: Implemented docker volume driver isolator interface.

2016-04-14 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45217/#review128985 --- Ship it! Ship It! - Jie Yu On April 14, 2016, 12:32 a.m., Gu

Re: Review Request 46013: Stout: Implemented `os::processes` on Windows.

2016-04-14 Thread Michael Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46013/#review128983 --- 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp (line 155

Re: Review Request 46014: Stout:[1/2] Moved process tests to their own file.

2016-04-14 Thread Michael Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46014/#review128989 --- Fix it, then Ship it! 3rdparty/libprocess/3rdparty/stout/tests

Re: Review Request 46189: Slave rename - Update strings in error messages and other strings.

2016-04-14 Thread Kevin Klues
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46189/#review128992 --- Can you comment in the testing section how you verified that you c

Re: Review Request 46190: Slave rename - Update standard output messages in libprocess.

2016-04-14 Thread Kevin Klues
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46190/#review128993 --- Can you comment in the testing section how you verified that you c

Re: Review Request 46015: Stout:[2/2] Moved process tests to their own file.

2016-04-14 Thread Michael Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46015/#review128995 --- Ship it! Ship It! - Michael Park On April 11, 2016, 9:02 a.m

Re: Review Request 45360: Added volume client for mount and unmount.

2016-04-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45360/#review128997 --- src/slave/containerizer/mesos/isolators/docker/volume/volume_clie

Re: Review Request 44123: Stout: [1/2] Implemented assorted `os::` functions on Windows.

2016-04-14 Thread Alex Clemmer
> On April 13, 2016, 2:38 a.m., Alex Naparu wrote: > > 3rdparty/libprocess/3rdparty/stout/include/stout/windows/os.hpp, line 168 > > > > > > Do we no longer have a "not implemented" error? Per our conversation on Sl

  1   2   >