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

Issue 210063005: Disabled threaded index-pack for known difficult repositories. (Closed)

Created:
6 years, 9 months ago by szager1
Modified:
6 years, 9 months ago
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Disabled threaded index-pack for known difficult repositories. BUG=349576 R=mmoss@google.com Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259164

Patch Set 1 #

Total comments: 5

Patch Set 2 : Don't set pack.threads for non-blacklisted repos. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -6 lines) Patch
M gclient_scm.py View 3 chunks +3 lines, -3 lines 0 comments Download
M gclient_utils.py View 1 2 chunks +14 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
szager1
6 years, 9 months ago (2014-03-24 21:55:50 UTC) #1
iannucci
https://codereview.chromium.org/210063005/diff/1/gclient_utils.py File gclient_utils.py (right): https://codereview.chromium.org/210063005/diff/1/gclient_utils.py#newcode1007 gclient_utils.py:1007: pack_threads = 1 if url in THREADED_INDEX_PACK_BLACKLIST else 4 ...
6 years, 9 months ago (2014-03-24 23:45:09 UTC) #2
szager1
https://codereview.chromium.org/210063005/diff/1/gclient_utils.py File gclient_utils.py (right): https://codereview.chromium.org/210063005/diff/1/gclient_utils.py#newcode1007 gclient_utils.py:1007: pack_threads = 1 if url in THREADED_INDEX_PACK_BLACKLIST else 4 ...
6 years, 9 months ago (2014-03-24 23:56:44 UTC) #3
mmoss
https://codereview.chromium.org/210063005/diff/1/gclient_utils.py File gclient_utils.py (right): https://codereview.chromium.org/210063005/diff/1/gclient_utils.py#newcode33 gclient_utils.py:33: # These repos are known to cause OOM errors ...
6 years, 9 months ago (2014-03-25 00:21:43 UTC) #4
szager1
https://codereview.chromium.org/210063005/diff/1/gclient_utils.py File gclient_utils.py (right): https://codereview.chromium.org/210063005/diff/1/gclient_utils.py#newcode1007 gclient_utils.py:1007: pack_threads = 1 if url in THREADED_INDEX_PACK_BLACKLIST else 4 ...
6 years, 9 months ago (2014-03-25 00:40:24 UTC) #5
mmoss
lgtm
6 years, 9 months ago (2014-03-25 01:04:36 UTC) #6
szager1
6 years, 9 months ago (2014-03-25 06:02:10 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r259164 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698