gsmiller commented on issue #12418:
URL: https://github.com/apache/lucene/issues/12418#issuecomment-1832886094

   I think I know what's going on here, and I believe #12853 fixes it. In both 
seeds mentioned here, I've noticed that the drill-sideways query short-circuits 
on at least one segment, knowing it has no results. Specifically, a null 
BulkScorer gets returned from DrillSidewaysQuery. The problem with this is that 
the "sideways" facet collectors get left hanging, and nothing calls #finish on 
them.
   
   I reproduced with both seeds on 9x and main, and verified the above fix 
works in all cases.


-- 
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

Reply via email to