You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Mesos Reviewbot Windows <re...@mesos.apache.org> on 2018/09/19 07:12:04 UTC

***UNCHECKED*** Re: Review Request 68763: WIP: Stopped resource providers when removing resource provider configs.

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



FAIL: Some of the unit tests failed. Please check the relevant logs.

Reviews applied: `['68755', '68756', '68757', '68758', '68759', '68760', '68761', '68762', '68763']`

Failed command: `Start-MesosCITesting`

All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2355/mesos-review-68763

Relevant logs:

- [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2355/mesos-review-68763/logs/mesos-tests.log):

```
I0919 07:11:49.885728 36588 executor.cpp:796] Shutting down
I0919 07:11:49.885728 36588 executor.cpp:909] Sending SIGTERM to process tree at pid 352.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net)
I0919 07:11:49.884730 20484 slave.cpp:909] Agent terminating
W0919 07:11:49.885728 20484 slave.cpp:3917] Ignoring shutdown framework 4a53b145-8606-41c5-9e85-86217dadee35-0000 because it is terminating
I0919 07:11:49.887737 38804 master.cpp:1251] Agent 4a53b145-8606-41c5-9e85-86217dadee35-S0 at slave(462)@192.10.1.5:55614 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) disconnected
I0919 07:11:49.887737 38804 master.cpp:3267] Disconnecting agent 4a53b145-8606-41c5-9e85-86217dadee35-S0 at slave(462)@192.10.1.5:55614 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net)
I0919 07:11:49.887737 38804 master.cpp:3286] Deactivating agent 4a53b145-8606-41c5-9e85-86217dadee35-S0 at slave(462)@192.10.1.5:55614 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net)
I0919 07:11:49.888741 36112 hierarchical.cpp:359] Removed framework 4a53b145-8606-41c5-9e85-86217dadee35-0000
I0919 07:11:49.888741 36112 hierarchical.cpp:795] Agent 4[       OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (682 ms)
[----------] 1 test from IsolationFlag/MemoryIsolatorTest (701 ms total)

[----------] Global test environment tear-down
[==========] 1051 tests from 103 test cases ran. (497522 ms total)
[  PASSED  ] 1049 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] DockerFetcherPluginTest.INTERNET_CURL_FetchImage
[  FAILED  ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName

 2 FAILED TESTS
  YOU HAVE 231 DISABLED TESTS

a53b145-8606-41c5-9e85-86217dadee35-S0 deactivated
I0919 07:11:49.889865 38632 containerizer.cpp:2455] Destroying container 6617092f-436a-457c-b642-6df6fa5facd0 in RUNNING state
I0919 07:11:49.889865 38632 containerizer.cpp:3118] Transitioning the state of container 6617092f-436a-457c-b642-6df6fa5facd0 from RUNNING to DESTROYING
I0919 07:11:49.890739 38632 launcher.cpp:166] Asked to destroy container 6617092f-436a-457c-b642-6df6fa5facd0
I0919 07:11:49.989167 38804 containerizer.cpp:2957] Container 6617092f-436a-457c-b642-6df6fa5facd0 has exited
I0919 07:11:50.020202 35144 master.cpp:1093] Master terminating
I0919 07:11:50.022158 20484 hierarchical.cpp:637] Removed agent 4a53b145-8606-41c5-9e85-86217dadee35-S0
I0919 07:11:50.528112 38004 process.cpp:926] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On Sept. 19, 2018, 5:14 a.m., Chun-Hung Hsiao wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68763/
> -----------------------------------------------------------
> 
> (Updated Sept. 19, 2018, 5:14 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
> -------
> 
> This patch introduces a `LocalResourceProvider::stop` function to
> perform RP-specific stop procedures. SLRP uses this function to kill
> plugin container before its config is removed.
> 
> 
> Diffs
> -----
> 
>   src/resource_provider/daemon.cpp 0a76cc6d1d34413674d1af1aa514679a4d2b7b55 
>   src/resource_provider/local.hpp 20bcc78d3fe847e03526fa59116bdbac92ec1e29 
>   src/resource_provider/storage/provider.hpp 5a371b19289c6e39fedd4cda65fa8be432d095e6 
>   src/resource_provider/storage/provider.cpp 6475f653263337c381b6080695d09c49e5ea8fcf 
> 
> 
> Diff: https://reviews.apache.org/r/68763/diff/1/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Chun-Hung Hsiao
> 
>