Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-04 Thread Neil Conway
ework need to > > re-launch this task again even though this task might already been finished > > in agent. Can you please add some best practise for this case? > > Neil Conway wrote: > I'm not sure what else we can say here: the best practice we're > recommend

Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-04 Thread Neil Conway
quot;three or five > > instances is typical but should be a odd number" > > Neil Conway wrote: > Is an odd number of scheduler instances actually required? Offhand, I > don't see why, as long as you can reliably elect a leader -- e.g., if you > have Zk conf

Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-04 Thread Neil Conway
quot; page here (leaving the "high-availability" page for the operator-centric parts of configuring Mesos to run in HA mode). Thanks, Neil Conway

Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-05 Thread Neil Conway
ll open a jira. - Neil --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41896/#review112882 --- On Jan. 5, 2016, 6:43 a.m., Neil Conway wrote: >

Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-05 Thread Neil Conway
"high-availability" page for the operator-centric parts of configuring Mesos to run in HA mode). Thanks, Neil Conway

Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-05 Thread Neil Conway
here (leaving the "high-availability" page for the operator-centric parts of configuring Mesos to run in HA mode). Thanks, Neil Conway

Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-05 Thread Neil Conway
igh-availability" page for the operator-centric parts of configuring Mesos to run in HA mode). Thanks, Neil Conway

Review Request 41952: Added recommendations for programming with persistent volumes.

2016-01-05 Thread Neil Conway
/r/41952/diff/ Testing --- Previewed with site-docker. Thanks, Neil Conway

Re: Review Request 41952: Added recommendations for programming with persistent volumes.

2016-01-05 Thread Neil Conway
-volume.md 766e62a497558692f3df89a0e666c9d96c6c0fcb Diff: https://reviews.apache.org/r/41952/diff/ Testing --- Previewed with site-docker. Thanks, Neil Conway

Re: Review Request 39923: Cleaned up configuration.md.

2016-01-05 Thread Neil Conway
`configuration.md` and the content of the various `flags.cpp` files (first thing I checked: "api" still appears in `src/logging/flags.cpp` but we now use "API" in `configuration.md`; likely other instances as well). - Neil Conway On Jan. 5, 2016, 7:53 p

Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-06 Thread Neil Conway
here (leaving the "high-availability" page for the operator-centric parts of configuring Mesos to run in HA mode). Thanks, Neil Conway

Re: Review Request 42002: Updated missing allocator comments and removed redundancies.

2016-01-06 Thread Neil Conway
) <https://reviews.apache.org/r/42002/#comment173657> Not you, but I'd say "This will", not "It will". - Neil Conway On Jan. 7, 2016, 12:47 a.m., Adam B wrote: > > --- > This is an automat

Re: Review Request 42030: Added example of a `defer` bug to libprocess README.

2016-01-07 Thread Neil Conway
ibprocess/README.md (line 323) <https://reviews.apache.org/r/42030/#comment173903> Do we really have to look at all the code paths within `doHttpGet`? By the time `getBlob()` returns to the caller (i.e., by the time anyone might satisfy the future in question), `doHttpGet` must have been called and

Re: Review Request 42040: Added Quota Operator Documentation.

2016-01-07 Thread Neil Conway
(line 254) <https://reviews.apache.org/r/42040/#comment173938> I'd just say "endpoint", we said "HTTP" in this sentence already. docs/quota.md (line 259) <https://reviews.apache.org/r/42040/#comment173940> &qu

Review Request 42044: Fixed typos in comments.

2016-01-07 Thread Neil Conway
--- Fixed typos in comments. Diffs - src/python/interface/src/mesos/interface/__init__.py ce00d5434c0da3778dbab19f5ddc5accf4cd5154 Diff: https://reviews.apache.org/r/42044/diff/ Testing --- Thanks, Neil Conway

Re: Review Request 42053: Add flags to set size of completed task/framework history.

2016-01-07 Thread Neil Conway
wonder? - Neil Conway On Jan. 8, 2016, 1:29 a.m., Kevin Klues wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 42030: Added example of a `defer` bug to libprocess README.

2016-01-08 Thread Neil Conway
> On Jan. 7, 2016, 11:21 p.m., Neil Conway wrote: > > 3rdparty/libprocess/README.md, line 323 > > <https://reviews.apache.org/r/42030/diff/1/?file=1186438#file1186438line323> > > > > Do we really have to look at all the code paths within `doHttpGet`? By &g

Re: Review Request 42040: Added Quota Operator Documentation.

2016-01-08 Thread Neil Conway
> On Jan. 7, 2016, 11:55 p.m., Neil Conway wrote: > > docs/quota.md, line 226 > > <https://reviews.apache.org/r/42040/diff/1/?file=1186512#file1186512line226> > > > > Fix this link -- probably just link to roles.md. Although we don't > > really c

Re: Review Request 42040: Added Quota Operator Documentation.

2016-01-08 Thread Neil Conway
ed" docs/quota.md (line 175) <https://reviews.apache.org/r/42040/#comment174243> "reregister" docs/quota.md (line 176) <https://reviews.apache.org/r/42040/#comment174244> add "or" at the end of the first bullet point - Neil Conway On Jan. 8

Re: Review Request 41567: Clarified a comment that occurs in several test cases.

2016-01-08 Thread Neil Conway
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41567/#review113438 --- On Dec. 18, 2015, 9:30 p.m., Neil Conway wrote: > > --- > Th

Re: Review Request 41567: Clarified a comment that occurs in several test cases.

2016-01-08 Thread Neil Conway
69ddf906f2041bba84d7e1a20f90ee18817b4e64 src/tests/role_tests.cpp 91a6d27158a21ae11dd310dd1f55922dc147e6f3 Diff: https://reviews.apache.org/r/41567/diff/ Testing --- Thanks, Neil Conway

Re: Review Request 41810: Added credential to Docker image protobuf.

2016-01-09 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41810/#review113623 --- Should this also update `v1/mesos.proto`? - Neil Conway On Dec

Review Request 42121: Replaced `Clock::settle()` with `os::sleep` in test case.

2016-01-10 Thread Neil Conway
/src/tests/metrics_tests.cpp b84dc8d858f58bc9f52b218b7153510417cf34c2 Diff: https://reviews.apache.org/r/42121/diff/ Testing --- ./3rdparty/libprocess/libprocess-tests --gtest_filter="MetricsTest.SnapshotTimeout" --gtest_repeat=2000 --gtest_break_on_failure Thanks, Neil Conway

Re: Review Request 41896: Added guide to writing highly available Mesos frameworks.

2016-01-10 Thread Neil Conway
h-availability" page here (leaving the "high-availability" page for the operator-centric parts of configuring Mesos to run in HA mode). Thanks, Neil Conway

Review Request 42153: mesos: Fixed typos in comments and docs.

2016-01-11 Thread Neil Conway
://reviews.apache.org/r/42153/diff/ Testing --- Thanks, Neil Conway

Review Request 42152: libprocess: Fixed typos in comments.

2016-01-11 Thread Neil Conway
06231d96c6c99cada0cd46d6ef1e3f64039215c2 3rdparty/libprocess/src/process.cpp 7fd278a3672f5f57e667520e91dbaa30eb16c3ed 3rdparty/libprocess/src/tests/http_tests.cpp e5999d8b49937a17033482c21536edb5c10420e6 Diff: https://reviews.apache.org/r/42152/diff/ Testing --- Thanks, Neil Conway

Review Request 42151: stout: Fixed typo in warning message.

2016-01-11 Thread Neil Conway
Description --- stout: Fixed typo in warning message. Diffs - 3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp 82596edb365f8c259ead23c05f9e6e2eab565d32 Diff: https://reviews.apache.org/r/42151/diff/ Testing --- Thanks, Neil Conway

Re: Review Request 42040: Added Quota Operator Documentation.

2016-01-11 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42040/#review113815 --- Ship it! Ship It! - Neil Conway On Jan. 11, 2016, 6:51 p.m

Re: Review Request 42172: Add documentation for logging and ContainerLogger.

2016-01-12 Thread Neil Conway
tps://reviews.apache.org/r/42172/#comment174814> Maybe clarify that `ContainerLogger` is a Mesos module, and link to the module documentation immediately? (I know we link below but we could make it more obvious.) Overall, looks good! - Neil Conway On Jan. 12, 2016, 1:07 a.m., Joseph Wu

Re: Review Request 42172: Add documentation for logging and ContainerLogger.

2016-01-12 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42172/#review114040 --- Ship it! Ship It! - Neil Conway On Jan. 12, 2016, 7:24 p.m

Review Request 42208: Fixed flakiness in RegistryTokenTest.ExpiredToken.

2016-01-12 Thread Neil Conway
Thanks, Neil Conway

Re: Review Request 42208: Fixed flakiness in RegistryTokenTest.ExpiredToken.

2016-01-12 Thread Neil Conway
://reviews.apache.org/r/42208/diff/ Testing --- mesos-tests --gtest_repeat=25 --gtest_break_on_failure # fails deterministically w/o patch Thanks, Neil Conway

Re: Review Request 41806: Cleaned up assertions in test cases around JSON HTTP responses.

2016-01-12 Thread Neil Conway
3a89e0ac3029f4a33 src/tests/utils.cpp 877139e97249761658dce3b1058cdc2e2a52367b Diff: https://reviews.apache.org/r/41806/diff/ Testing --- make check Thanks, Neil Conway

Re: Review Request 42121: Replaced `Clock::settle()` with `os::sleep` in test case.

2016-01-12 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42121/#review113827 --- On Jan. 10, 2016, 8:33 p.m., Neil Conway wrote: > >

Re: Review Request 41806: Cleaned up assertions in test cases around JSON HTTP responses.

2016-01-13 Thread Neil Conway
/#review114086 --- On Jan. 12, 2016, 8:47 p.m., Neil Conway wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41806/

Re: Review Request 41806: Cleaned up assertions in test cases around JSON HTTP responses.

2016-01-13 Thread Neil Conway
tatus_update_manager_tests.cpp bd34b97a3559a5fea9a7a253a89e0ac3029f4a33 src/tests/utils.cpp 877139e97249761658dce3b1058cdc2e2a52367b Diff: https://reviews.apache.org/r/41806/diff/ Testing --- make check Thanks, Neil Conway

Re: Review Request 42216: Fixed gmock warnings in hook tests.

2016-01-13 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42216/#review114271 --- Ship it! Ship It! - Neil Conway On Jan. 12, 2016, 10:27 p.m

Re: Review Request 42262: Improved links at containerizer.md.

2016-01-13 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42262/#review114272 --- Ship it! Ship It! - Neil Conway On Jan. 13, 2016, 8:38 p.m

Re: Review Request 42215: Added expectations for call to mocked executor shutdown.

2016-01-13 Thread Neil Conway
message? - Neil Conway On Jan. 13, 2016, 12:05 a.m., Greg Mann wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 42216: Fixed gmock warnings in hook tests.

2016-01-13 Thread Neil Conway
? - Neil Conway On Jan. 12, 2016, 10:27 p.m., Anand Mazumdar wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Review Request 42264: Fixed a GMock warning in RoleTest.ImplicitRoleStaticReservation.

2016-01-13 Thread Neil Conway
/ Testing --- Ran the test a few hundred times with and without the change; without the change, a warning is observed. With the change, no warning is observed. Thanks, Neil Conway

Review Request 42265: Fixed more tests that didn't set a shutdown expect for MockExecutor.

2016-01-13 Thread Neil Conway
/r/42265/diff/ Testing --- Ran each test a few hundred times with and without the changes; without the changes, a warning is observed. With the changes, no warning is observed. Thanks, Neil Conway

Re: Review Request 42269: Fixed broken links in mesos-provisioner.md.

2016-01-13 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42269/#review114297 --- Ship it! Ship It! - Neil Conway On Jan. 13, 2016, 10:06 p.m

Re: Review Request 42386: Updated createFrameworkInfo for hierarchical_allocator_tests.cpp.

2016-01-16 Thread Neil Conway
tps://reviews.apache.org/r/42386/#comment175723> Should be "bool", not "const bool&". - Neil Conway On Jan. 16, 2016, 5 a.m., Guangya Liu wrote: > > --- > This is an automatically gen

Re: Review Request 41672: Test case(s) for weights + allocation behaviour.

2016-01-18 Thread Neil Conway
`foreach` here. src/tests/hierarchical_allocator_tests.cpp (line 2216) <https://reviews.apache.org/r/41672/#comment175804> "Adding a framework" src/tests/hierarchical_allocator_tests.cpp (line 2228) <https://reviews.apache.org/r/41672/#comment175806> Whitespace after the

Re: Review Request 42457: Improved rakefile to allow for external .md file links.

2016-01-18 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42457/#review115048 --- Ship it! Ship It! - Neil Conway On Jan. 18, 2016, 1:20 p.m

Re: Review Request 41672: Test case(s) for weights + allocation behaviour.

2016-01-18 Thread Neil Conway
> On Jan. 18, 2016, 8:29 a.m., Neil Conway wrote: > > src/tests/hierarchical_allocator_tests.cpp, lines 2096-2101 > > <https://reviews.apache.org/r/41672/diff/6/?file=1181569#file1181569line2096> > > > > I think we should make `i` an `int`, not `unsigned

Re: Review Request 42265: Fixed more tests that didn't set a shutdown expect for MockExecutor.

2016-01-18 Thread Neil Conway
7fe566770bbd802111885de061a53a3edf914840 Diff: https://reviews.apache.org/r/42265/diff/ Testing --- Ran each test a few hundred times with and without the changes; without the changes, a warning is observed. With the changes, no warning is observed. Thanks, Neil Conway

Re: Review Request 41952: Added recommendations for programming with persistent volumes.

2016-01-18 Thread Neil Conway
/persistent-volume.md f969975f242f7fc7a8b7a89e3e211d2201c9114a Diff: https://reviews.apache.org/r/41952/diff/ Testing --- Previewed with site-docker. Thanks, Neil Conway

Re: Review Request 41952: Added recommendations for programming with persistent volumes.

2016-01-18 Thread Neil Conway
f969975f242f7fc7a8b7a89e3e211d2201c9114a Diff: https://reviews.apache.org/r/41952/diff/ Testing --- Previewed with site-docker. Thanks, Neil Conway

Review Request 42517: Added discussion about allowing multiple frameworks in a role.

2016-01-19 Thread Neil Conway
. Repository: mesos Description --- Added discussion about allowing multiple frameworks in a role. Diffs - docs/persistent-volume.md 4af7d6e8dc648fb630f56db5fbad1b7b438ebcfb Diff: https://reviews.apache.org/r/42517/diff/ Testing --- Previewed on github. Thanks, Neil Conway

Re: Review Request 42517: Added discussion about allowing multiple frameworks in a role.

2016-01-20 Thread Neil Conway
609a63cbff2d9c652af45ba16152ce3caf48 Diff: https://reviews.apache.org/r/42517/diff/ Testing --- Previewed on github. Thanks, Neil Conway

Re: Review Request 42517: Added discussion about allowing multiple frameworks in a role.

2016-01-20 Thread Neil Conway
://reviews.apache.org/r/42517/diff/ Testing (updated) --- Previewed on github. Note that the link to `roles.md` doesn't work at the moment, but I believe it should work once Joerg's fix for the `Rakefile` is merged. Thanks, Neil Conway

Review Request 42615: mesos: Cleaned up usage of namespace-qualified identifiers.

2016-01-21 Thread Neil Conway
/whitelist_watcher.cpp 14d7de751884d4734942e315e61a94c29868ff4b src/zookeeper/detector.cpp a3d68c12e3800805a35f9bb05e7689830eedbae6 Diff: https://reviews.apache.org/r/42615/diff/ Testing --- "make check" on OSX and Arch Linux. Thanks, Neil Conway

Review Request 42617: stout: Cleaned up usage of namespace-qualified identifiers.

2016-01-21 Thread Neil Conway
c0be974ea2dc74c63ec3561403b3f4d3722a8df3 3rdparty/libprocess/3rdparty/stout/tests/strings_tests.cpp 7715fa4baa150f370bdd0fd5c2f98dc4c6f5fc55 Diff: https://reviews.apache.org/r/42617/diff/ Testing --- "make check" on OSX and Arch Linux. Thanks, Neil Conway

Review Request 42616: libprocess: Cleaned up usage of namespace-qualified identifiers.

2016-01-21 Thread Neil Conway
/ Testing --- "make check" on OSX and Arch Linux. Thanks, Neil Conway

Re: Review Request 42172: Add documentation for logging and ContainerLogger.

2016-01-22 Thread Neil Conway
example, `GLOG_v`. - Neil Conway On Jan. 20, 2016, 3:41 a.m., Joseph Wu wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Review Request 42673: Silenced two more GMock warnings about shutdown expectations.

2016-01-22 Thread Neil Conway
/42673/diff/ Testing --- Verified that GMock warnings are observed w/o this review; after applying the review and running `--gtest_repeat=100`, no warnings were observed. Thanks, Neil Conway

Review Request 42688: Fixed equality semantics for Labels.

2016-01-23 Thread Neil Conway
well? Note that the bugs in the old approach are a lot less likely to occur when the struct has a lot of fields. Thanks, Neil Conway

Review Request 42689: Clarified a comment that occurs in several test cases.

2016-01-23 Thread Neil Conway
--- Seems like these snuck in due to copy-and-pastes that were concurrent with the patch to fixup the rest of the instances of this comment. Thanks, Neil Conway

Re: Review Request 42704: Fixed non-linux build involving glog drop_log_meory flag.

2016-01-24 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42704/#review116043 --- Ship it! Ship It! - Neil Conway On Jan. 25, 2016, 5:44 a.m

Re: Review Request 42733: Added checks for presence of `ReservationInfo.principal`.

2016-01-25 Thread Neil Conway
g/r/42733/#comment177166> This is actually correct as written, no? i.e., if principal isn't set, `principal()` will return the empty string. Since an empty string isn't a legal principle, the comparison should just work, I believe. - Neil Conway On Jan. 25, 2016, 9:02 p.m.,

Review Request 42750: Used `std::any_of` instead of `std::count_if` when validating IDs.

2016-01-25 Thread Neil Conway
/ Testing --- Thanks, Neil Conway

Review Request 42751: Tweaked some resource test cases.

2016-01-25 Thread Neil Conway
check that two reservations with the same role but different principals are considered distinct. Diffs - src/tests/resources_tests.cpp 54a4fa88bfdcff3c0a7e89cbf3a1674c954b7f23 Diff: https://reviews.apache.org/r/42751/diff/ Testing --- Thanks, Neil Conway

Re: Review Request 42751: Tweaked some resource test cases.

2016-01-25 Thread Neil Conway
(updated) --- make check Thanks, Neil Conway

Review Request 42752: Fixed some typos in test case comments.

2016-01-25 Thread Neil Conway
Diff: https://reviews.apache.org/r/42752/diff/ Testing --- Thanks, Neil Conway

Review Request 42753: Allowed `createLabel` to take an optional "value".

2016-01-25 Thread Neil Conway
, Neil Conway

Review Request 42755: Added documentation for labeled reserved resources.

2016-01-25 Thread Neil Conway
--- Added documentation for labeled reserved resources. Diffs - docs/reservation.md 8d2d33a6518c73542cbfb3a5ee36da1c00c6ff1a Diff: https://reviews.apache.org/r/42755/diff/ Testing --- Thanks, Neil Conway

Review Request 42754: Added support for labels to resource reservations.

2016-01-25 Thread Neil Conway
Diff: https://reviews.apache.org/r/42754/diff/ Testing --- make check Thanks, Neil Conway

Re: Review Request 42754: Added support for labels to resource reservations.

2016-01-25 Thread Neil Conway
/mesos.cpp 9264752c6b82eaa844ce356b879f92d562ed4e45 src/v1/resources.cpp 126e5a2f567d2e281da3f99bc485f7960567eee5 Diff: https://reviews.apache.org/r/42754/diff/ Testing --- make check Thanks, Neil Conway

Re: Review Request 42761: Resource Math: Substituted DeleteSubrange with Swap + RemoveLast.

2016-01-25 Thread Neil Conway
om the middle of a `RepeatedPtrField` requires moving the suffix of the vector down by one element. - Neil Conway On Jan. 26, 2016, 12:10 a.m., Joris Van Remoortere wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 42762: Improved performance of 'roles::validate'.

2016-01-25 Thread Neil Conway
g/r/42762/#comment177237> Would `static constexpr` be better? - Neil Conway On Jan. 26, 2016, 12:10 a.m., Joris Van Remoortere wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 42762: Improved performance of 'roles::validate'.

2016-01-25 Thread Neil Conway
> On Jan. 26, 2016, 12:29 a.m., Neil Conway wrote: > > src/common/roles.cpp, line 59 > > <https://reviews.apache.org/r/42762/diff/1/?file=1220834#file1220834line59> > > > > Would `static constexpr` be better? > > Benjamin Bannier wrote: > A `st

Review Request 42765: Fixed a typo in an example framework.

2016-01-25 Thread Neil Conway
--- Fixed a typo in an example framework. Diffs - src/examples/load_generator_framework.cpp d84e36af586c47c4bf6b26b9df8120884c024ffd Diff: https://reviews.apache.org/r/42765/diff/ Testing --- Thanks, Neil Conway

Review Request 42766: Removed an unused variable.

2016-01-25 Thread Neil Conway
--- Removed an unused variable. Diffs - src/jvm/jvm.cpp d831c9da1d82d5e745537a8eea71e0faad60334a Diff: https://reviews.apache.org/r/42766/diff/ Testing --- make check Thanks, Neil Conway

Review Request 42764: stout: Improved code style slightly.

2016-01-25 Thread Neil Conway
/diff/ Testing --- make check Thanks, Neil Conway

Re: Review Request 42761: Resource Math: Substituted DeleteSubrange with Swap + RemoveLast.

2016-01-25 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42761/#review116277 --- Ship it! Ship It! - Neil Conway On Jan. 26, 2016, 5:38 a.m

Re: Review Request 42751: Tweaked some resource test cases.

2016-01-26 Thread Neil Conway
+` operator depend on `operator+` being implemented correctly. - Neil --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42751/#review116289 -----

Re: Review Request 42754: Added support for labels to resource reservations.

2016-01-26 Thread Neil Conway
/resources_tests.cpp 54a4fa88bfdcff3c0a7e89cbf3a1674c954b7f23 src/v1/mesos.cpp 9264752c6b82eaa844ce356b879f92d562ed4e45 src/v1/resources.cpp 126e5a2f567d2e281da3f99bc485f7960567eee5 Diff: https://reviews.apache.org/r/42754/diff/ Testing --- make check Thanks, Neil Conway

Re: Review Request 42754: Added support for labels to resource reservations.

2016-01-26 Thread Neil Conway
s://reviews.apache.org/r/42754/#review116304 ------- On Jan. 26, 2016, 6:34 p.m., Neil Conway wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 42787: Fixed whitespace errors in help strings for mesos/src.

2016-01-26 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42787/#review116402 --- Ship it! Ship It! - Neil Conway On Jan. 26, 2016, 7:41 a.m

Re: Review Request 42788: Fixed whitespace errors in help strings for 3rdparty/libprocess.

2016-01-26 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42788/#review116403 --- Ship it! Ship It! - Neil Conway On Jan. 26, 2016, 7:41 a.m

Re: Review Request 42786: Exposed the global 'help' process and added getter functions to it.

2016-01-26 Thread Neil Conway
<https://reviews.apache.org/r/42786/#comment177444> Should just be `string`, not `std::string`. - Neil Conway On Jan. 26, 2016, 7:40 a.m., Kevin Klues wrote: > > --- > This is an automatically generated e-mail. To

Re: Review Request 42789: Added support file to autogenerate docs from endpoint help strings.

2016-01-26 Thread Neil Conway
nd in a period. support/endpoint-docs.cpp (line 328) <https://reviews.apache.org/r/42789/#comment177451> Comment should end in a period. support/endpoint-docs.cpp (line 383) <https://reviews.apache.org/r/42789/#comment177450> Comment should end in

Re: Review Request 42791: Added link to Http Endpoints doc in home.md.

2016-01-26 Thread Neil Conway
791/#comment177511> Should capitalize "HTTP" (both times). - Neil Conway On Jan. 26, 2016, 7:49 a.m., Kevin Klues wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https:

Re: Review Request 40731: Added a fixture to test the floating point precision during CPU resource allocation. This patch is based on the commit submitted by : Mandeep (@mchadha) https://reviews.apach

2016-01-26 Thread Neil Conway
516> This shouldn't be necessary now that we have implicit roles. - Neil Conway On Jan. 20, 2016, 6:08 a.m., Avinash sridharan wrote: > > --- > This is an automatically generated e-mail. To reply, visit: >

Review Request 42877: Cleaned up MesosSchedulerDriver shutdown in unit tests.

2016-01-27 Thread Neil Conway
/ Testing --- make check Thanks, Neil Conway

Re: Review Request 42877: Cleaned up MesosSchedulerDriver shutdown in unit tests.

2016-01-27 Thread Neil Conway
. Thanks, Neil Conway

Re: Review Request 42615: mesos: Cleaned up usage of namespace-qualified identifiers.

2016-01-27 Thread Neil Conway
on OSX and Arch Linux. Thanks, Neil Conway

Re: Review Request 42617: stout: Cleaned up usage of namespace-qualified identifiers.

2016-01-27 Thread Neil Conway
k" on OSX and Arch Linux. Thanks, Neil Conway

Review Request 42900: Fixed some typos.

2016-01-27 Thread Neil Conway
--- Fixed some typos. Diffs - docs/reservation.md 8d2d33a6518c73542cbfb3a5ee36da1c00c6ff1a src/slave/containerizer/mesos/isolators/posix/disk.cpp fd9b3abfe2c502c69ba7b2f0b2015fe90888d5bc Diff: https://reviews.apache.org/r/42900/diff/ Testing --- Thanks, Neil Conway

Review Request 42901: Fixed a few typos in the HA framework guide.

2016-01-27 Thread Neil Conway
--- Fixed a few typos in the HA framework guide. Diffs - docs/high-availability-framework-guide.md 3d429d85edce695f608320cab05cdafdafa4a42e Diff: https://reviews.apache.org/r/42901/diff/ Testing --- Thanks, Neil Conway

Review Request 42968: Fixed broken build due to signed comparison warning with GCC 5.3.0

2016-01-29 Thread Neil Conway
/ Testing --- make check Thanks, Neil Conway

Review Request 42971: stout: Mark an unused function parameter appropriately.

2016-01-29 Thread Neil Conway
--- stout: Mark an unused function parameter appropriately. Diffs - 3rdparty/libprocess/3rdparty/stout/include/stout/option.hpp a3dc7697f5f041a503e4aa84df67c915c43b76b5 Diff: https://reviews.apache.org/r/42971/diff/ Testing --- make check Thanks, Neil Conway

Review Request 42972: stout: Fixed typo (unintended inequality between pointer value and 0).

2016-01-29 Thread Neil Conway
--- stout: Fixed typo (unintended inequality between pointer value and 0). Diffs - 3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp 2a188459465a5203c56d788a74e69d403790c5bf Diff: https://reviews.apache.org/r/42972/diff/ Testing --- make check Thanks, Neil Conway

Review Request 42973: libprocess: Mark some unused function parameters appropriately.

2016-01-29 Thread Neil Conway
/process.hpp 1e4126f1082c24debd9d713b490d18f5ed83f0be Diff: https://reviews.apache.org/r/42973/diff/ Testing --- make check Thanks, Neil Conway

Review Request 42974: libprocess: Remove unused variable.

2016-01-29 Thread Neil Conway
--- libprocess: Removed unused variable. Diffs - 3rdparty/libprocess/src/process.cpp d8a74d7637d20c81f384e974e4fdeba22effb437 Diff: https://reviews.apache.org/r/42974/diff/ Testing --- make check Thanks, Neil Conway

Re: Review Request 42972: stout: Fixed typo (unintended inequality between pointer value and 0).

2016-01-29 Thread Neil Conway
nerated e-mail. To reply, visit: https://reviews.apache.org/r/42972/#review116993 --- On Jan. 29, 2016, 7:42 p.m., Neil Conway wrote: > > --- > This is an automatic

Re: Review Request 42972: stout: Fixed typo (unintended inequality between pointer value and 0).

2016-01-29 Thread Neil Conway
OTNULL` before this statement now? > > Neil Conway wrote: > Is there value in doing that? In principle, we'd need a `CHECK_NOTNULL` > before dereferencing _any_ pointer, which seems like it would add a lot of > clutter... > > Anand Mazumdar wrote: > Certainly.

Review Request 42987: Renamed a parameter for the sake of clarity.

2016-01-29 Thread Neil Conway
80e80853e1b99 src/zookeeper/zookeeper.hpp 573ff5bca56cbb7efb98f6eb4f1796a2bc176b5e src/zookeeper/zookeeper.cpp 3c4fdad972dcd1728c52a05970646c713dcf98c8 Diff: https://reviews.apache.org/r/42987/diff/ Testing --- make check Thanks, Neil Conway

<    3   4   5   6   7   8   9   10   11   12   >