You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Jie Yu <yu...@gmail.com> on 2016/12/12 21:53:27 UTC

Review Request 54676: Fixed the environment overriding order in MesosContainerizer.

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

Review request for mesos, Anand Mazumdar, Avinash sridharan, Gilbert Song, and Qian Zhang.


Bugs: MESOS-6781
    https://issues.apache.org/jira/browse/MESOS-6781


Repository: mesos


Description
-------

Fixed the environment overriding order in MesosContainerizer.


Diffs
-----

  src/slave/containerizer/mesos/containerizer.cpp 747aaa840bcd9d94badad72964b506a8d43678f5 
  src/tests/containerizer/cni_isolator_tests.cpp b032c4345683813bca5f9a5eec09f73d860299cc 

Diff: https://reviews.apache.org/r/54676/diff/


Testing
-------

make check


Thanks,

Jie Yu


Re: Review Request 54676: Fixed the environment overriding order in MesosContainerizer.

Posted by Anand Mazumdar <an...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54676/#review158911
-----------------------------------------------------------


Fix it, then Ship it!




LGTM modulo earlier comments from Avinash + a few other minor nits.


src/slave/containerizer/mesos/containerizer.cpp (line 1414)
<https://reviews.apache.org/r/54676/#comment229731>

    Missing Quotes before `CommandInfo`. Though, it seems there are other instances in this file that don't seem to be doing so.



src/slave/containerizer/mesos/containerizer.cpp (line 1422)
<https://reviews.apache.org/r/54676/#comment229733>

    s/agent/the agent



src/tests/containerizer/cni_isolator_tests.cpp (line 527)
<https://reviews.apache.org/r/54676/#comment229737>

    s/that/that the



src/tests/containerizer/cni_isolator_tests.cpp (lines 578 - 581)
<https://reviews.apache.org/r/54676/#comment229736>

    How about just:
    
    ```cpp
    TaskInfo task = createTask(offer, command);
    ```


- Anand Mazumdar


On Dec. 12, 2016, 9:53 p.m., Jie Yu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/54676/
> -----------------------------------------------------------
> 
> (Updated Dec. 12, 2016, 9:53 p.m.)
> 
> 
> Review request for mesos, Anand Mazumdar, Avinash sridharan, Gilbert Song, and Qian Zhang.
> 
> 
> Bugs: MESOS-6781
>     https://issues.apache.org/jira/browse/MESOS-6781
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Fixed the environment overriding order in MesosContainerizer.
> 
> 
> Diffs
> -----
> 
>   src/slave/containerizer/mesos/containerizer.cpp 747aaa840bcd9d94badad72964b506a8d43678f5 
>   src/tests/containerizer/cni_isolator_tests.cpp b032c4345683813bca5f9a5eec09f73d860299cc 
> 
> Diff: https://reviews.apache.org/r/54676/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Jie Yu
> 
>


Re: Review Request 54676: Fixed the environment overriding order in MesosContainerizer.

Posted by Avinash sridharan <av...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54676/#review158903
-----------------------------------------------------------


Fix it, then Ship it!




Ship It!


src/slave/containerizer/mesos/containerizer.cpp (line 1419)
<https://reviews.apache.org/r/54676/#comment229723>

    s/arlier/earlier



src/tests/containerizer/cni_isolator_tests.cpp (line 586)
<https://reviews.apache.org/r/54676/#comment229724>

    s/join/joins


- Avinash sridharan


On Dec. 12, 2016, 9:53 p.m., Jie Yu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/54676/
> -----------------------------------------------------------
> 
> (Updated Dec. 12, 2016, 9:53 p.m.)
> 
> 
> Review request for mesos, Anand Mazumdar, Avinash sridharan, Gilbert Song, and Qian Zhang.
> 
> 
> Bugs: MESOS-6781
>     https://issues.apache.org/jira/browse/MESOS-6781
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Fixed the environment overriding order in MesosContainerizer.
> 
> 
> Diffs
> -----
> 
>   src/slave/containerizer/mesos/containerizer.cpp 747aaa840bcd9d94badad72964b506a8d43678f5 
>   src/tests/containerizer/cni_isolator_tests.cpp b032c4345683813bca5f9a5eec09f73d860299cc 
> 
> Diff: https://reviews.apache.org/r/54676/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Jie Yu
> 
>