benwtrent commented on issue #13478: URL: https://github.com/apache/lucene/issues/13478#issuecomment-2160620126
OK, the NPE in sort, I did some manual debugging via good ole `System.out.println`. This only happens in the assertion if the cache check is greater than 1, which does seem to happen with intra-merge concurrency. However, if I undo all the concurrency and printout the assertion check lines (that pass in without concurrency), I still see that `sort: null`. This tells me that this assertion has always had an issue with `sort == null` and not double checking it. -- 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...@lucene.apache.org 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