mikemccand commented on a change in pull request #128: URL: https://github.com/apache/lucene/pull/128#discussion_r638781499
########## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ########## @@ -2795,12 +2972,14 @@ public Relation compare(byte[] minPackedValue, byte[] maxPackedValue) { * @lucene.experimental */ public static Status.DocValuesStatus testDocValues( - CodecReader reader, PrintStream infoStream, boolean failFast) throws IOException { Review comment: OK, but on finding a problem in the index, with this change, and with `failFast=true`, `CheckIndex` will still throw an exception, right? It may just take a bit longer since it waits for all concurrent checking to finish for that one segment? -- 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