Merge "Remove replication prioritization"

This commit is contained in:
Jenkins
2012年10月19日 16:59:09 +00:00
committed by Gerrit Code Review

View File

@@ -589,8 +589,6 @@ class ObjectReplicator(Daemon):
except ValueError, OSError:
continue
random.shuffle(jobs)
# Partititons that need to be deleted take priority
jobs.sort(key=lambda job: not job['delete'])
self.job_count = len(jobs)
return jobs
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.