Skip to content

Commit 84ca40e

Browse files
committed
remove comment
1 parent ccd1698 commit 84ca40e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/index/store/FsDirectoryFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ public IndexInput openInput(String name, IOContext context) throws IOException {
174174
// Force direct I/O for stored field temp fdt files, given that these are used once and then removed:
175175
// (tmp fdt files should only exist when index sorting is enabled)
176176
if (directIODelegate != null && LuceneFilesExtensions.TMP.getExtension().equals(getExtension(name)) && name.contains("fdt")) {
177-
// we need to do these checks on the outer directory since the inner doesn't know about pending deletes
178177
return openInputDirect(name, context);
179178
}
180179

0 commit comments

Comments
 (0)