Re: Review Request 60647: Fixed the mention of default ports in 'configuration.md'.

2017-07-05 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60647/#review179647 --- Ship it! Ship It! - Gilbert Song On July 5, 2017, 2:15 a.m

Re: Review Request 58645: Updated the tests to verify persistent volume usage.

2017-04-25 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58645/#review172992 --- Ship it! Ship It! - Gilbert Song On April 21, 2017, 7:48

Re: Review Request 58725: Fetching docker image manifests with 'Accept' header.

2017-04-26 Thread Gilbert Song
tps://reviews.apache.org/r/58725/#comment246135> Please fix the indentation. src/uri/fetchers/docker.cpp Lines 476 (patched) <https://reviews.apache.org/r/58725/#comment246136> Could you paste the link to the docker doc for `Accept` header. - Gilbert Song On April 25, 2017, 5:30 p.m

Review Request 58747: Fixed docker uri fetcher strict v2 schema 1 check.

2017-04-26 Thread Gilbert Song
/58747/diff/1/ Testing --- make check Thanks, Gilbert Song

Review Request 58748: Fixed the internet curl flaky test due to short timeout.

2017-04-26 Thread Gilbert Song
--- Fixed the internet curl flaky test due to short timeout. Diffs - src/tests/containerizer/provisioner_docker_tests.cpp c26e1f9b093fda66f14e474006d8148c0b9f3245 Diff: https://reviews.apache.org/r/58748/diff/1/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 58747: Fixed docker uri fetcher strict v2 schema 1 check.

2017-04-26 Thread Gilbert Song
ps://reviews.apache.org/r/58747/#review173085 ------- On April 26, 2017, 12:14 p.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail.

Review Request 58749: Fixed a typo in container-image.md doc.

2017-04-26 Thread Gilbert Song
Description --- Fixed a typo in container-image.md doc. Diffs - docs/container-image.md fad4fd22533de960c2c5cfc52ae7d13a9cffdc67 Diff: https://reviews.apache.org/r/58749/diff/1/ Testing --- N/A. Thanks, Gilbert Song

Re: Review Request 58747: Fixed docker uri fetcher strict v2 schema 1 check.

2017-04-26 Thread Gilbert Song
; > error message saying that some fields are missing. What do you think? > > Jie Yu wrote: > Also related to https://reviews.apache.org/r/58725 > > Maybe we should just land Ilya's scheme 2 support? Gilbert, thouughts? > > Gilbert Song wrote: > Tha

Re: Review Request 58725: Fetching docker image manifests with 'Accept' header.

2017-04-26 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58725/#review173122 --- Ship it! Ship It! - Gilbert Song On April 26, 2017, 3:27

Re: Review Request 58747: Fixed docker uri fetcher strict v2 schema 1 check.

2017-04-26 Thread Gilbert Song
-v2-1/ Diffs (updated) - src/uri/fetchers/docker.cpp 1c6ab929deacfc29aa6b4f1df04c2b9782044a90 Diff: https://reviews.apache.org/r/58747/diff/2/ Changes: https://reviews.apache.org/r/58747/diff/1-2/ Testing --- make check Thanks, Gilbert Song

Review Request 58775: Added 'Secret' field config to Image::Docker protobuf.

2017-04-26 Thread Gilbert Song
/58775/diff/1/ Testing --- make Thanks, Gilbert Song

Re: Review Request 58747: Fixed docker uri fetcher strict v2 schema 1 check.

2017-04-26 Thread Gilbert Song
eviews.apache.org/r/58747/#review173136 --- On April 26, 2017, 4:12 p.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 58642: Cancelled the disk usage collection if no longer needed.

2017-04-24 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58642/#review172836 --- Ship it! Ship It! - Gilbert Song On April 21, 2017, 7:47

Re: Review Request 58646: Fixed a style issue in v1 mesos.proto.

2017-04-24 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58646/#review172835 --- Ship it! Ship It! - Gilbert Song On April 21, 2017, 7:49

Re: Review Request 58644: Improved POSIX disk isolator to report usage for persistent volumes.

2017-04-25 Thread Gilbert Song
che.org/r/58644/#comment246030> Could we merge these two `if` into one? - Gilbert Song On April 21, 2017, 7:48 p.m., Jie Yu wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 58758: Added secret to Image.{docker, appc} and ContainerInfo.volume.

2017-04-27 Thread Gilbert Song
Could we add some comments? - Gilbert Song On April 26, 2017, 4:38 p.m., Kapil Arya wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 58758: Added secret to Volume protobuf.

2017-04-28 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58758/#review173382 --- Ship it! Ship It! - Gilbert Song On April 28, 2017, 11:49

Review Request 58824: Disabled unit test relying on AliCloud Registry.

2017-04-27 Thread Gilbert Song
--- Disabled unit test relying on AliCloud Registry. Diffs - src/tests/containerizer/provisioner_docker_tests.cpp 4341621767a9fa5be2c66e77ef60f0c65dae58ca Diff: https://reviews.apache.org/r/58824/diff/1/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 61406: Introduced `--disallow_top_level_pid_ns_sharing` agent flag.

2017-08-04 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61406/#review182232 --- Ship it! Ship It! - Gilbert Song On Aug. 4, 2017, 9 a.m

Re: Review Request 61428: Added pid ns sharing based on agent flag and protobuf message field.

2017-08-04 Thread Gilbert Song
ched) <https://reviews.apache.org/r/61428/#comment258140> We can just return launchInfo, right? - Gilbert Song On Aug. 4, 2017, 9:39 a.m., Qian Zhang wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http

Re: Review Request 61428: Added pid ns sharing based on agent flag and protobuf message field.

2017-08-04 Thread Gilbert Song
85-86 (patched) <https://reviews.apache.org/r/61428/#comment258142> I know in proto2 and proto3 `boolean` defaults to be `false`. But how about `optional bool`? do you know if `has_share_pid_namespace` can be false? - Gilbert Song On Aug. 4, 2017, 9:39 a.m., Qian Zhang

Re: Review Request 61120: Fixed the sandbox_path volume source path ownership.

2017-07-28 Thread Gilbert Song
/ Changes: https://reviews.apache.org/r/61120/diff/3-4/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 61123: Added regression test for sandbox volume ownership issue.

2017-07-28 Thread Gilbert Song
ocker for this test? The problem should be reproducible > > without it. > > Ilya Pronin wrote: > I meant an image. Not Docker itself :) > > Gilbert Song wrote: > We don't allow `host_path` and `container_path` to be both relative. > > > https://git

Re: Review Request 61406: Introduced `--disallow_sharing_agent_pid_namespace` agent flag.

2017-08-08 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61406/#review182455 --- Ship it! Ship It! - Gilbert Song On Aug. 6, 2017, 7:52 p.m

Re: Review Request 60934: Implemented blkio subsystem usage() for resource statistics.

2017-07-31 Thread Gilbert Song
"op": "ASYNC", "value": 1 }, { "op": "TOTAL", "value": 1 } ] }, { "io_service_bytes": [ { "op": "TOTAL", "value": 4096 } ], "io_serviced": [ { "op": "TOTAL", "value": 1 } ] } ] }, "cpus_limit": 1.1, "mem_limit_bytes": 167772160, "timestamp": 1500335339.30187 } } ] ``` Thanks, Gilbert Song

Re: Review Request 60932: Added protobuf scheme for blkio subsystem in CgroupInfo.

2017-07-31 Thread Gilbert Song
41e42b4996235cbee26f580f4a7aa2daed166b7f include/mesos/v1/mesos.proto 9de282f85b8d0ba91fa3de85acd5d0f4082a47d8 Diff: https://reviews.apache.org/r/60932/diff/7/ Changes: https://reviews.apache.org/r/60932/diff/6-7/ Testing --- make Thanks, Gilbert Song

Re: Review Request 61270: Added container PID namespace control protobuf field in LinuxInfo.

2017-08-02 Thread Gilbert Song
66386a84bc21989d1c1237e629d5d04662a368fa Diff: https://reviews.apache.org/r/61270/diff/2/ Changes: https://reviews.apache.org/r/61270/diff/1-2/ Testing --- make Thanks, Gilbert Song

Re: Review Request 61531: Fixed the device number proto 'major' and 'minor' to avoid MACROs.

2017-08-09 Thread Gilbert Song
://reviews.apache.org/r/61531/diff/3/ Changes: https://reviews.apache.org/r/61531/diff/2-3/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 61463: Fixed a bug in the test `NamespacesIsolatorTest.ROOT_PidNamespace`.

2017-08-07 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61463/#review182343 --- Ship it! Ship It! - Gilbert Song On Aug. 7, 2017, 8:12 a.m

Re: Review Request 61428: Added pid ns sharing based on agent flag and protobuf message field.

2017-08-07 Thread Gilbert Song
> On Aug. 4, 2017, 5:33 p.m., Gilbert Song wrote: > > src/slave/containerizer/mesos/isolators/namespaces/pid.cpp > > Lines 130 (patched) > > <https://reviews.apache.org/r/61428/diff/2/?file=1789465#file1789465line132> > > > > Could we reverse two logi

Re: Review Request 61121: Added regression test for sandbox_path volume ownership issue.

2017-07-27 Thread Gilbert Song
/volume_sandbox_path_isolator_tests.cpp 3228b9a7df0fcb7973b210a1d0c17a18869c73d4 Diff: https://reviews.apache.org/r/61121/diff/2/ Changes: https://reviews.apache.org/r/61121/diff/1-2/ Testing --- make check Verified that this test failed if we don't have the bugfix patch. Thanks, Gilbert Song

Re: Review Request 61121: Added regression test for sandbox_path volume ownership issue.

2017-07-27 Thread Gilbert Song
. To reply, visit: https://reviews.apache.org/r/61121/#review181464 ------- On July 27, 2017, 6:43 p.m., Gilbert Song wrote: > > --- > This is an automatic

Re: Review Request 61122: Fixed the host volume relative host path ownership.

2017-07-27 Thread Gilbert Song
x volume, not host volume. Let's change the commit title > > as well. > > Gilbert Song wrote: > I regard a `host_path` 1)absolute and 2)relative both as `host volume`. > Otherwise, people will get confused by `sandbox volume` vs `sandbox path > volume`. Shouldn't we de

Re: Review Request 61123: Added regression test for sandbox volume ownership issue.

2017-07-27 Thread Gilbert Song
check Verified that this test failed if we don't have the bugfix patch. Thanks, Gilbert Song

Re: Review Request 61123: Added regression test for host volume ownership issue.

2017-07-27 Thread Gilbert Song
/isolators/filesystem/linux.cpp#L453~#L460 - Gilbert --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61123/#review181467 -------

Re: Review Request 61122: Fixed the sandbox volume relative host path ownership.

2017-07-27 Thread Gilbert Song
bf35b7f00d6e80672ffc27cfc3f3a2fd8de69a99 Diff: https://reviews.apache.org/r/61122/diff/3/ Changes: https://reviews.apache.org/r/61122/diff/2-3/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 61122: Fixed the host volume relative host path ownership.

2017-07-25 Thread Gilbert Song
n't we define the name by `type`? - Gilbert --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61122/#review181403 ------- On

Re: Review Request 61120: Fixed the sandbox_path volume source path ownership.

2017-07-25 Thread Gilbert Song
------ On July 25, 2017, 4:15 p.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61120/ > ---

Re: Review Request 60933: Added stats/control helpers for the Blkio cgroup subsystem.

2017-07-25 Thread Gilbert Song
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60933/#review181093 ------- On July 20, 2017, 4:58 p.m., Gilbert Song wrote: > > -

Re: Review Request 60934: Implemented blkio subsystem usage() for resource statistics.

2017-07-25 Thread Gilbert Song
"op": "ASYNC", "value": 1 }, { "op": "TOTAL", "value": 1 } ] }, { "io_service_bytes": [ { "op": "TOTAL", "value": 4096 } ], "io_serviced": [ { "op": "TOTAL", "value": 1 } ] } ] }, "cpus_limit": 1.1, "mem_limit_bytes": 167772160, "timestamp": 1500335339.30187 } } ] ``` Thanks, Gilbert Song

Re: Review Request 60933: Added stats/control helpers for the Blkio cgroup subsystem.

2017-07-25 Thread Gilbert Song
://reviews.apache.org/r/60933/diff/3-4/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 60934: Implemented blkio subsystem usage() for resource statistics.

2017-07-25 Thread Gilbert Song
t? What about putting it > > into `totalCfq`? +1. - Gilbert --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60934/#review181101 --------

Re: Review Request 61015: Fixed cgroup device Entry.Selector major/minor number type.

2017-07-25 Thread Gilbert Song
, Gilbert Song

Re: Review Request 60932: Added protobuf scheme for blkio subsystem in CgroupInfo.

2017-07-25 Thread Gilbert Song
8f8079bd7c2de4e8b2f8f9a56e2731b77b8e1575 include/mesos/v1/mesos.proto 720f307f8d738b0787e7c47be7ee15be38b2c0d0 Diff: https://reviews.apache.org/r/60932/diff/4/ Changes: https://reviews.apache.org/r/60932/diff/3-4/ Testing --- make Thanks, Gilbert Song

Re: Review Request 60991: Changed Device::path to optional and introduced Device::Number.

2017-07-25 Thread Gilbert Song
/ Changes: https://reviews.apache.org/r/60991/diff/1-2/ Testing --- make Thanks, Gilbert Song

Re: Review Request 58759: Introduced SecretResolver module interface.

2017-05-14 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58759/#review174911 --- Ship it! Ship It! - Gilbert Song On May 12, 2017, 10:52 a.m

Re: Review Request 58760: Added default secret resolver module.

2017-05-14 Thread Gilbert Song
(patched) <https://reviews.apache.org/r/58760/#comment248183> Newline above. src/secret/resolver.cpp Lines 78 (patched) <https://reviews.apache.org/r/58760/#comment248184> Newline above. - Gilbert Song On May 12, 2017, 10:52 a.m., Kapi

Re: Review Request 58759: Introduced SecretResolver module interface.

2017-05-14 Thread Gilbert Song
tps://reviews.apache.org/r/58759/#comment248182> Did we try to get rid of the c style comments: ``` /** * */ ``` and insist on c++ ctyle comments: ``` // // // ``` ditto to the others. - Gilbert Song On May 12, 2017, 10:52 a.m.,

Re: Review Request 59018: Supported Image::Secret in docker URI fetcher plugin.

2017-05-12 Thread Gilbert Song
g/r/59018/#review174584 --- On May 10, 2017, 5:48 a.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://revie

Re: Review Request 59015: Implemented passing docker config depended methods.

2017-05-12 Thread Gilbert Song
omatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59015/#review174580 ------- On May 10, 2017, 5:47 a.m., Gilbert Song wrote: > > --- > This is

Re: Review Request 59018: Supported Image::Secret in docker URI fetcher plugin.

2017-05-12 Thread Gilbert Song
different image secrets works correctly. Thanks, Gilbert Song

Re: Review Request 59141: Added new parameter 'data' to the URI fetcher interface.

2017-05-12 Thread Gilbert Song
://reviews.apache.org/r/59141/diff/2/ Changes: https://reviews.apache.org/r/59141/diff/1-2/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 58999: Added --secret_resolver flag to agent.

2017-05-15 Thread Gilbert Song
8> s/secret resolve module/secret resolver module/g ? - Gilbert Song On May 12, 2017, 10:52 a.m., Kapil Arya wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 59000: Added environment secret isolator.

2017-05-15 Thread Gilbert Song
nes 100-107 (patched) <https://reviews.apache.org/r/59000/#comment248242> Let's add a `TODO` here to refactor the helper `createEnvironment()` to support value based/secret based env var respectively. - Gilbert Song On May 12, 2017, 10:52 a.m., Kapil Arya wrote: > > -

Re: Review Request 59012: Implemented passing the secret fetcher to registry puller.

2017-05-10 Thread Gilbert Song
ache.org/r/59012/#review174103 --- On May 5, 2017, 4:16 p.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Review Request 59012: Implemented passing the secret fetcher to registry puller.

2017-05-10 Thread Gilbert Song
t does not hurt here. but we should set a default. - Gilbert --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59012/#review174251 ------- On May

Re: Review Request 59017: Added support for docker spec helper 'parseAuthConfig()'.

2017-05-10 Thread Gilbert Song
eviews.apache.org/r/59017/#review174398 ------- On May 4, 2017, 4:22 p.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 59016: Fixed the comment style issue in docker/spec.hpp.

2017-05-10 Thread Gilbert Song
/ Testing --- N/A Thanks, Gilbert Song

Re: Review Request 59013: Implemented passing Image::Secret Puller::pull().

2017-05-10 Thread Gilbert Song
her this image is cached or not. - Gilbert --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59013/#review174253 ------- On May 4, 2017, 4:22 p.m., Gilbert Song wrote: > > ---

Re: Review Request 59015: Implemented passing docker config depended methods.

2017-05-10 Thread Gilbert Song
check Thanks, Gilbert Song

Re: Review Request 59013: Implemented passing Image::Secret Puller::pull().

2017-05-10 Thread Gilbert Song
68ce265a5d0a61f8d9ed55dd14c630dcf893a7d2 src/tests/containerizer/provisioner_docker_tests.cpp 4341621767a9fa5be2c66e77ef60f0c65dae58ca Diff: https://reviews.apache.org/r/59013/diff/2/ Changes: https://reviews.apache.org/r/59013/diff/1-2/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59012: Implemented passing the secret resolver to registry puller.

2017-05-10 Thread Gilbert Song
/r/59012/diff/3-4/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59015: Implemented passing docker config to URIs.

2017-05-10 Thread Gilbert Song
an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59015/#review174256 ------- On May 4, 2017, 4:22 p.m., Gilbert Song wrote: > > --- > This is

Re: Review Request 59140: Fixed task_environment serializing in containerizer.

2017-05-10 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59140/#review174462 --- Ship it! Ship It! - Gilbert Song On May 10, 2017, 5:34 a.m

Re: Review Request 59012: Implemented passing the secret fetcher to registry puller.

2017-05-10 Thread Gilbert Song
.apache.org/r/59012/#review174251 --- On May 5, 2017, 4:16 p.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > htt

Re: Review Request 59012: Implemented passing the secret fetcher to registry puller.

2017-05-10 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59012/#review174280 ------- On May 5, 2017, 4:16 p.m., Gilbert Song wrote: > > -

Re: Review Request 59012: Implemented passing the secret fetcher to registry puller.

2017-05-10 Thread Gilbert Song
avoid updating tests? yes. - Gilbert --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59012/#review174251 ------- On May

Re: Review Request 59018: Supported Image::Secret in docker URI fetcher plugin.

2017-05-10 Thread Gilbert Song
e. We are not using the uri to pass docker config now. - Gilbert --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59018/#review174075 --------

Re: Review Request 59018: Supported Image::Secret in docker URI fetcher plugin.

2017-05-10 Thread Gilbert Song
different image secrets works correctly. Thanks, Gilbert Song

Review Request 59141: Added Secret::Value to the URI fetcher interface.

2017-05-10 Thread Gilbert Song
/hadoop.hpp 4923dc6491d7cc6efc6ced4f5356af9f945ba5d2 src/uri/fetchers/hadoop.cpp 3c5ffe607c92ea1ab66ba261bd70031f2907cea6 Diff: https://reviews.apache.org/r/59141/diff/1/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59017: Added support for docker spec helper 'parseAuthConfig()'.

2017-05-10 Thread Gilbert Song
b90f731ef07c22259715543526eaf25cb94eab03 src/docker/spec.cpp 6b5588e534215451593cc20011847c3abbab9b17 Diff: https://reviews.apache.org/r/59017/diff/2/ Changes: https://reviews.apache.org/r/59017/diff/1-2/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59000: Added environment secret isolator.

2017-05-17 Thread Gilbert Song
> On May 15, 2017, 6:42 a.m., Gilbert Song wrote: > > src/slave/containerizer/mesos/isolators/environment_secret.cpp > > Lines 137-138 (patched) > > <https://reviews.apache.org/r/59000/diff/6/?file=1717035#file1717035line137> > > > > How

Re: Review Request 58999: Added --secret_resolver flag to agent.

2017-05-17 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58999/#review175258 --- Ship it! Ship It! - Gilbert Song On May 16, 2017, 12:22 p.m

Re: Review Request 59000: Added environment secret isolator.

2017-05-17 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59000/#review175262 --- Ship it! Ship It! - Gilbert Song On May 16, 2017, 12:22 p.m

Re: Review Request 58778: Supported GCE container registry.

2017-05-15 Thread Gilbert Song
have another `getAuthHeaders()` helper. - Gilbert Song On May 12, 2017, 5:45 p.m., Chun-Hung Hsiao wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 59318: Replace an EXPECT with an ASSERT in master_tests to avoid segfaults.

2017-05-17 Thread Gilbert Song
at #L4097. src/tests/master_tests.cpp Line 6289 (original), 6289 (patched) <https://reviews.apache.org/r/59318/#comment248799> Should we fix the other two `EXPECT_` in this file? - Gilbert Song On May 16, 2017, 12:28 p.m., Kapil Arya

Re: Review Request 59001: Added volume secret isolator.

2017-05-15 Thread Gilbert Song
/volume/secret.cpp Lines 289 (patched) <https://reviews.apache.org/r/59001/#comment248258> two more space. src/slave/containerizer/mesos/isolators/volume/secret.cpp Lines 298 (patched) <https://reviews.apache.org/r/59001/#comment248257> Use `collect`? - Gilbert Song On M

Re: Review Request 58778: Supported GCE container registry.

2017-05-15 Thread Gilbert Song
) <https://reviews.apache.org/r/58778/#comment248407> I like the `__fetchBlob()` change. More readable in code. - Gilbert Song On May 15, 2017, 5:50 p.m., Chun-Hung Hsiao wrote: > > --- > This is an automatically g

Re: Review Request 58778: Supported GCE container registry.

2017-05-15 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58778/#review175061 --- Ship it! LGTM! Ship it! - Gilbert Song On May 15, 2017, 5

Re: Review Request 59141: Added Secret::Value to the URI fetcher interface.

2017-05-10 Thread Gilbert Song
eply, visit: https://reviews.apache.org/r/59141/#review174535 ------- On May 10, 2017, 5:48 a.m., Gilbert Song wrote: > > --- > This is an automatically g

Re: Review Request 59018: Supported Image::Secret in docker URI fetcher plugin.

2017-05-10 Thread Gilbert Song
--------- On May 10, 2017, 5:48 a.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59018/ > -

Re: Review Request 59015: Implemented passing docker config depended methods.

2017-05-10 Thread Gilbert Song
-- On May 10, 2017, 5:47 a.m., Gilbert Song wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59015/ > --

Re: Review Request 60170: Supported auto cgroups in unified cgroup isolator.

2017-06-26 Thread Gilbert Song
make check Thanks, Gilbert Song

Re: Review Request 60170: Supported auto cgroups in unified cgroup isolator.

2017-06-26 Thread Gilbert Song
Thanks, Gilbert Song

Re: Review Request 60169: Introduced a new agent flag 'cgroups_auto'.

2017-06-26 Thread Gilbert Song
--- make check Thanks, Gilbert Song

Re: Review Request 59017: Added support for docker spec helper 'parseAuthConfig()'.

2017-05-22 Thread Gilbert Song
://reviews.apache.org/r/59017/diff/2-3/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59017: Added support for docker spec helper 'parseAuthConfig()'.

2017-05-22 Thread Gilbert Song
> On May 9, 2017, 4:25 p.m., Vinod Kone wrote: > > include/mesos/docker/spec.hpp > > Lines 83 (patched) > > <https://reviews.apache.org/r/59017/diff/1/?file=1709140#file1709140line83> > > > > no unit test for this? > > Gilbert Song wrote: &

Re: Review Request 59141: Added new parameter 'data' to the URI fetcher interface.

2017-05-22 Thread Gilbert Song
ally generated e-mail. To reply, visit: https://reviews.apache.org/r/59141/#review175360 ------- On May 12, 2017, 4:19 a.m., Gilbert Song wrote: > > --- > This is an au

Re: Review Request 59141: Added new parameter 'data' to the URI fetcher interface.

2017-05-22 Thread Gilbert Song
://reviews.apache.org/r/59141/diff/3/ Changes: https://reviews.apache.org/r/59141/diff/2-3/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59010: Updated protobuf comments for Image::Secret.

2017-05-22 Thread Gilbert Song
/mesos.proto ab617bfd2bc46e44f7d71cefecf5eac3630d22b3 Diff: https://reviews.apache.org/r/59010/diff/3/ Changes: https://reviews.apache.org/r/59010/diff/2-3/ Testing --- N/A. Thanks, Gilbert Song

Re: Review Request 59018: Supported Image::Secret in docker URI fetcher plugin.

2017-05-22 Thread Gilbert Song
different registries using different image secrets works correctly. Thanks, Gilbert Song

Re: Review Request 59318: Replace in EXPECT with an ASSERT in master_tests to avoid segfaults.

2017-05-22 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59318/#review175739 --- Ship it! Ship It! - Gilbert Song On May 22, 2017, 1:55 p.m

Re: Review Request 59001: Added volume secret isolator.

2017-05-22 Thread Gilbert Song
et.cpp Lines 164 (patched) <https://reviews.apache.org/r/59001/#comment248994> Just a nit: `const Secret&` src/slave/containerizer/mesos/isolators/volume/secret.cpp Lines 264 (patched) <https://reviews.apache.org/r/59001/#comment249004> Do we have to do `force`

Re: Review Request 59015: Implemented passing docker config depended methods.

2017-05-23 Thread Gilbert Song
) - src/slave/containerizer/mesos/provisioner/docker/registry_puller.cpp 6db788dd0c582deadf3e91c4d21bb9c20cf94e6b Diff: https://reviews.apache.org/r/59015/diff/4/ Changes: https://reviews.apache.org/r/59015/diff/3-4/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59018: Supported Image::Secret in docker URI fetcher plugin.

2017-05-24 Thread Gilbert Song
private image from different registries using different image secrets works correctly. Thanks, Gilbert Song

Re: Review Request 59141: Added new parameter 'data' to the URI fetcher interface.

2017-05-24 Thread Gilbert Song
Diff: https://reviews.apache.org/r/59141/diff/4/ Changes: https://reviews.apache.org/r/59141/diff/3-4/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59016: Fixed the comment style issue in docker/spec.hpp.

2017-05-22 Thread Gilbert Song
://reviews.apache.org/r/59016/diff/2/ Changes: https://reviews.apache.org/r/59016/diff/1-2/ Testing --- N/A Thanks, Gilbert Song

Re: Review Request 59012: Implemented passing the secret resolver to registry puller.

2017-05-22 Thread Gilbert Song
82a9be64264ae829773c1e2e8a4360f78641cbf6 src/slave/containerizer/mesos/provisioner/store.cpp 7141d63fcf2dbc3fbf00508c7f92945aab014fb2 Diff: https://reviews.apache.org/r/59012/diff/5/ Changes: https://reviews.apache.org/r/59012/diff/4-5/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59011: Fixed docker/appc store 'using' format.

2017-05-22 Thread Gilbert Song
://reviews.apache.org/r/59011/diff/2/ Changes: https://reviews.apache.org/r/59011/diff/1-2/ Testing --- make check Thanks, Gilbert Song

Re: Review Request 59749: Removed out-dated working groups.

2017-06-02 Thread Gilbert Song
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59749/#review176864 --- Ship it! Ship It! - Gilbert Song On June 2, 2017, 9:13 a.m

<    9   10   11   12   13   14   15   16   17   18   >