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

Issue 1754103002: Send a SIGKILL to masters after 10 seconds if they don't exit from SIGTERM (Closed)

Created:
4 years, 9 months ago by dsansome
Modified:
4 years, 8 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Send a SIGKILL to masters after 10 seconds if they don't exit from SIGTERM BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299527

Patch Set 1 #

Patch Set 2 : Comment #

Patch Set 3 : Kill PGIDs and make it work on OS X #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -1 line) Patch
M masters/master-common-rules.mk View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A scripts/master/kill_pidfile.sh View 1 2 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
dsansome
4 years, 9 months ago (2016-03-02 04:47:54 UTC) #2
Vadim Sh.
(just passing by) Existing implementation has two subtle points that I think might be missing ...
4 years, 9 months ago (2016-03-02 15:41:32 UTC) #3
pgervais-g
On 2016/03/02 15:41:32, Vadim Sh. wrote: > (just passing by) > > Existing implementation has ...
4 years, 9 months ago (2016-03-02 16:23:00 UTC) #4
dsansome
On 2016/03/02 15:41:32, Vadim Sh. wrote: > (just passing by) > > Existing implementation has ...
4 years, 9 months ago (2016-03-18 02:11:59 UTC) #5
dsansome
Ping and +dnj
4 years, 8 months ago (2016-03-29 03:24:28 UTC) #7
dnj
lgtm, nice idea.
4 years, 8 months ago (2016-03-29 04:05:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1754103002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1754103002/60001
4 years, 8 months ago (2016-03-29 04:13:51 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299527
4 years, 8 months ago (2016-03-29 04:17:34 UTC) #13
nodir
it caused https://bugs.chromium.org/p/chromium/issues/detail?id=599874
4 years, 8 months ago (2016-04-06 16:56:36 UTC) #15
ghost stip (do not use)
4 years, 8 months ago (2016-04-06 20:10:47 UTC) #16
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1863083003/ by stip@chromium.org.

The reason for reverting is: In addition to the problems in crbug.com/599874
pointed out by nodir@, I think that this logic is unnecessary given the data in
https://bugs.chromium.org/p/chromium/issues/detail?id=588118. Anything stale was
from well before proper logic was implemented to handle duplicates
(https://chromiumcodereview.appspot.com/1808383002/). Since this may not be
necessary anymore and actively causing trouble, I'm reverting. I'd like to
continue this discussion because I think it's a good issue to have. Perhaps we
can come up with a better way to manage our daemons and ensure only one is
running at a time..

Powered by Google App Engine
This is Rietveld 408576698