> On Feb. 16, 2017, 9:39 a.m., Adam B wrote:
> > src/slave/containerizer/fetcher.cpp, lines 827-828
> > <https://reviews.apache.org/r/56711/diff/1/?file=1634532#file1634532line827>
> >
> >     How confident are you that the fetcher doesn't actually need any of 
> > these env vars? How can we test/prove it?

So far I simply tried to identify such possible conflicts by looking at the 
code.

The `mesos-fetcher` itself is offering support for 
`mesos::internal::logging::Flags` which add the following options:
```
  add(&Flags::quiet,
  add(&Flags::logging_level,
  add(&Flags::log_dir,
  add(&Flags::logbufsecs,
  add(&Flags::initialize_driver_logging,
  add(&Flags::external_log_file,
```
All of the above are certainly supported by use if `MESOS_` prefixed 
environment variable names. Other than that, the `mesos-fetcher` has support 
for `MESOS_FETCHER_INFO` which we explicitly pass on even after that patch we 
are discussing here. 
So the things to look at should be limited towards the candidates covered by 
those `Flags`. To be entirely clean we might want to consider passing those 
candidates through explicitly.


- Till


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56711/#review165818
-----------------------------------------------------------


On Feb. 16, 2017, 1:31 a.m., Till Toenshoff wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56711/
> -----------------------------------------------------------
> 
> (Updated Feb. 16, 2017, 1:31 a.m.)
> 
> 
> Review request for mesos, Adam B, Benjamin Bannier, and Greg Mann.
> 
> 
> Bugs: MESOS-6751 and MESOS-7133
>     https://issues.apache.org/jira/browse/MESOS-6751
>     https://issues.apache.org/jira/browse/MESOS-7133
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> see summary.
> 
> 
> Diffs
> -----
> 
>   src/slave/containerizer/fetcher.cpp 
> 9ec38dc95dddfcd990369d0146986e20b15da1a0 
> 
> Diff: https://reviews.apache.org/r/56711/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Till Toenshoff
> 
>

Reply via email to