uschindler commented on issue #12396:
URL: https://github.com/apache/lucene/issues/12396#issuecomment-1622126199

   > However, I am not sure why many of the tests are failing, even though the 
tests for Pforutil and forutil are passing. I will take a closer look at the 
specific reasons when I have time. Could changing certain members from long to 
int affect correctness?
   
   This could be because of different memory size. Lucene calculates the memory 
usage of the codec's on heap data. Maybe that now a bit wrong as you have not 
adapted ramBytesUsed() methods in some of the classes.
   
   Without knowing what tests failed (I will try later) I can't give a good 
guess. I can check out later.


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