Skip to content
  • Giuseppe Lo Presti's avatar
    Fixed bug #103625: Incorrect logic to clean up repack requests may lead · 492fe696
    Giuseppe Lo Presti authored
    submitted requests to disappear.
    The logic to clean up old requests has been changed: failed requests
    are kept respecting the timeout in CastorConfig, successful requests
    may be dropped earlier (as in the past) to keep the SubRequest table from
    growing too much.
    In consequence, the repack reporting has been adapted: the 'migrated'
    count is now computed by difference with the other counters, while the
    'failed' count can be trusted because of the above.
    492fe696