Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Issue 7264043: s3: introduce retrying on known errors

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by niemeyer
Modified:
11 years, 2 months ago
Reviewers:
mp+146042, rog
Visibility:
Public.

Description

s3: introduce retrying on known errors https://code.launchpad.net/~niemeyer/goamz/introduce-retrying/+merge/146042 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 17

Patch Set 2 : s3: introduce retrying on known errors #

Patch Set 3 : s3: introduce retrying on known errors #

Patch Set 4 : s3: introduce retrying on known errors #

Patch Set 5 : s3: introduce retrying on known errors #

Total comments: 11

Patch Set 6 : s3: introduce retrying on known errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -54 lines) Patch
A [revision details] View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A aws/attempt.go View 1 2 3 4 5 1 chunk +74 lines, -0 lines 0 comments Download
A aws/attempt_test.go View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
M s3/export_test.go View 1 chunk +10 lines, -0 lines 0 comments Download
M s3/s3.go View 1 2 6 chunks +61 lines, -12 lines 0 comments Download
M s3/s3_test.go View 1 2 3 chunks +13 lines, -1 line 0 comments Download
M s3/s3i_test.go View 1 2 3 4 9 chunks +85 lines, -39 lines 0 comments Download
M s3/s3t_test.go View 1 chunk +5 lines, -0 lines 0 comments Download
M testutil/http.go View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11
niemeyer
Please take a look.
11 years, 3 months ago (2013-02-01 05:56:24 UTC) #1
rog
very nice to see this, thanks! a few comments below, though nothing major. https://codereview.appspot.com/7264043/diff/1/aws/attempt.go File ...
11 years, 3 months ago (2013-02-01 10:04:01 UTC) #2
niemeyer
Please take a look.
11 years, 3 months ago (2013-02-01 18:55:34 UTC) #3
niemeyer
Please take a look. https://codereview.appspot.com/7264043/diff/1/aws/attempt.go File aws/attempt.go (right): https://codereview.appspot.com/7264043/diff/1/aws/attempt.go#newcode29 aws/attempt.go:29: func (a *Attempt) Next() bool ...
11 years, 3 months ago (2013-02-01 20:21:58 UTC) #4
niemeyer
Please take a look.
11 years, 3 months ago (2013-02-01 20:25:49 UTC) #5
niemeyer
Please take a look.
11 years, 3 months ago (2013-02-02 18:20:16 UTC) #6
rog
LGTM with a few minor points. https://codereview.appspot.com/7264043/diff/13001/aws/attempt.go File aws/attempt.go (right): https://codereview.appspot.com/7264043/diff/13001/aws/attempt.go#newcode38 aws/attempt.go:38: if !a.force && ...
11 years, 2 months ago (2013-02-04 11:09:11 UTC) #7
niemeyer
https://codereview.appspot.com/7264043/diff/13001/aws/attempt.go File aws/attempt.go (right): https://codereview.appspot.com/7264043/diff/13001/aws/attempt.go#newcode38 aws/attempt.go:38: if !a.force && !now.Add(sleep).Before(a.end) && a.strategy.Min <= a.count { ...
11 years, 2 months ago (2013-02-04 12:47:09 UTC) #8
rog
https://codereview.appspot.com/7264043/diff/13001/aws/attempt_test.go File aws/attempt_test.go (right): https://codereview.appspot.com/7264043/diff/13001/aws/attempt_test.go#newcode50 aws/attempt_test.go:50: a = aws.AttemptStrategy{Total: 1e8, Min: 2}.Start() On 2013/02/04 12:47:09, ...
11 years, 2 months ago (2013-02-04 13:05:05 UTC) #9
niemeyer
On 2013/02/04 13:05:05, rog wrote: > https://codereview.appspot.com/7264043/diff/13001/aws/attempt_test.go > File aws/attempt_test.go (right): > > https://codereview.appspot.com/7264043/diff/13001/aws/attempt_test.go#newcode50 > ...
11 years, 2 months ago (2013-02-04 13:59:57 UTC) #10
niemeyer
11 years, 2 months ago (2013-02-04 21:33:44 UTC) #11
*** Submitted:

s3: introduce retrying on known errors

R=
CC=
https://codereview.appspot.com/7264043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b