Replicator bug in hash_suffix

Bug #670648 reported by David Goetz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Fix Released
Undecided
David Goetz

Bug Description

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[:]:

Related branches

Changed in swift:
assignee: nobody → David Goetz (david-goetz)
clayg (clay-gerrard)
Changed in swift:
status: New → Fix Committed
Chuck Thier (cthier)
Changed in swift:
milestone: none → 1.2.0
Chuck Thier (cthier)
Changed in swift:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.