Files
swift/test/unit/obj/test_reconstructor.py
Samuel Merritt ecf47553b5 Make final stats dump after reconstructor runs once
When running in multiprocess mode, the object reconstructor would
periodically aggregate its workers' recon data into a single recon
measurement. However, at the end of the run, all that was left in
recon was the last periodic measurement; any work that took place
after that point was not recored in the aggregate. However, it was
recorded in the per-disk stats that the worker processes emitted.

This commit adds a final recon aggregation after the worker processes
have finished.

Change-Id: Ia6a3a931e9e7a23824765b2ab111a5492e509be8
2018-06-04 15:24:45 -07:00

208 KiB