aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/s3_InternalIOException__63__/comment_1_42bd2d1e364203f1b34efcc34ac795b8._comment
blob: 544c8998f8e3943fd56053013d7186dde240f9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-06-15T18:57:07Z"
 content="""
Are you sure that it was subsequent transfers of other keys that failed,
and not subsequent transfers of chunks of the same key?

The latter seems more likely. There is a cached connection to S3 that is
reused when uploading chunks of a key. But, each transfer of a key
currently runs using its own individual connection. Difficulties with
connections that close or are left running too long are why the S3 remote
doesn't yet reuse connections.
"""]]