MPS issue job003937

TitleMRG pool does not update scannedSize
Statusclosed
Priorityessential
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionThe collector strategy depends on measuring the work done scanning segments. Only the pool class knows how much scanning work was done, so it is the responsibility of the pool class to update the scannedSize member of the ScanState structure. But the MRG pool fails to do so. This means that when a significiant proportion of condemned objects are in an MRG pool, then the strategy will go wrong.
AnalysisNone
How foundautomated_test
EvidenceNone
Created byGareth Rees
Created on2015-09-02 16:43:50
Last modified byGareth Rees
Last modified on2015-09-03 11:54:55
History2015-09-02 GDR Created.

Fixes

Change Effect Date User Description
188209 closed 2015-09-03 11:54:55 Gareth Rees Accumulate scannedSize in MRG pool.