Re: Review Request 36425: Enabling IP Discovery script

2015-07-13 Thread Marco Massenzio
fd4de4d0d9c3e9617408022d10b5e161bdc911e1 Diff: https://reviews.apache.org/r/36425/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 36425: Enabling IP Discovery script

2015-07-13 Thread Marco Massenzio
://reviews.apache.org/r/36425/#review91496 --- On July 13, 2015, 4:35 p.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r

Re: Review Request 36450: Added an Address protobuf message for consistent address information.

2015-07-13 Thread Marco Massenzio
On July 13, 2015, 8:18 p.m., Benjamin Hindman wrote: include/mesos/mesos.proto, lines 108-110 https://reviews.apache.org/r/36450/diff/1/?file=1009619#file1009619line108 Why not also add an Endpoint message to capture this part? Or a URL/I? message Endpoint {

Re: Review Request 36450: Added an Address protobuf message for consistent address information.

2015-07-13 Thread Marco Massenzio
) https://reviews.apache.org/r/36450/#comment144966 nit: I think you need an extra space between ; and / - Marco Massenzio On July 13, 2015, 5:55 p.m., Ben Mahler wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Review Request 36360: Adding common constants for HTTP API

2015-07-09 Thread Marco Massenzio
/ --- (Updated July 9, 2015, 10:34 p.m.) Review request for mesos, Anand Mazumdar, Benjamin Hindman, Ben Mahler, Marco Massenzio, and Vinod Kone. Bugs: MESOS-2860 https://issues.apache.org/jira/browse/MESOS-2860 Repository

Re: Review Request 36360: Adding common constants for HTTP API

2015-07-09 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36360/#review91242 --- Ship it! Ship It! - Marco Massenzio On July 9, 2015, 10:34 p.m

Re: Review Request 36318: [MESOS-2294] Add support to master for streaming subscribed events

2015-07-09 Thread Marco Massenzio
On July 9, 2015, 10:24 p.m., Marco Massenzio wrote: src/master/http.cpp, lines 311-316 https://reviews.apache.org/r/36318/diff/2/?file=1003768#file1003768line311 unless you know for a fact that none of this will be `None()` you *must* check, or this will crash Mesos: hence

Re: Review Request 36318: [MESOS-2294] Add support to master for streaming subscribed events

2015-07-09 Thread Marco Massenzio
- Marco Massenzio On July 9, 2015, 6:49 p.m., Anand Mazumdar wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36318/ --- (Updated

Re: Review Request 36294: Updated configuration.md with new flags for 0.23.0.

2015-07-08 Thread Marco Massenzio
On July 8, 2015, 4:35 p.m., Marco Massenzio wrote: Thanks for doing this! It seems to me that this is just a 'prettified' form of the `--help` output? perhaps we could automate its generation, removing the need of manually double-checking. Just a thought. Adam B wrote

Re: Review Request 36294: Updated configuration.md with new flags for 0.23.0.

2015-07-08 Thread Marco Massenzio
* that the singular form is *not* allowed (`1mins` in the default) but it would be nice to spell it out for the unwary - Marco Massenzio On July 8, 2015, 8:18 a.m., Adam B wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 35777: Made post-reviews.py handle bad (or not) ReviewBoard URLs.

2015-07-08 Thread Marco Massenzio
On July 7, 2015, 9:32 p.m., Marco Massenzio wrote: support/post-reviews.py, line 173 https://reviews.apache.org/r/35777/diff/2/?file=1001308#file1001308line173 note that here you will be printing the whole commit message, which in this case is not appropriate. I

Re: Review Request 35777: Made post-reviews.py handle bad (or not) ReviewBoard URLs.

2015-07-07 Thread Marco Massenzio
: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35777/ --- (Updated July 7, 2015, 3:19 p.m.) Review request for mesos, Benjamin Hindman, Marco Massenzio, and Till Toenshoff

Re: Review Request 36037: Adding /call endpoint to Master

2015-07-07 Thread Marco Massenzio
these constants aren't adding value (CLOSE - close) for the added indirection, and our existing code doesn't follow this pattern. (b) Pull out the change to src/tests/mesos.hpp, since it is independent. Marco Massenzio wrote: All good. However, I beg to disagree on this point

Re: Review Request 35777: Made post-reviews.py handle bad (or not) ReviewBoard URLs.

2015-07-07 Thread Marco Massenzio
: ... print ...format(message[pos:]) ``` should make the error message clearer. - Marco Massenzio On July 7, 2015, 3:19 p.m., Michael Park wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 36193: Improved Doxygen-Styleguide.

2015-07-06 Thread Marco Massenzio
On July 6, 2015, 6:06 p.m., Joseph Wu wrote: Can you comment on the use of the `@copydoc` tag? I used it in the associated review (36141), but it isn't mentioned in the Doxygen style guide. I am somewhat hesitant about us trying to whitelist *everything* that is allowed. I much prefer

Re: Review Request 36037: Adding /call endpoint to Master

2015-07-03 Thread Marco Massenzio
/ --- (Updated July 2, 2015, 8:16 a.m.) Review request for mesos, Anand Mazumdar, Benjamin Hindman, Ben Mahler, Marco Massenzio, and Vinod Kone. Bugs: MESOS-2860 https://issues.apache.org/jira/browse/MESOS-2860 Repository: mesos-incubating

Re: Review Request 36152: Updated CHANGELOG for 0.23.0.

2015-07-02 Thread Marco Massenzio
` features? I personally would prefer the use of alpha / beta as more standard in industry parlance than experimental (which makes it sound more like a science project :) ) - Marco Massenzio On July 2, 2015, 11:47 p.m., Adam B wrote

Re: Review Request 36106: cgroups: added cpuacct subsystem

2015-07-02 Thread Marco Massenzio
with our coding style (spacing, indentation, enclosing linkable to classes in back-ticks ` `, etc.) but I'm not familiar enough with it to really comment. And this is in any case more documentation than 90% of our codebase, so... yay! :) - Marco Massenzio On July 2, 2015, 6:01 p.m., Jojy

Re: Review Request 36036: Add `version` string to MasterInfo

2015-07-01 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36036/#review89991 --- On June 30, 2015, 11:23 p.m., Marco Massenzio wrote

Re: Review Request 36036: Add `version` string to MasterInfo

2015-07-01 Thread Marco Massenzio
/master.cpp 34ce744f84465ecc9aeecd5fdc3d06047a4b7d92 src/tests/master_tests.cpp 962455cc368c6e5405599d6565660d4c3fd0fc22 Diff: https://reviews.apache.org/r/36036/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 36036: Add `version` string to MasterInfo

2015-07-01 Thread Marco Massenzio
e-mail. To reply, visit: https://reviews.apache.org/r/36036/#review90024 --- On June 30, 2015, 11:23 p.m., Marco Massenzio wrote: --- This is an automatically generated e-mail

Re: Review Request 36106: cgroups: added cpuacct subsystem

2015-07-01 Thread Marco Massenzio
- should these be `userTime` or something? (also, if they are time durations, please pre-pend the unit: `userTimeSec`) - Marco Massenzio On July 1, 2015, 9:38 p.m., Jojy Varghese wrote: --- This is an automatically generated e-mail

Re: Review Request 35777: Made post-reviews.py handle bad (or not) ReviewBoard URLs.

2015-07-01 Thread Marco Massenzio
the URL. Looks to me like a better User Experience. - Marco Massenzio On July 1, 2015, 3:52 p.m., Michael Park wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35777

Re: Review Request 36061: Slave exits gracefully on DNS lookup failure.

2015-07-01 Thread Marco Massenzio
--- On July 1, 2015, 12:32 a.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36061

Re: Review Request 36106: cgroups: added cpuacct subsystem

2015-07-01 Thread Marco Massenzio
On July 1, 2015, 9:46 p.m., Timothy Chen wrote: src/tests/cgroups_tests.cpp, line 1192 https://reviews.apache.org/r/36106/diff/1/?file=997648#file997648line1192 Add using to the top of the tests Jojy Varghese wrote: Since this is an alias (typedef) and scoped for the

Re: Review Request 36106: cgroups: added cpuacct subsystem

2015-07-01 Thread Marco Massenzio
On July 1, 2015, 9:54 p.m., Marco Massenzio wrote: src/linux/cgroups.cpp, line 2002 https://reviews.apache.org/r/36106/diff/1/?file=997647#file997647line2002 and, in any event, the variables should have a meaningful name - should these be `userTime` or something? (also

Re: Review Request 36040: Change Server closing connections for every request

2015-07-01 Thread Marco Massenzio
://reviews.apache.org/r/36040/#comment143185 I have the impression your change introduced tabs? (may be an RB artifact, though) can you please add `is` (header *is* not...) - Marco Massenzio On June 30, 2015, 9:06 a.m., Isabel Jimenez wrote

Re: Review Request 36037: Adding /call endpoint to Master

2015-07-01 Thread Marco Massenzio
, 2015, 7:30 p.m.) Review request for mesos, Anand Mazumdar, Benjamin Hindman, Ben Mahler, Marco Massenzio, and Vinod Kone. Bugs: MESOS-2860 https://issues.apache.org/jira/browse/MESOS-2860 Repository: mesos-incubating Description --- Adding a call route with HTTP

Re: Review Request 36106: cgroups: added cpuacct subsystem

2015-07-01 Thread Marco Massenzio
On July 1, 2015, 9:46 p.m., Timothy Chen wrote: src/linux/cgroups.cpp, line 2060 https://reviews.apache.org/r/36106/diff/1/?file=997647#file997647line2060 Why add trailing underscore? Jojy Varghese wrote: As a member variable(is accepted according to mesos coding style

Re: Review Request 36036: Add `version` string to MasterInfo

2015-06-30 Thread Marco Massenzio
: https://reviews.apache.org/r/36036/#review89870 --- On June 30, 2015, 6:28 a.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 36061: Slave exits gracefully on DNS lookup failure.

2015-06-30 Thread Marco Massenzio
``` Diffs - 3rdparty/libprocess/src/process.cpp d99947c1598c43c47c88ef3e8038081855f0d1dc Diff: https://reviews.apache.org/r/36061/diff/ Testing --- make check and manual failing the DNS Thanks, Marco Massenzio

Review Request 36061: Slave exits gracefully on DNS lookup failure.

2015-06-30 Thread Marco Massenzio
--- make check and manual failing the DNS Thanks, Marco Massenzio

Re: Review Request 36036: Add `version` string to MasterInfo

2015-06-30 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36036/#review89933 --- On June 30, 2015, 6:28 a.m., Marco Massenzio wrote

Re: Review Request 36037: Adding /call endpoint to Master

2015-06-30 Thread Marco Massenzio
message)? that would be a better check, so we won't fail tests just because we fix typos in messages :) - Marco Massenzio On June 30, 2015, 9:07 a.m., Isabel Jimenez wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 36061: Slave exits gracefully on DNS lookup failure.

2015-06-30 Thread Marco Massenzio
d99947c1598c43c47c88ef3e8038081855f0d1dc Diff: https://reviews.apache.org/r/36061/diff/ Testing --- make check and manual failing the DNS Thanks, Marco Massenzio

Re: Review Request 36036: Add `version` string to MasterInfo

2015-06-30 Thread Marco Massenzio
962455cc368c6e5405599d6565660d4c3fd0fc22 Diff: https://reviews.apache.org/r/36036/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 36061: Slave exits gracefully on DNS lookup failure.

2015-06-30 Thread Marco Massenzio
., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36061/ --- (Updated June 30, 2015, 6:41 p.m.) Review

Re: Review Request 35939: New Conflict HTTP response type

2015-06-26 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35939/#review89543 --- Ship it! Ship It! - Marco Massenzio On June 26, 2015, 6:58 p.m

Re: Review Request 35815: Testing JSON paylodad in ZooKeeper

2015-06-25 Thread Marco Massenzio
--- On June 24, 2015, 6:01 p.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35815

Re: Review Request 35858: Added Message call support to the master and the C++ scheduler library.

2015-06-25 Thread Marco Massenzio
across other tests, maybe? Finally, while it may all be very obvious to you :) I would suggest to add some explanation output on some of the failures, so that in future people less-experienced will be able to more easily analyze failures, should changes induce breakages. - Marco Massenzio

Re: Review Request 35861: Correct include list errors for stout

2015-06-25 Thread Marco Massenzio
On June 25, 2015, 8:10 a.m., Marco Massenzio wrote: Hey Paul, thanks for doing this! In case you are interested, I have submitted a couple of Pull Requests to the Google folks (without much success) but I've also [forked](https://github.com/massenz/styleguide) `styleguide` and have

Re: Review Request 35856: Added Revive call support to the master and C++ scheduler library.

2015-06-25 Thread Marco Massenzio
://reviews.apache.org/r/35856/#comment142061 Same comment as the other review :) Great test, worth maybe factoring some of the common functionality in a helper class? - Marco Massenzio On June 25, 2015, 12:29 a.m., Vinod Kone wrote

Re: Review Request 35861: Correct include list errors for stout

2015-06-25 Thread Marco Massenzio
/master) branch contains all the latest additions and it works - the only remaining thing for me is to detect multi-line method declaration (so that cpplint does not complain about the { on the newline). Contributions welcome :) - Marco Massenzio On June 25, 2015, 4:29 a.m., Paul Brett wrote

Re: Review Request 35855: Added Decline call support to the master and C++ scheduler library.

2015-06-25 Thread Marco Massenzio
://reviews.apache.org/r/35855/#comment141920 could this be more specific (exactly one)? - Marco Massenzio On June 25, 2015, 1:11 a.m., Vinod Kone wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 35721: Set the owner of persistent volumes to frameworkInfo.user .

2015-06-24 Thread Marco Massenzio
wonder whether the recursive behavior is the desired one here? it risks making data/resources (in subdirs, created by different users) unavailable for processes/tasks that are run. We should probably also LOG(INFO) here as it may help when debugging permission denied issues. - Marco

Re: Review Request 35815: Testing JSON paylodad in ZooKeeper

2015-06-24 Thread Marco Massenzio
--- make check Thanks, Marco Massenzio

Re: Review Request 35815: Testing JSON paylodad in ZooKeeper

2015-06-24 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35815/#review89122 --- On June 24, 2015, 1:15 a.m., Marco Massenzio wrote

Re: Review Request 35815: Testing JSON paylodad in ZooKeeper

2015-06-24 Thread Marco Massenzio
., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35815/ --- (Updated June 24, 2015, 1:15 a.m.) Review request

Re: Review Request 35763: Document workaround for LIBNL_CFLAGS path

2015-06-22 Thread Marco Massenzio
/network-monitoring.md (line 48) https://reviews.apache.org/r/35763/#comment141543 please format as a markdown URL: please see [MESOS-1856](https://issues.apache.org/jira/browse/MESOS-1856) to be consistent with the rest of the document. - Marco Massenzio On June 23, 2015

Re: Review Request 35763: Document workaround for LIBNL_CFLAGS path

2015-06-22 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35763/#review88925 --- Can you please add one of the committers as a reviewer? - Marco

Re: Review Request 35565: Refactored os::environment to return a std::map.

2015-06-20 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35565/#review88681 --- Ship it! Ship It! - Marco Massenzio On June 20, 2015, 7:01 p.m

Re: Review Request 35695: stout: Fixed test names.

2015-06-20 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35695/#review88680 --- Ship it! Ship It! - Marco Massenzio On June 20, 2015, 7:14 p.m

Re: Review Request 35571: Adding ability to decode JSON from ZK

2015-06-18 Thread Marco Massenzio
57cf8fbeff203847b5b5442f6c78ca9c09bcc66d src/master/constants.cpp 8c7174a9940bd332832bf85d81ab13cf11836dd0 src/master/detector.cpp 5700711771480f4e5da88e60657618c955f10048 Diff: https://reviews.apache.org/r/35571/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 35571: Adding ability to decode JSON from ZK

2015-06-17 Thread Marco Massenzio
57cf8fbeff203847b5b5442f6c78ca9c09bcc66d src/master/constants.cpp 8c7174a9940bd332832bf85d81ab13cf11836dd0 src/master/detector.cpp 5700711771480f4e5da88e60657618c955f10048 Diff: https://reviews.apache.org/r/35571/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 35571: Adding ability to decode JSON from ZK

2015-06-17 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35571/#review88276 --- On June 17, 2015, 6:18 p.m., Marco Massenzio wrote

Re: Review Request 35571: Adding ability to decode JSON from ZK

2015-06-17 Thread Marco Massenzio
/constants.hpp 57cf8fbeff203847b5b5442f6c78ca9c09bcc66d src/master/constants.cpp 8c7174a9940bd332832bf85d81ab13cf11836dd0 src/master/detector.cpp 5700711771480f4e5da88e60657618c955f10048 Diff: https://reviews.apache.org/r/35571/diff/ Testing --- make check Thanks, Marco Massenzio

Review Request 35571: Adding ability to decode JSON from ZK

2015-06-17 Thread Marco Massenzio
8c7174a9940bd332832bf85d81ab13cf11836dd0 src/master/detector.cpp 5700711771480f4e5da88e60657618c955f10048 Diff: https://reviews.apache.org/r/35571/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 35571: Adding ability to decode JSON from ZK

2015-06-17 Thread Marco Massenzio
--- On June 17, 2015, 11:40 p.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35571

Re: Review Request 35508: Improve readability in post-review

2015-06-16 Thread Marco Massenzio
that I like the new version better (that is: assuming that the new and improved version is the bottom one?). Can you please make the description clearer by stating: `will be` v. `is now`? Thanks! - Marco Massenzio On June 16, 2015, 12:43 p.m., Alexander Rojas wrote

Re: Review Request 34976: Added installation instructions for Ubuntu 14.04 and OSX

2015-06-12 Thread Marco Massenzio
--- This are the steps I've followed to build Mesos on my Mac and on my Ubuntu box. Thanks, Marco Massenzio

Re: Review Request 34976: Added installation instructions for Ubuntu 14.04 and OSX

2015-06-11 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34976/#review87539 --- On June 3, 2015, 6:44 a.m., Marco Massenzio wrote

Re: Review Request 35341: Added Uber to the Powered-by-Mesos page

2015-06-10 Thread Marco Massenzio
. Repository: mesos Description --- Added Uber to the Powered-by-Mesos page Diffs - docs/powered-by-mesos.md 0ee763ffe32e6667e4ba708dd275d9f1b5116815 Diff: https://reviews.apache.org/r/35341/diff/ Testing --- Thanks, Marco Massenzio

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

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

Re: Review Request 35043: WIP: Adding ability to decode JSON from ZK

2015-06-08 Thread Marco Massenzio
--- On June 4, 2015, 4:27 a.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35043

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

2015-06-05 Thread Marco Massenzio
/34687/#review86819 --- On June 3, 2015, 9 p.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34687

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

2015-06-05 Thread Marco Massenzio
suggest and we would like to move forward and make that change later. Is that OK with you? Marco Massenzio wrote: Hey Vinod - as Niklas pointed out, we have invested a significant amount of time on this one, including the manual testing I've done (as summarized on MESOS-2304) and I'd

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

2015-06-05 Thread Marco Massenzio
/tests/common/parse_tests.cpp PRE-CREATION Diff: https://reviews.apache.org/r/34687/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 34943: Added validation to flags.

2015-06-05 Thread Marco Massenzio
On June 2, 2015, 3:38 p.m., Marco Massenzio wrote: 3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp, line 184 https://reviews.apache.org/r/34943/diff/1/?file=976658#file976658line184 too much choice, IMO - there are (if I counted them right) 8 different `add

Re: Review Request 34976: Added installation instructions for Ubuntu 14.04 and OSX

2015-06-04 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34976/#review86667 --- On June 3, 2015, 6:44 a.m., Marco Massenzio wrote

Re: Review Request 34976: Added installation instructions for Ubuntu 14.04 and OSX

2015-06-03 Thread Marco Massenzio
generated e-mail. To reply, visit: https://reviews.apache.org/r/34976/#review86360 --- On June 3, 2015, 6:44 a.m., Marco Massenzio wrote: --- This is an automatically generated e-mail

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

2015-06-02 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34195/#review86258 --- On May 29, 2015, 1:10 a.m., Marco Massenzio wrote

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

2015-06-02 Thread Marco Massenzio
you're just calling a normal constructor (i.e., not a constructor that takes an std::initializer_list or an implicit constructor that just sets the fields of the object). Finally, this can be simplified: JSON::Object json(JSON::Protobuf(masterInfo)); Marco Massenzio

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

2015-06-02 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34687/#review86176 --- On May 31, 2015, 2:58 a.m., Marco Massenzio wrote

Re: Review Request 33824: Stub for the new HTTP API in the slave

2015-06-02 Thread Marco Massenzio
were addressed in the new diff: is something missing? Thanks! - Marco Massenzio On June 2, 2015, 2:03 p.m., Alexander Rojas wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33824

Review Request 34976: Added installation instructions for Ubuntu 14.04 and OSX

2015-06-02 Thread Marco Massenzio
, Marco Massenzio

Re: Review Request 34943: Added validation to flags.

2015-06-02 Thread Marco Massenzio
}; ``` - Marco Massenzio On June 2, 2015, 2:43 p.m., Benjamin Hindman wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34943

Re: Review Request 34944: Used flags validation to handle --help.

2015-06-02 Thread Marco Massenzio
, 2015, 2:46 p.m.) Review request for mesos and Marco Massenzio. Repository: mesos Description --- This is one possible way of handling processing --help. Also, this is missing a test. Diffs - 3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp

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

2015-06-01 Thread Marco Massenzio
/TestPersistentVolumeFramework.java https://reviews.apache.org/r/9/#comment138044 if (master.isEmpty()) ... - Marco Massenzio On May 18, 2015, 4:42 p.m., haosdent huang wrote: --- This is an automatically generated e-mail. To reply, visit: https

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

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

Re: Review Request 34193: Refactored common functionality into FlagsBase

2015-05-30 Thread Marco Massenzio
/r/34193/#review85843 --- On May 29, 2015, 12:51 a.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34193

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

2015-05-30 Thread Marco Massenzio
/http_tests.cpp f087b2313a13c3199b70b3d7feb728e1449a52e7 src/tests/common/parse_tests.cpp PRE-CREATION Diff: https://reviews.apache.org/r/34687/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 34655: Use relative url in /help generated links point

2015-05-29 Thread Marco Massenzio
) underneath the DCOS UI behind a reverse proxy, so that `http://dcos_host:port/mesos` shows the Mesos UI, and `http://dcos_host:port/mesos/help/foo` should show the appropriate help path. How did you test this? Please fill out the Testing section appropriately. Marco Massenzio wrote

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

2015-05-29 Thread Marco Massenzio
8d7ddd6819dad98cd96d5aaae8fe57caf1ee7098 src/tests/common/http_tests.cpp f087b2313a13c3199b70b3d7feb728e1449a52e7 src/tests/common/parse_tests.cpp PRE-CREATION Diff: https://reviews.apache.org/r/34687/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 33825: Added executor implementation for the new HTTP API

2015-05-28 Thread Marco Massenzio
weeks since last update. If you are planning to resubmit as a different patch, can you please close this one? thanks! - Marco Massenzio On May 4, 2015, 10:21 p.m., Alexander Rojas wrote: --- This is an automatically generated e-mail

Re: Review Request 34193: Refactored common functionality into FlagsBase

2015-05-28 Thread Marco Massenzio
--- On May 26, 2015, 8:47 p.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34193

Re: Review Request 33823: Protocol file with the HTTP API messages between executor and slave

2015-05-28 Thread Marco Massenzio
: if you are happy with this patch, could you please help him out to commit? Thanks! - Marco Massenzio On May 21, 2015, 1:11 p.m., Alexander Rojas wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 34655: Use relative url in /help generated links point

2015-05-28 Thread Marco Massenzio
request for mesos, Adam B, Marco Massenzio, and Michael Lunøe. Bugs: MESOS-2748 https://issues.apache.org/jira/browse/MESOS-2748 Repository: mesos Description --- Use relative url in /help generated links point Diffs - 3rdparty/libprocess/src/help.cpp

Re: Review Request 34655: Use relative url in /help generated links point

2015-05-28 Thread Marco Massenzio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34655/#review85592 --- Ship it! Ship It! - Marco Massenzio On May 28, 2015, 7:54 a.m

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

2015-05-28 Thread Marco Massenzio
e3fff5d60c0468c0d258f2bb301efc1309c071b0 src/usage/main.cpp 97f55e938dc7678f8331970d8953d09218f70902 Diff: https://reviews.apache.org/r/34195/diff/ Testing --- make check **NOTE** this fixes completely the chained changes from 34193 and makes all the tests pass. Thanks, Marco Massenzio

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

2015-05-28 Thread Marco Massenzio
/main.cpp 97f55e938dc7678f8331970d8953d09218f70902 Diff: https://reviews.apache.org/r/34195/diff/ Testing --- make check **NOTE** this fixes completely the chained changes from 34193 and makes all the tests pass. Thanks, Marco Massenzio

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

2015-05-28 Thread Marco Massenzio
--- On May 28, 2015, 10:06 a.m., Marco Massenzio wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34195

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

2015-05-28 Thread Marco Massenzio
On May 27, 2015, 2:18 a.m., Niklas Nielsen wrote: src/common/protobuf_utils.hpp, line 83 https://reviews.apache.org/r/34687/diff/1/?file=972329#file972329line83 Shouldn't parse() go in https://github.com/apache/mesos/blob/master/src/common/parse.hpp? Marco Massenzio wrote

Re: Review Request 34193: Refactored common functionality into FlagsBase

2015-05-28 Thread Marco Massenzio
, Marco Massenzio

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

2015-05-27 Thread Marco Massenzio
everywhere to `masterInfo` - awfully sorry about that. On May 27, 2015, 2:18 a.m., Niklas Nielsen wrote: src/tests/common/protobuf_utils_tests.cpp, line 23 https://reviews.apache.org/r/34687/diff/1/?file=972331#file972331line23 This (and standard c includes) goes first Marco Massenzio

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

2015-05-27 Thread Marco Massenzio
for net::IP? Marco Massenzio wrote: haven't come across it, and, trust me, I've looked for better ways of getting a string out of a net::IP object would it be in the net::IP class, or tucked somewhere else safe? sweet - found it! - Marco

Re: Review Request 34724: Doxygen enhancements

2015-05-27 Thread Marco Massenzio
/#comment137038 Apache Mesos Docs, maybe? - Marco Massenzio On May 27, 2015, 6:38 p.m., Niklas Nielsen wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34724

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

2015-05-27 Thread Marco Massenzio
. - Marco --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34687/#review85311 --- On May 26, 2015, 11:54 p.m., Marco Massenzio wrote

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

2015-05-26 Thread Marco Massenzio
/protobuf_utils.hpp 9ecd2343689252af1b997392ec367d14d55ac7d1 src/common/protobuf_utils.cpp bd6996159e73bf63bb7c2fa3a28def6a2be92b1b src/tests/common/protobuf_utils_tests.cpp PRE-CREATION Diff: https://reviews.apache.org/r/34687/diff/ Testing --- make check Thanks, Marco Massenzio

Re: Review Request 34193: Refactored common functionality into FlagsBase

2015-05-26 Thread Marco Massenzio
. Thanks, Marco Massenzio

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

2015-05-26 Thread Marco Massenzio
the tests pass. Thanks, Marco Massenzio

<    1   2   3   4   >