You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: server/src/main/java/org/opensearch/index/store/CompositeDirectory.java
+6-10
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ public String[] listAll() throws IOException {
101
101
102
102
/**
103
103
* Removes an existing file in the directory.
104
-
* Currently deleting only from local directory as files from remote should not be deleted due to availability reasons
104
+
* Currently deleting only from local directory as files from remote should not be deleted as that is taken care by garbage collection logic of remote directory
0 commit comments