Files
swift/test/unit/obj/test_updater.py
Samuel Merritt 47aff724bb Log updater stats once per pass, not per policy
The object updater emits a log line saying "Object update sweep
completed on <disk> in <time>: <lots-of-stats>" after finishing each
storage policy's async pendings. That's not right; an update sweep is
completed on a device when you've looked at all the async pendings on
the device.

This commit moves the "sweep completed" message so it's once per
device, not per policy.

Change-Id: Ibb5f02a18ac431da230afe30c556a756f60d1680
2018-05-30 14:35:21 -07:00

47 KiB