risingwave_meta::hummock::manager::context

Function check_sst_retention

source
fn check_sst_retention(
    now: u64,
    retention_sec: u64,
    sst_infos: impl Iterator<Item = (HummockSstableObjectId, u64)>,
) -> Result<()>