Description
BlockPoolSlice#addToReplicsMap() should log the failure for the operation that deletes restart metadata file.
The current code did the opposite, log the failures on succeed deletion:
if (restartMeta.delete()) { FsDatasetImpl.LOG.warn("Failed to delete restart meta file: " + restartMeta.getPath()); }