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

Issue 1777153002: Improve retry support for media network loading. (Closed)

Created:
4 years, 9 months ago by hubbe
Modified:
4 years, 9 months ago
Reviewers:
DaleCurtis
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Improve retry support for media network loading. Retry 30 times in 30 seconds instead of 3 times in 750ms. The retries are spaced so that the first retry is 250ms, second is 300ms, then 350ms, etc. BUG=592703 Committed: https://crrev.com/018c484fd85b3a64ef1037191ca513b389fa21ff Cr-Commit-Position: refs/heads/master@{#380723}

Patch Set 1 #

Total comments: 6

Patch Set 2 : comments addressed, tests updated #

Total comments: 6

Patch Set 3 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -66 lines) Patch
M media/blink/buffered_data_source.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M media/blink/buffered_data_source.cc View 1 2 2 chunks +10 lines, -5 lines 0 comments Download
M media/blink/buffered_data_source_unittest.cc View 1 2 2 chunks +10 lines, -24 lines 0 comments Download
M media/blink/multibuffer_data_source_unittest.cc View 1 3 chunks +30 lines, -32 lines 0 comments Download
M media/blink/resource_multibuffer_data_provider.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M media/blink/resource_multibuffer_data_provider.cc View 1 2 3 chunks +9 lines, -5 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (5 generated)
hubbe
4 years, 9 months ago (2016-03-10 00:44:11 UTC) #2
DaleCurtis
https://codereview.chromium.org/1777153002/diff/1/media/blink/buffered_data_source_unittest.cc File media/blink/buffered_data_source_unittest.cc (right): https://codereview.chromium.org/1777153002/diff/1/media/blink/buffered_data_source_unittest.cc#newcode636 media/blink/buffered_data_source_unittest.cc:636: for (int i = 0; i < 30; i++) ...
4 years, 9 months ago (2016-03-10 01:23:32 UTC) #3
hubbe
https://codereview.chromium.org/1777153002/diff/1/media/blink/buffered_data_source_unittest.cc File media/blink/buffered_data_source_unittest.cc (right): https://codereview.chromium.org/1777153002/diff/1/media/blink/buffered_data_source_unittest.cc#newcode636 media/blink/buffered_data_source_unittest.cc:636: for (int i = 0; i < 30; i++) ...
4 years, 9 months ago (2016-03-11 03:18:53 UTC) #4
DaleCurtis
lgtm https://codereview.chromium.org/1777153002/diff/20001/media/blink/buffered_data_source.h File media/blink/buffered_data_source.h (right): https://codereview.chromium.org/1777153002/diff/20001/media/blink/buffered_data_source.h#newcode125 media/blink/buffered_data_source.h:125: // Number of times we retry before erroring ...
4 years, 9 months ago (2016-03-11 16:36:32 UTC) #5
hubbe
https://codereview.chromium.org/1777153002/diff/20001/media/blink/buffered_data_source.h File media/blink/buffered_data_source.h (right): https://codereview.chromium.org/1777153002/diff/20001/media/blink/buffered_data_source.h#newcode125 media/blink/buffered_data_source.h:125: // Number of times we retry before erroring out. ...
4 years, 9 months ago (2016-03-11 18:15:56 UTC) #6
DaleCurtis
lgtm, thanks!
4 years, 9 months ago (2016-03-11 18:47:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777153002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777153002/40001
4 years, 9 months ago (2016-03-11 18:52:56 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/195552)
4 years, 9 months ago (2016-03-11 19:38:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777153002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777153002/40001
4 years, 9 months ago (2016-03-11 20:15:16 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-11 21:03:11 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 21:04:21 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/018c484fd85b3a64ef1037191ca513b389fa21ff
Cr-Commit-Position: refs/heads/master@{#380723}

Powered by Google App Engine
This is Rietveld 408576698