Opened at 2012-02-16T18:04:45Z
Last modified at 2016-06-28T18:17:14Z
#1678 closed defect
S3 backend: either handle or avoid truncated get_bucket responses — at Initial Version
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.14.0 |
Component: | code-storage | Version: | 1.9.0-s3branch |
Keywords: | s3-backend 410 | Cc: | |
Launchpad Bug: |
Description
The GET Bucket AWS call may return a truncated response, by default after 1000 objects (doc). Currently we don't take that into account (actually I forgot that we didn't :-( ), which might be causing some of the 410 Gone errors.
In the meantime, here is a patch to log this case as WEIRD, so that it will trigger an incident.
Note: See
TracTickets for help on using
tickets.