gsmiller commented on PR #13568: URL: https://github.com/apache/lucene/pull/13568#issuecomment-2289194124
After looking through the change for possible ways it could impact non-faceting tasks, the only thing that jumped out to me was the synchronization of the collector list in `CollectorOwner`. I tried removing the synchronization (since it's only actually needed by drill-sideways for correctness) but luceneutil results didn't improve. So I don't think that's the issue here. -- 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