cpoerschke commented on code in PR #3053: URL: https://github.com/apache/solr/pull/3053#discussion_r1928384222
########## solr/core/src/java/org/apache/solr/core/backup/repository/BackupRepository.java: ########## @@ -216,7 +216,7 @@ default void copyIndexFileFrom( Directory sourceDir, String sourceFileName, Directory destDir, String destFileName) throws IOException { boolean success = false; - try (ChecksumIndexInput is = sourceDir.openChecksumInput(sourceFileName, IOContext.READONCE); + try (ChecksumIndexInput is = sourceDir.openChecksumInput(sourceFileName); Review Comment: links: * https://github.com/apache/lucene/blob/releases/lucene/9.12.1/lucene/core/src/java/org/apache/lucene/store/Directory.java#L155-L157 * https://github.com/apache/lucene/blob/releases/lucene/10.1.0/lucene/core/src/java/org/apache/lucene/store/Directory.java#L155-L157 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org