Merge ~cjwatson/launchpad:swift-files-deduplicate into launchpad:master
Proposed by
Colin Watson
Status: | Merged |
---|---|
Approved by: | Colin Watson |
Approved revision: | 67c30a6974378c1e2b7239bdee52fa5544a57d70 |
Merge reported by: | Otto Co-Pilot |
Merged at revision: | not available |
Proposed branch: | ~cjwatson/launchpad:swift-files-deduplicate |
Merge into: | launchpad:master |
Diff against target: |
136 lines (+70/-8) 3 files modified
lib/lp/services/librarianserver/librariangc.py (+7/-4) lib/lp/services/librarianserver/tests/test_gc.py (+60/-1) lib/lp/testing/swift/fakeswift.py (+3/-3) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ioana Lasc (community) | Approve | ||
Review via email:
|
Commit message
Tolerate duplicate files from Swift get_container
Description of the change
The librarian's GC process has been failing with errors such as this for some time:
ClientException: Object DELETE failed: ... 404 Not Found [first 60 chars of response] <html><h1>Not Found</h1><p>The resource could not be found.
It's not completely clear why this is happening, but one possibility is that swift_connectio
To post a comment you must log in.