Title | MRG pool does not update scannedSize |
Status | closed |
Priority | essential |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | The 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. |
Analysis | None |
How found | automated_test |
Evidence | None |
Created by | Gareth Rees |
Created on | 2015-09-02 16:43:50 |
Last modified by | Gareth Rees |
Last modified on | 2015-09-03 11:54:55 |
History | 2015-09-02 GDR Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
188209 | closed | 2015-09-03 11:54:55 | Gareth Rees | Accumulate scannedSize in MRG pool. |