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

Issue 18429003: Utilize buildCache in a smarter way to prevent pathological disk I/O storms. (Closed)

Created:
7 years, 5 months ago by Mike Stip (use stip instead)
Modified:
7 years, 5 months ago
CC:
chromium-reviews, cmp-cc_chromium.org, ilevy-cc_chromium.org, cmp, Isaac (away), hinoka
Visibility:
Public.

Description

Utilize buildCache in a smarter way to prevent pathological disk I/O storms. This should reduce latency spikes seen during periods of moderate to low tryserver usage. Background for this patch is discussed in https://codereview.chromium.org/18429003. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=209732

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address iannucci's comments. #

Total comments: 5

Patch Set 3 : Address ilevy's comments. #

Total comments: 2

Patch Set 4 : Actually address ilevy's comments. #

Patch Set 5 : Add README.chromium diff. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -4 lines) Patch
M third_party/buildbot_8_4p1/README.chromium View 1 2 3 4 1 chunk +104 lines, -0 lines 0 comments Download
M third_party/buildbot_8_4p1/buildbot/status/builder.py View 1 2 3 3 chunks +49 lines, -2 lines 0 comments Download
M third_party/buildbot_8_4p1/buildbot/status/web/status_json.py View 1 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Mike Stip (use stip instead)
Please take a look at the above patch. Note that due to review churn, I ...
7 years, 5 months ago (2013-07-02 00:43:54 UTC) #1
iannucci
looks pretty good to me :) https://chromiumcodereview.appspot.com/18429003/diff/1/third_party/buildbot_8_4p1/buildbot/status/builder.py File third_party/buildbot_8_4p1/buildbot/status/builder.py (right): https://chromiumcodereview.appspot.com/18429003/diff/1/third_party/buildbot_8_4p1/buildbot/status/builder.py#newcode363 third_party/buildbot_8_4p1/buildbot/status/builder.py:363: (i, n) for ...
7 years, 5 months ago (2013-07-02 01:15:27 UTC) #2
Mike Stip (use stip instead)
updated. ptal https://codereview.chromium.org/18429003/diff/1/third_party/buildbot_8_4p1/buildbot/status/builder.py File third_party/buildbot_8_4p1/buildbot/status/builder.py (right): https://codereview.chromium.org/18429003/diff/1/third_party/buildbot_8_4p1/buildbot/status/builder.py#newcode363 third_party/buildbot_8_4p1/buildbot/status/builder.py:363: (i, n) for i, n in enumerate(numbers) ...
7 years, 5 months ago (2013-07-02 02:18:34 UTC) #3
Isaac (away)
nice! https://codereview.chromium.org/18429003/diff/6001/third_party/buildbot_8_4p1/buildbot/status/builder.py File third_party/buildbot_8_4p1/buildbot/status/builder.py (right): https://codereview.chromium.org/18429003/diff/6001/third_party/buildbot_8_4p1/buildbot/status/builder.py#newcode334 third_party/buildbot_8_4p1/buildbot/status/builder.py:334: def _safeGetBuild(self, number): maybe name this var 'build_number' ...
7 years, 5 months ago (2013-07-02 02:38:25 UTC) #4
Mike Stip (use stip instead)
https://codereview.chromium.org/18429003/diff/6001/third_party/buildbot_8_4p1/buildbot/status/builder.py File third_party/buildbot_8_4p1/buildbot/status/builder.py (right): https://codereview.chromium.org/18429003/diff/6001/third_party/buildbot_8_4p1/buildbot/status/builder.py#newcode334 third_party/buildbot_8_4p1/buildbot/status/builder.py:334: def _safeGetBuild(self, number): On 2013/07/02 02:38:25, Isaac wrote: > ...
7 years, 5 months ago (2013-07-02 05:43:52 UTC) #5
Isaac (away)
this LGTM -- but wait for robbie or maruel. I don't quite understand why the ...
7 years, 5 months ago (2013-07-02 06:00:47 UTC) #6
Isaac (away)
https://codereview.chromium.org/18429003/diff/12001/third_party/buildbot_8_4p1/buildbot/status/builder.py File third_party/buildbot_8_4p1/buildbot/status/builder.py (right): https://codereview.chromium.org/18429003/diff/12001/third_party/buildbot_8_4p1/buildbot/status/builder.py#newcode327 third_party/buildbot_8_4p1/buildbot/status/builder.py:327: def _resolveBuildNumber(self, build_number): and this one should be number. ...
7 years, 5 months ago (2013-07-02 06:01:42 UTC) #7
iannucci
LGTM. The shuffle is because we: 1) Can't /really/ fix the cache behavior without much ...
7 years, 5 months ago (2013-07-02 18:24:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xusydoc@chromium.org/18429003/23001
7 years, 5 months ago (2013-07-02 18:31:51 UTC) #9
commit-bot: I haz the power
7 years, 5 months ago (2013-07-02 18:32:28 UTC) #10
Message was sent while issue was closed.
Change committed as 209732

Powered by Google App Engine
This is Rietveld 408576698