You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Qian Zhang <zh...@gmail.com> on 2018/05/04 09:32:37 UTC

Review Request 66947: Increased the timeout for waiting for `reaped` to be invoked.

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

Review request for mesos, Gaston Kleiman, Gilbert Song, Greg Mann, and Vinod Kone.


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


Repository: mesos


Description
-------

Previously after the container process is reaped by the Docker
executor, we will wait 3 seconds for `reaped` to be invoked.
However in some cases (e.g., launch a Docker container to use
an external rexray volume), there will be more than 3 seconds
after the container process exits and before the `docker run`
command returns (i.e., `reaped` invoked). So in this patch,
the timeout is increased to 60 seconds.


Diffs
-----

  src/docker/executor.cpp 16509dae3acebc59635e925073372adfb3786edc 


Diff: https://reviews.apache.org/r/66947/diff/1/


Testing
-------

sudo make check


Thanks,

Qian Zhang


Re: Review Request 66947: Increased the timeout for waiting for `reaped` to be invoked.

Posted by Mesos Reviewbot <re...@mesos.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66947/#review202462
-----------------------------------------------------------



Patch looks great!

Reviews applied: [66947]

Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose --disable-libtool-wrappers' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh

- Mesos Reviewbot


On May 4, 2018, 9:32 a.m., Qian Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66947/
> -----------------------------------------------------------
> 
> (Updated May 4, 2018, 9:32 a.m.)
> 
> 
> Review request for mesos, Gaston Kleiman, Gilbert Song, Greg Mann, and Vinod Kone.
> 
> 
> Bugs: MESOS-8876
>     https://issues.apache.org/jira/browse/MESOS-8876
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Previously after the container process is reaped by the Docker
> executor, we will wait 3 seconds for `reaped` to be invoked.
> However in some cases (e.g., launch a Docker container to use
> an external rexray volume), there will be more than 3 seconds
> after the container process exits and before the `docker run`
> command returns (i.e., `reaped` invoked). So in this patch,
> the timeout is increased to 60 seconds.
> 
> 
> Diffs
> -----
> 
>   src/docker/executor.cpp 16509dae3acebc59635e925073372adfb3786edc 
> 
> 
> Diff: https://reviews.apache.org/r/66947/diff/1/
> 
> 
> Testing
> -------
> 
> sudo make check
> 
> 
> Thanks,
> 
> Qian Zhang
> 
>


Re: Review Request 66947: Increased the timeout for waiting for `reaped` to be invoked.

Posted by Mesos Reviewbot Windows <re...@mesos.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66947/#review202431
-----------------------------------------------------------



PASS: Mesos patch 66947 was successfully built and tested.

Reviews applied: `['66947']`

All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/66947

- Mesos Reviewbot Windows


On May 4, 2018, 9:32 a.m., Qian Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66947/
> -----------------------------------------------------------
> 
> (Updated May 4, 2018, 9:32 a.m.)
> 
> 
> Review request for mesos, Gaston Kleiman, Gilbert Song, Greg Mann, and Vinod Kone.
> 
> 
> Bugs: MESOS-8876
>     https://issues.apache.org/jira/browse/MESOS-8876
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Previously after the container process is reaped by the Docker
> executor, we will wait 3 seconds for `reaped` to be invoked.
> However in some cases (e.g., launch a Docker container to use
> an external rexray volume), there will be more than 3 seconds
> after the container process exits and before the `docker run`
> command returns (i.e., `reaped` invoked). So in this patch,
> the timeout is increased to 60 seconds.
> 
> 
> Diffs
> -----
> 
>   src/docker/executor.cpp 16509dae3acebc59635e925073372adfb3786edc 
> 
> 
> Diff: https://reviews.apache.org/r/66947/diff/1/
> 
> 
> Testing
> -------
> 
> sudo make check
> 
> 
> Thanks,
> 
> Qian Zhang
> 
>


Re: Review Request 66947: Increased the timeout for waiting for `reaped` to be invoked.

Posted by Gilbert Song <so...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66947/#review202588
-----------------------------------------------------------


Ship it!




Ship It!

- Gilbert Song


On May 4, 2018, 2:32 a.m., Qian Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66947/
> -----------------------------------------------------------
> 
> (Updated May 4, 2018, 2:32 a.m.)
> 
> 
> Review request for mesos, Gaston Kleiman, Gilbert Song, Greg Mann, and Vinod Kone.
> 
> 
> Bugs: MESOS-8876
>     https://issues.apache.org/jira/browse/MESOS-8876
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Previously after the container process is reaped by the Docker
> executor, we will wait 3 seconds for `reaped` to be invoked.
> However in some cases (e.g., launch a Docker container to use
> an external rexray volume), there will be more than 3 seconds
> after the container process exits and before the `docker run`
> command returns (i.e., `reaped` invoked). So in this patch,
> the timeout is increased to 60 seconds.
> 
> 
> Diffs
> -----
> 
>   src/docker/executor.cpp 16509dae3acebc59635e925073372adfb3786edc 
> 
> 
> Diff: https://reviews.apache.org/r/66947/diff/1/
> 
> 
> Testing
> -------
> 
> sudo make check
> 
> 
> Thanks,
> 
> Qian Zhang
> 
>


Re: Review Request 66947: Increased the timeout for waiting for `reaped` to be invoked.

Posted by Vinod Kone <vi...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66947/#review202560
-----------------------------------------------------------


Ship it!




LGTM.

- Vinod Kone


On May 4, 2018, 9:32 a.m., Qian Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66947/
> -----------------------------------------------------------
> 
> (Updated May 4, 2018, 9:32 a.m.)
> 
> 
> Review request for mesos, Gaston Kleiman, Gilbert Song, Greg Mann, and Vinod Kone.
> 
> 
> Bugs: MESOS-8876
>     https://issues.apache.org/jira/browse/MESOS-8876
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Previously after the container process is reaped by the Docker
> executor, we will wait 3 seconds for `reaped` to be invoked.
> However in some cases (e.g., launch a Docker container to use
> an external rexray volume), there will be more than 3 seconds
> after the container process exits and before the `docker run`
> command returns (i.e., `reaped` invoked). So in this patch,
> the timeout is increased to 60 seconds.
> 
> 
> Diffs
> -----
> 
>   src/docker/executor.cpp 16509dae3acebc59635e925073372adfb3786edc 
> 
> 
> Diff: https://reviews.apache.org/r/66947/diff/1/
> 
> 
> Testing
> -------
> 
> sudo make check
> 
> 
> Thanks,
> 
> Qian Zhang
> 
>