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

Issue 704893002: Domain Reliability: Switch to BackoffEntry in Scheduler (Closed)

Created:
6 years, 1 month ago by Deprecated (see juliatuttle)
Modified:
6 years, 1 month ago
Reviewers:
*davidben
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@parse_retry_after_header
Project:
chromium
Visibility:
Public.

Description

Domain Reliability: Switch to BackoffEntry in Scheduler Previously, Domain Reliability was using homegrown backoff handling code. Switch to using the existing BackoffEntry. BUG= Committed: https://crrev.com/dd6819b1522473ae11b98cb60b8b613af01f4b56 Cr-Commit-Position: refs/heads/master@{#303296}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update GetWebUIData #

Patch Set 3 : Extract maximum backoff as constant #

Patch Set 4 : And a couple other things #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -48 lines) Patch
M components/domain_reliability/scheduler.h View 2 chunks +8 lines, -12 lines 0 comments Download
M components/domain_reliability/scheduler.cc View 1 2 3 8 chunks +36 lines, -36 lines 1 comment Download
M components/domain_reliability/scheduler_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/domain_reliability/util.h View 2 chunks +16 lines, -0 lines 0 comments Download
M components/domain_reliability/util.cc View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Deprecated (see juliatuttle)
PTAL, davidben.
6 years, 1 month ago (2014-11-05 23:05:03 UTC) #3
davidben
https://codereview.chromium.org/704893002/diff/1/components/domain_reliability/scheduler.cc File components/domain_reliability/scheduler.cc (right): https://codereview.chromium.org/704893002/diff/1/components/domain_reliability/scheduler.cc#newcode85 components/domain_reliability/scheduler.cc:85: backoff_policy_.entry_lifetime_ms = 60 * 60 * 1000; Nit: maybe ...
6 years, 1 month ago (2014-11-06 22:39:36 UTC) #4
Deprecated (see juliatuttle)
PTAL, davidben. https://codereview.chromium.org/704893002/diff/1/components/domain_reliability/scheduler.cc File components/domain_reliability/scheduler.cc (right): https://codereview.chromium.org/704893002/diff/1/components/domain_reliability/scheduler.cc#newcode85 components/domain_reliability/scheduler.cc:85: backoff_policy_.entry_lifetime_ms = 60 * 60 * 1000; ...
6 years, 1 month ago (2014-11-07 19:45:09 UTC) #5
davidben
lgtm https://codereview.chromium.org/704893002/diff/60001/components/domain_reliability/scheduler.cc File components/domain_reliability/scheduler.cc (right): https://codereview.chromium.org/704893002/diff/60001/components/domain_reliability/scheduler.cc#newcode90 components/domain_reliability/scheduler.cc:90: backoff_policy_.entry_lifetime_ms = 0; Just to confirm, this bit ...
6 years, 1 month ago (2014-11-07 20:06:04 UTC) #6
Deprecated (see juliatuttle)
On 2014/11/07 20:06:04, David Benjamin wrote: > lgtm > > https://codereview.chromium.org/704893002/diff/60001/components/domain_reliability/scheduler.cc > File components/domain_reliability/scheduler.cc (right): ...
6 years, 1 month ago (2014-11-07 20:42:58 UTC) #7
Deprecated (see juliatuttle)
6 years, 1 month ago (2014-11-07 20:43:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/704893002/60001
6 years, 1 month ago (2014-11-07 20:44:08 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-11-07 21:34:32 UTC) #11
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/dd6819b1522473ae11b98cb60b8b613af01f4b56 Cr-Commit-Position: refs/heads/master@{#303296}
6 years, 1 month ago (2014-11-07 21:35:12 UTC) #12
raymes
6 years, 1 month ago (2014-11-10 01:11:30 UTC) #13
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/709333003/ by raymes@chromium.org.

The reason for reverting is: Speculative revert to attempt to fix
https://code.google.com/p/chromium/issues/detail?id=431608.

Powered by Google App Engine
This is Rietveld 408576698