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