Changes between Initial Version and Version 1 of Ticket #2116, comment 28


Ignore:
Timestamp:
2014-03-25T03:11:18Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2116, comment 28

    initial v1  
    11Replying to [comment:22 CyberAxe]:
     2{{{
    23>   File \"/home/customer/LAFS_source/src/allmydata/storage/backends/cloud/cloud_common.py\", line 370, in _retry
    34>     d2 = self._handle_error(f, 1, None, description, operation, *args, **kwargs)
     
    56>     d = task.deferLater(self._reactor, BACKOFF_SECONDS_BEFORE_RETRY[trynum-1], operation, *args, **kwargs)
    67> exceptions.AttributeError: S3Container instance has no attribute '_reactor'
     8}}}
    79
    810This is a separate bug in the S3 retry logic. Filed as #2206.