jpountz commented on issue #14108:
URL: https://github.com/apache/lucene/issues/14108#issuecomment-2576298601

   I think I understand the failure. Since the terms dictionary doesn't know 
about the length of its blocks, it always prefetches a length of 1. But if you 
are unlucky and your terms dictionary block spans two pages, then you get a 
page miss.
   
   This failure occurs because the 5 terms that are looked up all belong to a 
block that spans two pages.


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