Changes between Initial Version and Version 1 of Ticket #2116, comment 28
- Timestamp:
- 2014-03-25T03:11:18Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2116, comment 28
initial v1 1 1 Replying to [comment:22 CyberAxe]: 2 {{{ 2 3 > File \"/home/customer/LAFS_source/src/allmydata/storage/backends/cloud/cloud_common.py\", line 370, in _retry 3 4 > d2 = self._handle_error(f, 1, None, description, operation, *args, **kwargs) … … 5 6 > d = task.deferLater(self._reactor, BACKOFF_SECONDS_BEFORE_RETRY[trynum-1], operation, *args, **kwargs) 6 7 > exceptions.AttributeError: S3Container instance has no attribute '_reactor' 8 }}} 7 9 8 10 This is a separate bug in the S3 retry logic. Filed as #2206.