Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle NoSuchFileException when attempting to delete decref'd files.
To avoid divergent logic with remote store, we always incref/decref the segmentinfos.files(true) which includes the segments_n file. Decref to 0 will attempt to delete the file from the store and its possible this _n file does not yet exist. This change will ignore if we get a noSuchFile while attempting to delete. Signed-off-by: Marc Handalian <[email protected]>
- Loading branch information