dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingestor: Split deletion of obsolete products into multiple transactions

tangobravo62 opened this issue · comments

Product files are deleted automatically once they reach their defined eviction time (if any). Currently all product files found in one run of the cleanup thread (in class CleanupProductThread) are deleted in a single transaction. This shall be changed to one transaction per product file, since a single run may have to delete a large number of products.