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

Issue 2464163003: Domain Reliability: Expire queued beacons after 1 hour. (Closed)

Created:
4 years, 1 month ago by Julia Tuttle
Modified:
4 years, 1 month ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Domain Reliability: Expire queued beacons after 1 hour. This isn't perfect -- it doesn't reschedule uploads when beacons expire, and it assumes beacon start times are roughly in increasing order -- but it should get the job done. (The imperfections may result in it uploading the beacon *after* an expired one slightly early, or uploading an expired beacon because it started before but ended after an unexpired beacon that therefore ended up *before* it in the queue.) (A more thorough version of this would keep an explicit "queued time" field, but I'm hoping to merge this, so I want the simplest working solution.) BUG=661632 Committed: https://crrev.com/619e356507bb7c8f8e39981f662117af591f6cfa Cr-Commit-Position: refs/heads/master@{#430060}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M components/domain_reliability/context.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/domain_reliability/context.cc View 2 chunks +11 lines, -0 lines 1 comment Download
M components/domain_reliability/context_unittest.cc View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
Julia Tuttle
PTAL, rdsmith.
4 years, 1 month ago (2016-11-03 20:09:09 UTC) #8
Julia Tuttle
On 2016/11/03 20:09:09, Julia Tuttle wrote: > PTAL, rdsmith. Clarified description, as requested in person.
4 years, 1 month ago (2016-11-03 22:47:59 UTC) #11
Randy Smith (Not in Mondays)
"it doesn't reschedule uploads when beacons expire": I'd feel a bit happier if this was ...
4 years, 1 month ago (2016-11-04 16:06:29 UTC) #12
Julia Tuttle
On 2016/11/04 16:06:29, Randy Smith - Not in Mondays wrote: > "it doesn't reschedule uploads ...
4 years, 1 month ago (2016-11-04 19:29:55 UTC) #14
Randy Smith (Not in Mondays)
On 2016/11/04 19:29:55, Julia Tuttle wrote: > On 2016/11/04 16:06:29, Randy Smith - Not in ...
4 years, 1 month ago (2016-11-04 19:37:27 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2464163003/1
4 years, 1 month ago (2016-11-04 20:32:48 UTC) #17
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-11-04 23:11:14 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-11-04 23:16:29 UTC) #21
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/619e356507bb7c8f8e39981f662117af591f6cfa
Cr-Commit-Position: refs/heads/master@{#430060}

Powered by Google App Engine
This is Rietveld 408576698