Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Issue 2037073002: tools/android/loading Switch from multiprocessing Pool to Process (Closed)

Created:
4 years, 6 months ago by droger
Modified:
4 years, 6 months ago
Reviewers:
Benoit L, mattcary, blundell
CC:
chromium-reviews, mikecase+watch_chromium.org, gabadie+watch_chromium.org, jbudorick+watch_chromium.org, lizeb+watch-android-loading_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

tools/android/loading Switch from multiprocessing Pool to Process Pool does not allow to hard kill a process, which can lead to process leaks if a process does not die on terminate. Pool also sometimes crashes the main process in terminate(), interrupting trace generation. Committed: https://crrev.com/1c8f4c8908c64620cc2becdc971c3b779d9827b2 Cr-Commit-Position: refs/heads/master@{#398041}

Patch Set 1 #

Patch Set 2 : Split to helper file #

Total comments: 1

Patch Set 3 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -53 lines) Patch
A tools/android/loading/cloud/backend/multiprocessing_helper.py View 1 2 1 chunk +88 lines, -0 lines 0 comments Download
M tools/android/loading/cloud/backend/trace_task_handler.py View 1 2 5 chunks +19 lines, -53 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
droger
I could not repro the issue, but I hope this CL should address it. In ...
4 years, 6 months ago (2016-06-06 14:03:51 UTC) #7
mattcary
lgtm
4 years, 6 months ago (2016-06-06 14:10:23 UTC) #8
blundell
looks fine to me, but Benoit should take a look too https://codereview.chromium.org/2037073002/diff/80001/tools/android/loading/cloud/backend/multiprocessing_helper.py File tools/android/loading/cloud/backend/multiprocessing_helper.py (right): ...
4 years, 6 months ago (2016-06-06 14:12:00 UTC) #9
Benoit L
On 2016/06/06 14:12:00, blundell wrote: > looks fine to me, but Benoit should take a ...
4 years, 6 months ago (2016-06-06 15:28:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2037073002/100001
4 years, 6 months ago (2016-06-06 15:37:26 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:100001)
4 years, 6 months ago (2016-06-06 16:12:50 UTC) #15
commit-bot: I haz the power
4 years, 6 months ago (2016-06-06 16:14:07 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1c8f4c8908c64620cc2becdc971c3b779d9827b2
Cr-Commit-Position: refs/heads/master@{#398041}

Powered by Google App Engine
This is Rietveld 408576698