mayya-sharipova commented on a change in pull request #2256: URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r570461735
########## File path: lucene/core/src/java/org/apache/lucene/index/StandardDirectoryReader.java ########## @@ -169,7 +189,10 @@ static StandardDirectoryReader open( * @lucene.internal */ public static DirectoryReader open( - Directory directory, SegmentInfos infos, List<? extends LeafReader> oldReaders) + Directory directory, Review comment: It looks like `IndexWriter.getReader(...)` path is covered by a previous `open` method on line 123. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org