Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle cached file delete where path does not exist
While testing flakiness of disk-based cache delete metrics, it was found that eviction may happen from different reasons and the path may already be deleted. To avoid a runtime exception (that is anyway shallowed by listener execution), this PR introduces some validation before checking size.
- Loading branch information