Skip to content

Commit 9a71131

Browse files
committed
Remove leftover
1 parent 795a0a1 commit 9a71131

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/common/blobstore/fs/FsBlobContainer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public void writeBlobAtomic(final String blobName, final InputStream inputStream
158158
}
159159
throw ex;
160160
} finally {
161-
IOUtils.deleteFilesIgnoringExceptions(tempBlobPath);
162161
IOUtils.fsync(path, true);
163162
}
164163
}

0 commit comments

Comments
 (0)