easyice commented on PR #13376:
URL: https://github.com/apache/lucene/pull/13376#issuecomment-2117847222

   > Does the exception happen because the remainder part of a postings list 
(after all length 128 blocks are done), which we now encode with GroupVInt, had 
a docID delta that was >= 1<<30, when the postings are also storing freqs?
   
   Yes, exactly. I guess the docID delta that was `>= 1<<30` s likely rare-ish
   
   > But is the GroupVInt change released in 9.x? Is this maybe enough to 
warrant a bugfix release if so?
   
   GroupVInt was released at 9.9.0 
https://lucene.apache.org/core/9_9_0/changes/Changes.html#v9.9.0.optimizations
   +1 for bugfix release, what do you think?
   


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