← Back to team overview

registry team mailing list archive

[Bug 670648] [NEW] Replicator bug in hash_suffix

 

Public bug reported:

hash_suffix is removing items from a list while iterating over it. fix:
instead of:
for filename in files:

do something like:

for filename in files[:]:

** Affects: swift
     Importance: Undecided
     Assignee: David Goetz (david-goetz)
         Status: New

** Changed in: swift
     Assignee: (unassigned) => David Goetz (david-goetz)

-- 
Replicator bug in hash_suffix
https://bugs.launchpad.net/bugs/670648
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack Object Storage (swift).



Follow ups

References