Re: Review Request 71445: Removed race in `StorageLocalResourceProviderTest.Update`.

2019-09-12 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71445/#review217699 --- Ship it! Ship It! - Jan Schlicht On Sept. 12, 2019, 11:01

Re: Review Request 71453: Punctually disabled pylint's `cyclic-import` warning.

2019-09-09 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71453/#review217649 --- Ship it! Ship It! - Jan Schlicht On Sept. 9, 2019, 3:54 p.m

Re: Review Request 71385: Added restart logic for failing resource providers.

2019-09-03 Thread Jan Schlicht
536 (patched) <https://reviews.apache.org/r/71385/#comment304805> Should we restart here? Though the future currently won't be set to ready, it might do that in the future. If a resource provider is exited normally, is it supposed to be restarted? - Jan Schlicht On Aug. 28, 2019,

Re: Review Request 71384: Passed down failures into resource provider fatal handler.

2019-09-03 Thread Jan Schlicht
> On Sept. 3, 2019, 3:02 p.m., Jan Schlicht wrote: > > src/resource_provider/storage/provider.cpp > > Line 268 (original), 268 (patched) > > <https://reviews.apache.org/r/71384/diff/1/?file=2163044#file2163044line268> > > > > Let's not use `Failure` he

Re: Review Request 71384: Passed down failures into resource provider fatal handler.

2019-09-03 Thread Jan Schlicht
/provider.cpp Line 268 (original), 268 (patched) <https://reviews.apache.org/r/71384/#comment304794> Let's not use `Failure` here, as this class is meant to represent a failed future. Use `string` instead. - Jan Schlicht On Aug. 28, 2019, 11:12 a.m., Benjamin Bannier

Re: Review Request 71383: Added stringification for resource provider calls.

2019-09-03 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71383/#review217540 --- Ship it! Ship It! - Jan Schlicht On Aug. 28, 2019, 11:12

Re: Review Request 71382: Removed unused and unimplemented method declaration.

2019-09-03 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71382/#review217538 --- Ship it! Ship It! - Jan Schlicht On Aug. 28, 2019, 11:12

Re: Review Request 71420: Fixed typo in reservation documentation.

2019-09-02 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71420/#review217527 --- Ship it! Ship It! - Jan Schlicht On Sept. 2, 2019, 10:14

Re: Review Request 71419: Fixed anchor name in upgrades guide.

2019-09-02 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71419/#review217526 --- Ship it! Ship It! - Jan Schlicht On Sept. 2, 2019, 10:14

Re: Review Request 71414: Gracefully handled duplicated volumes from non-conforming CSI plugins.

2019-08-30 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71414/#review217507 --- Ship it! Ship It! - Jan Schlicht On Aug. 30, 2019, 2:48 a.m

Re: Review Request 71351: Sped up `ExampleTest.DiskFullFramework` test.

2019-08-23 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71351/#review217396 --- Ship it! Ship It! - Jan Schlicht On Aug. 22, 2019, 3:17 p.m

Re: Review Request 71350: Used `local` master in `ExampleTest.DiskFullFramework`.

2019-08-23 Thread Jan Schlicht
Line 15 (original), 13 (patched) <https://reviews.apache.org/r/71350/#comment304681> s/MESOS_RUNTIME_DIR/MESOS_WORK_DIR/ - Jan Schlicht On Aug. 22, 2019, 3:17 p.m., Benjamin Bannier wrote: > > --- > This is an automatica

Re: Review Request 71341: Validated provider ID use in some resource provider calls.

2019-08-23 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71341/#review217380 --- Ship it! Ship It! - Jan Schlicht On Aug. 22, 2019, 3:04 p.m

Re: Review Request 71339: Refactored resource provider call validation.

2019-08-22 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71339/#review217378 --- Ship it! Ship It! - Jan Schlicht On Aug. 21, 2019, 3:22 p.m

Re: Review Request 71340: Allowed passing resource provider infos into call validation.

2019-08-22 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71340/#review217377 --- Ship it! Ship It! - Jan Schlicht On Aug. 21, 2019, 3:22 p.m

Re: Review Request 71341: Validated provider ID use in some resource provider calls.

2019-08-22 Thread Jan Schlicht
hpp`. src/resource_provider/validation.cpp Lines 98 (patched) <https://reviews.apache.org/r/71341/#comment304667> s/provider/resource provider/ - Jan Schlicht On Aug. 21, 2019, 3:22 p.m., Benjamin Bannier wrote: > > --- > This is

Re: Review Request 71200: Removed `-Werror` from libarchive's cmake build.

2019-07-30 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71200/#review216952 --- Ship it! Ship It! - Jan Schlicht On July 30, 2019, 11:08

Review Request 71198: Fixed GLog linking with debug targets.

2019-07-30 Thread Jan Schlicht
/ Testing --- Build Mesos with `cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug` Thanks, Jan Schlicht

Re: Review Request 70699: Fixed sign-compare issue introduced in bf07bbd1cf1.

2019-05-22 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70699/#review215452 --- Ship it! Ship It! - Jan Schlicht On May 22, 2019, 10:14 a.m

Re: Review Request 70184: Fixed flakiness in 'RetryRpcWithExponentialBackoff'.

2019-05-06 Thread Jan Schlicht
--- make check I could not reproduce the flaky behavior of this test case, hence only assume that this patch resolves the flakiness. Thanks, Jan Schlicht

Re: Review Request 70539: Used `operator->` instead of `get`.

2019-04-24 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70539/#review214846 --- Ship it! Ship It! - Jan Schlicht On April 24, 2019, 9:29

Re: Review Request 70165: Fixed operator operation handling with resource provider resources.

2019-03-26 Thread Jan Schlicht
://reviews.apache.org/r/70165/diff/3-4/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 70293: Clarified timeline for advanced contributions.

2019-03-25 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70293/#review213982 --- Ship it! Ship It! - Jan Schlicht On March 25, 2019, 11:58

Re: Review Request 70168: Added `ServiceManager` to manage CSI plugin container lifecycles.

2019-03-19 Thread Jan Schlicht
nager.cpp Lines 96 (patched) <https://reviews.apache.org/r/70168/#comment299764> Remove the `explicit`. - Jan Schlicht On March 12, 2019, 7:59 p.m., Chun-Hung Hsiao wrote: > > --- > This is an automatically generated

Review Request 70184: Fixed flakiness in 'RetryRpcWithExponentialBackoff'.

2019-03-11 Thread Jan Schlicht
not reproduce the flaky behavior of this test case, hence only assume that this patch resolves the flakiness. Thanks, Jan Schlicht

Re: Review Request 70165: Fixed operator operation handling with resource provider resources.

2019-03-11 Thread Jan Schlicht
://reviews.apache.org/r/70165/diff/2-3/ Testing --- make check Thanks, Jan Schlicht

Review Request 70165: Fixed operator operation handling with resource provider resources.

2019-03-08 Thread Jan Schlicht
7d3338ea7fbf330a25416f848db7742ad1bea52f src/tests/storage_local_resource_provider_tests.cpp 7945384867f26fa15dc734a235ae509d5d6d350f Diff: https://reviews.apache.org/r/70165/diff/1/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 70154: Properly handled disk resources in operator API `CREATE` handler.

2019-03-07 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70154/#review213517 --- Ship it! Ship It! - Jan Schlicht On March 7, 2019, 2:41 p.m

Re: Review Request 69718: Avoided copying some `Owned` values.

2019-01-11 Thread Jan Schlicht
sert `` here? src/tests/resource_provider_manager_tests.cpp Lines 19 (patched) <https://reviews.apache.org/r/69718/#comment297458> Double `` instead of `` before ``. - Jan Schlicht On Jan. 11, 2019, 11:02 a.m., Benj

Re: Review Request 69563: Made master to authorize `CREATE_DISK` and `DESTROY_DISK` properly.

2018-12-18 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69563/#review211396 --- Ship it! Ship It! - Jan Schlicht On Dec. 18, 2018, midnight

Re: Review Request 69571: Made master process all authorization results for `LAUNCH_GROUP`.

2018-12-18 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69571/#review211395 --- Ship it! Ship It! - Jan Schlicht On Dec. 17, 2018, 11:58

Re: Review Request 69571: Made master process all authorization results for `LAUNCH_GROUP`.

2018-12-17 Thread Jan Schlicht
up::validate( taskGroup, executor, framework, slave, _offeredResources); if (error.isSome()) { reason = TaskStatus::REASON_TASK_GROUP_INVALID; } } ``` - Jan Schlicht On Dec. 17, 2018, 7:29 a.m., Chun-Hung

Re: Review Request 69157: Fixed handling for offer operation updates.

2018-11-14 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69157/#review210540 --- Ship it! Ship It! - Jan Schlicht On Nov. 13, 2018, 10:10

Re: Review Request 69160: Included corresponding header file first.

2018-10-26 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69160/#review210090 --- Ship it! Ship It! - Jan Schlicht On Oct. 25, 2018, 12:54

Re: Review Request 69159: Used an alias for reoccuring complicated type.

2018-10-26 Thread Jan Schlicht
(original), 2911-2920 (patched) <https://reviews.apache.org/r/69159/#comment294728> Indent with 4 spaces. - Jan Schlicht On Oct. 25, 2018, 12:54 p.m., Benjamin Bannier wrote: > > --- > This is an automatically generated e

Re: Review Request 69041: Relaxed `Promise` constructor and assignment operator requirements.

2018-10-17 Thread Jan Schlicht
710 (original), 710 (patched) <https://reviews.apache.org/r/69041/#comment294239> Nit: This is redundant. - Jan Schlicht On Oct. 16, 2018, 12:23 p.m., Benjamin Bannier wrote: > > --- > This is an automatically g

Re: Review Request 69042: Enabled more constructors for master `RegistryOperation`.

2018-10-17 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69042/#review209686 --- Ship it! Ship It! - Jan Schlicht On Oct. 16, 2018, 12:23

Review Request 68936: Fixed libevent dependency.

2018-10-05 Thread Jan Schlicht
&& cd build cmake -DENABLE_LIBEVENT=ON -DUNBUNDLED_LIBEVENT=ON -GNinja .. ninja Thanks, Jan Schlicht

Re: Review Request 68757: Removed `ROOT` requirements for `AgentResourceProviderConfigApiTest`.

2018-09-19 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68757/#review208761 --- Ship it! Ship It! - Jan Schlicht On Sept. 19, 2018, 6:49

Re: Review Request 68756: Performed RP-specific validations when adding/updating RP configs.

2018-09-19 Thread Jan Schlicht
--- > > (Updated Sept. 19, 2018, 6:48 a.m.) > > > Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht. > > > Bugs: MESOS-9228 > https://issues.apache.org/jira/browse/MESOS-9228 > > > Repository: mesos > > > Description &

Re: Review Request 68755: Removed unnecessary failure handling in agent HTTP API handlers.

2018-09-19 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68755/#review208758 --- Ship it! Ship It! - Jan Schlicht On Sept. 19, 2018, 6:47

Review Request 68668: Documented 'cquery' support in Sublime Text.

2018-09-07 Thread Jan Schlicht
--- Documented 'cquery' support in Sublime Text. Diffs - docs/cquery.md b893bc522561306a2cdf15e1c1876108ec8d329c Diff: https://reviews.apache.org/r/68668/diff/1/ Testing --- Previewed the formatted doc. Thanks, Jan Schlicht

Re: Review Request 68276: Removed code using no longer existing endpoints.

2018-08-09 Thread Jan Schlicht
check Thanks, Jan Schlicht

Review Request 68276: Removed code using or testing no longer existing endpoints.

2018-08-09 Thread Jan Schlicht
ea391f1d541a42b73c4e91f27b99b79a6908150d src/tests/slave_tests.cpp 73c481fa9d5e87a0df935df1e9ff427ca985a1a6 Diff: https://reviews.apache.org/r/68276/diff/1/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 68030: Fixed a linking issue with gRPC.

2018-07-25 Thread Jan Schlicht
28a854fb96443ea13afbd034dc6d20bfbce1fec1 Diff: https://reviews.apache.org/r/68030/diff/2/ Changes: https://reviews.apache.org/r/68030/diff/1-2/ Testing --- make check Thanks, Jan Schlicht

Review Request 68030: Fixed a linking issue with gRPC.

2018-07-24 Thread Jan Schlicht
Thanks, Jan Schlicht

Re: Review Request 67864: Updated tests to adapt `CREATE_DISK` and `DESTROY_DISK` operations.

2018-07-13 Thread Jan Schlicht
ts.cpp Line 1921 (original), 1860 (patched) <https://reviews.apache.org/r/67864/#comment289012> s/target/source/ - Jan Schlicht On July 12, 2018, 6:57 a.m., Chun-Hung Hsiao wrote: > > --- > This is an automatically gener

Re: Review Request 67863: Updated Mesos implementation to process `CREATE_DISK` & `DESTROY_DISK`.

2018-07-13 Thread Jan Schlicht
turns/return/. src/resource_provider/storage/provider.cpp Line 3249 (original), 3223 (patched) <https://reviews.apache.org/r/67863/#comment289010> Shouldn't this case result in a `Failure`? - Jan Schlicht On July 12, 2018, 6:55 a.m., Chu

Re: Review Request 67779: Introduced `CREATE_DISK` and `DESTROY_DISK` operations.

2018-07-12 Thread Jan Schlicht
(patched) <https://reviews.apache.org/r/67779/#comment288957> s/MONUT/MOUNT/ include/mesos/v1/mesos.proto Lines 1986 (patched) <https://reviews.apache.org/r/67779/#comment288958> s/MONUT/MOUNT/ - Jan Schlicht On July 12, 2018, 6:38 a.m., Chun-Hung

Re: Review Request 67864: Updated tests to adapt `CREATE_DISK` and `DESTROY_DISK` operations.

2018-07-11 Thread Jan Schlicht
ing a `MOUNT`? - Jan Schlicht On July 10, 2018, 11:15 p.m., Chun-Hung Hsiao wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 67779: Introduced `CREATE_DISK` and `DESTROY_DISK` operations.

2018-07-11 Thread Jan Schlicht
oto Lines 1998 (patched) <https://reviews.apache.org/r/67779/#comment288898> s/target/disk/ - Jan Schlicht On July 10, 2018, 5:10 a.m., Chun-Hung Hsiao wrote: > > --- > This is an automatica

Re: Review Request 67863: Updated Mesos implementation to process `CREATE_DISK` & `DESTROY_DISK`.

2018-07-11 Thread Jan Schlicht
e scope of this diff. Maybe break this out into a separate diff? src/resource_provider/storage/provider.cpp Lines 3248-3249 (original), 3218-3219 (patched) <https://reviews.apache.org/r/67863/#comment288893> Ditto. - Jan Schlicht On

Re: Review Request 67783: Removed unused variable.

2018-06-29 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67783/#review205571 --- Ship it! Ship It! - Jan Schlicht On June 29, 2018, 2:02 p.m

Re: Review Request 67664: Fixed a race between `UPDATE_STATE` and `UPDATE_OPERATION_STATUS`.

2018-06-29 Thread Jan Schlicht
(patched) <https://reviews.apache.org/r/67664/#comment288451> Not yours, but let's remove this comment, as it's just stating what is done in the code below. - Jan Schlicht On June 21, 2018, 6:29 a.m., Chun-Hung Hsiao

Re: Review Request 67693: Added filtering for `GET_OPERATIONS` calls.

2018-06-28 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67693/#review205501 --- Ship it! Ship It! - Jan Schlicht On June 21, 2018, 5:53 p.m

Re: Review Request 67501: Added authorization for storage operations.

2018-06-28 Thread Jan Schlicht
4ade16f044f8a4fdafd5afaba4e6a23232f83a5a src/tests/authorization_tests.cpp f6f77692112d2299f3009fde4468f82bfd934c60 Diff: https://reviews.apache.org/r/67501/diff/7/ Changes: https://reviews.apache.org/r/67501/diff/6-7/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 67501: Added authorization for storage operations.

2018-06-28 Thread Jan Schlicht
Thanks, Jan Schlicht

Re: Review Request 67501: Added authorization for storage operations.

2018-06-27 Thread Jan Schlicht
/tests/authorization_tests.cpp f6f77692112d2299f3009fde4468f82bfd934c60 Diff: https://reviews.apache.org/r/67501/diff/5/ Changes: https://reviews.apache.org/r/67501/diff/4-5/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 67501: Added authorization for storage operations.

2018-06-25 Thread Jan Schlicht
4180341e2c7b16503a4376c501f611bb78ba901c src/master/master.cpp 4ade16f044f8a4fdafd5afaba4e6a23232f83a5a src/tests/authorization_tests.cpp f6f77692112d2299f3009fde4468f82bfd934c60 Diff: https://reviews.apache.org/r/67501/diff/4/ Changes: https://reviews.apache.org/r/67501/diff/3-4/ Testing --- make check Thanks, Jan

Re: Review Request 67501: Added authorization for storage operations.

2018-06-25 Thread Jan Schlicht
ole, destroy operations authorized per creator principal. - Jan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67501/#review205178 ------- On June 21, 2018, 2:34 p.m., Jan Schlicht wrote: > >

Re: Review Request 67501: Added authorization for storage operations.

2018-06-21 Thread Jan Schlicht
/tests/authorization_tests.cpp f6f77692112d2299f3009fde4468f82bfd934c60 Diff: https://reviews.apache.org/r/67501/diff/3/ Changes: https://reviews.apache.org/r/67501/diff/2-3/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 67501: Added authorization for storage operations.

2018-06-20 Thread Jan Schlicht
://reviews.apache.org/r/67501/diff/1-2/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 67547: Added check for API endpoints not supporting streaming responses.

2018-06-13 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67547/#review204684 --- Ship it! Ship It! - Jan Schlicht On June 13, 2018, 1:02 p.m

Re: Review Request 67547: Added check for API endpoints not supporting streaming responses.

2018-06-13 Thread Jan Schlicht
ched) <https://reviews.apache.org/r/67547/#comment287288> We don't have to start a master to test this response of the agent API. - Jan Schlicht On June 12, 2018, 6:08 p.m., Benno Evers wrote: > > --- > This is an automatically

Re: Review Request 67522: Moved some constant definitions into header file.

2018-06-11 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67522/#review204532 --- Ship it! Ship It! - Jan Schlicht On June 11, 2018, 11:58

Re: Review Request 67521: Made some headers standalone.

2018-06-11 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67521/#review204531 --- Ship it! Ship It! - Jan Schlicht On June 11, 2018, 11:58

Review Request 67501: Added authorization for resource provider operations.

2018-06-08 Thread Jan Schlicht
f6f77692112d2299f3009fde4468f82bfd934c60 Diff: https://reviews.apache.org/r/67501/diff/1/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 66934: Added token-based authentication to resource provider tests.

2018-05-08 Thread Jan Schlicht
/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 66932: Adden token based authentication for resource providers.

2018-05-08 Thread Jan Schlicht
: https://reviews.apache.org/r/66932/diff/2/ Changes: https://reviews.apache.org/r/66932/diff/1-2/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 66933: Added a realm for resource provider authentication.

2018-05-08 Thread Jan Schlicht
n automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66933/#review202623 ------- On May 7, 2018, 2:12 p.m., Jan Schlicht wrote: > > --- > Th

Re: Review Request 66934: Added token-based authentication to resource provider tests.

2018-05-08 Thread Jan Schlicht
--- make check Thanks, Jan Schlicht

Re: Review Request 66939: Improved validation messages for some operations.

2018-05-07 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66939/#review202548 --- Ship it! Ship It! - Jan Schlicht On May 5, 2018, 1:41 a.m

Re: Review Request 66934: Added token-based authentication to resource provider tests.

2018-05-07 Thread Jan Schlicht
: https://reviews.apache.org/r/66934/diff/1-2/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 66933: Added a realm for resource provider authentication.

2018-05-07 Thread Jan Schlicht
/diff/1-2/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 66931: Fixed a race in resource provider resubscription test.

2018-05-03 Thread Jan Schlicht
await that one before we reset `resourceProvider` with a new instance. - Jan Schlicht On May 3, 2018, 1:46 p.m., Benjamin Bannier wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Review Request 66934: Removed credential-based authentication of 'MockResourceProvider'.

2018-05-03 Thread Jan Schlicht
://reviews.apache.org/r/66934/diff/1/ Testing --- make check Thanks, Jan Schlicht

Review Request 66933: Added a flag for resource provider authentication.

2018-05-03 Thread Jan Schlicht
6ca3d79fd38c800f258c571bb58164427db2ac7c src/tests/cluster.cpp c071da69500e1d8a223f255904acf7e28100e774 Diff: https://reviews.apache.org/r/66933/diff/1/ Testing --- make check Thanks, Jan Schlicht

Review Request 66932: Adden token based authentication for resource providers.

2018-05-03 Thread Jan Schlicht
, Jan Schlicht

Review Request 66904: Added 'Ninja' byproducts for jemalloc.

2018-05-02 Thread Jan Schlicht
b7362d2be75e4de06092f16698a784b7a78994cb Diff: https://reviews.apache.org/r/66904/diff/1/ Testing --- Ran ``` mkdir build && cd build && cmake -G Ninja -D ENABLE_JEMALLOC_ALLOCATOR=ON && ninja ``` and checked that `jemalloc` third-party dependency is build. Thanks, Jan Schlicht

Review Request 66759: Fixed a regression in isolator ordering.

2018-04-23 Thread Jan Schlicht
def09f1104213bf73d9f95cb5ad2fb80e3bdb04a Diff: https://reviews.apache.org/r/66759/diff/1/ Testing --- make check Thanks, Jan Schlicht

Re: Review Request 66621: Add alg RS256 support for JWT generator and validator.

2018-04-16 Thread Jan Schlicht
ine above. 3rdparty/libprocess/src/tests/jwt_tests.cpp Lines 347 (patched) <https://reviews.apache.org/r/66621/#comment282264> Blank line above. 3rdparty/libprocess/src/tests/jwt_tests.cpp Lines 505 (patched) <https://reviews.apache.org/r/66621/#comment282266>

Re: Review Request 66545: Added admitted resource providers to the manager's registry.

2018-04-11 Thread Jan Schlicht
the `FAILED` state, but not other failure states, e.g. `DISCARDED`. How about checking for `!admitResourceProvider.isReady()` here? - Jan Schlicht On April 11, 2018, 11:23 a.m., Benjamin Bannier wrote: > > --- > This is an aut

Re: Review Request 66528: Added logging of failed resource provider registry updates.

2018-04-10 Thread Jan Schlicht
Lines 288 (patched) <https://reviews.apache.org/r/66528/#comment281716> Let's use `WARNING` instead of `INFO` here. - Jan Schlicht On April 10, 2018, 2:56 p.m., Benjamin Bannier wrote: > > --- > This is an automatically g

Re: Review Request 66527: Avoided copy in accessing resource provider subscription field.

2018-04-10 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66527/#review200818 --- Ship it! Ship It! - Jan Schlicht On April 10, 2018, 2:56

Re: Review Request 66508: Made sure test agent has reached stable state before starting test.

2018-04-10 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66508/#review200817 --- Ship it! Ship It! - Jan Schlicht On April 9, 2018, 4:07 p.m

Re: Review Request 66311: Implement recovery of resource provider manager.

2018-04-10 Thread Jan Schlicht
s/recovery/recover src/resource_provider/registrar.cpp Lines 97 (patched) <https://reviews.apache.org/r/66311/#comment281584> `Registry` is in scope here and used without the namespace in other parts of this unit. Let's be consistent and drop the namespace here and below. - Jan Schl

Re: Review Request 66471: Added stringification for resource provider message type.

2018-04-09 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66471/#review200733 --- Ship it! Ship It! - Jan Schlicht On April 5, 2018, 10:48

Re: Review Request 66451: Added devolve function for 'ResourceProviderInfo'.

2018-04-09 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66451/#review200732 --- Ship it! Ship It! - Jan Schlicht On April 4, 2018, 2:35 p.m

Re: Review Request 66476: Tightened resource provider manager registrar tests.

2018-04-09 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66476/#review200730 --- Ship it! Ship It! - Jan Schlicht On April 5, 2018, 4:14 p.m

Re: Review Request 66450: Added missing gmock expectation.

2018-04-09 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66450/#review200727 --- Ship it! Ship It! - Jan Schlicht On April 4, 2018, 2:21 p.m

Review Request 66354: Remove forwarding of OpenSSL include dir.

2018-03-29 Thread Jan Schlicht
/66354/diff/1/ Testing --- Thanks, Jan Schlicht

Re: Review Request 66331: Fixed test to assert precondition.

2018-03-28 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66331/#review200110 --- Ship it! Ship It! - Jan Schlicht On March 28, 2018, 4:21

Re: Review Request 66309: Externalize creation of resource provider manager backing storage.

2018-03-28 Thread Jan Schlicht
t state. src/resource_provider/registrar.hpp Line 110 (original), 111 (patched) <https://reviews.apache.org/r/66309/#comment280755> Please rename, see above. - Jan Schlicht On March 27, 2018, 5:34 p.m., B

Re: Review Request 66330: Added 'OPENSSL_INCLUDE_DIR' to forwarded arguments.

2018-03-28 Thread Jan Schlicht
w --prefix) == /usr/local`) * Press "c" to configure again. There shouldn't be an error now. * Press "g" to generate the configuration. $ ninja Thanks, Jan Schlicht

Re: Review Request 65666: Added a unit test for SLRP operation state metrics.

2018-03-26 Thread Jan Schlicht
s.cpp Lines 3194-3195 (patched) <https://reviews.apache.org/r/65666/#comment280052> As this prefix is used in more than one test case, how about making it part of the test fixture? - Jan Schlicht On March 20, 2018, 4:27 a.m., Chun-Hung Hsiao wrote: > >

Re: Review Request 66037: Enabled agent resource provider capability by default.

2018-03-26 Thread Jan Schlicht
` loop. Looks great! - Jan Schlicht On March 23, 2018, 7:46 p.m., Benjamin Bannier wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 66037: Enabled agent resource provider capability by default.

2018-03-23 Thread Jan Schlicht
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66037/#review199864 --- Ship it! Ship It! - Jan Schlicht On March 21, 2018, 3:58

Re: Review Request 66210: Added OS_LINUX guard for 'test_csi_plugin'.

2018-03-22 Thread Jan Schlicht
. - Jan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66210/#review199764 --- On March 22, 2018, 10:37 a.m., Jan Schli

Re: Review Request 66163: Built storage local resource provider with CMake.

2018-03-22 Thread Jan Schlicht
; Needs an additional `if (LINUX)` guard, as explained above. - Jan Schlicht On March 21, 2018, 12:47 a.m., Chun-Hung Hsiao wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Review Request 66210: Added OS_LINUX guard for 'test_csi_plugin'.

2018-03-22 Thread Jan Schlicht
56ce55480553c08450830987f217d0abedd5b2b8 Diff: https://reviews.apache.org/r/66210/diff/1/ Testing --- make check (on macOS, configured with `--enable-grpc`) Thanks, Jan Schlicht

  1   2   3   4   5   6   7   8   9   10   >