Changes between Initial Version and Version 1 of Ticket #1987, comment 4


Ignore:
Timestamp:
2013-05-28T01:13:38Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1987, comment 4

    initial v1  
    1 After examining the logs more closely, I think I misinterpreted the problem. The upload failed because four consecutive HTTP PUT requests to Azure failed (with {{{ConnectionLost}}} exceptions). Then the share chunks were deleted because that is the behaviour coded in [https://github.com/LeastAuthority/tahoe-lafs/blob/1819-cloud-merge/src/allmydata/storage/bucket.py#L88 BucketWriter._abort].
     1After examining the logs more closely, I think I misinterpreted the problem. The upload failed because four consecutive HTTP PUT requests to Azure failed (with ~~{{{ConnectionLost}}}~~ {{{TimeoutError}}} exceptions). Then the share chunks were deleted because that is the behaviour coded in [https://github.com/LeastAuthority/tahoe-lafs/blob/1819-cloud-merge/src/allmydata/storage/bucket.py#L88 BucketWriter._abort].