[ 
https://issues.apache.org/jira/browse/LUCENE-5849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077704#comment-14077704
 ] 

Uwe Schindler commented on LUCENE-5849:
---------------------------------------

Thanks for the new test case. [~cnstar9988]'s problem is just caused by better 
bounds checks in RAMDirectory (previously RAMDir was buggy and did not 
correctly detect EOF). If you access a document number out of bounds with 
docvalues, an EOF is expected.

I am also afraid that this is a corner case of LUCENE-5681, but Robert's test 
should catch this :-)

> Scary "read past EOF" in RAMDir
> -------------------------------
>
>                 Key: LUCENE-5849
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5849
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Michael McCandless
>         Attachments: TestBinaryDocIndex.java
>
>
> Nightly build hit this: 
> http://builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/91095
> And I'm able to repro at least once after beasting w/ the right JVM 
> (1.7.0_55) and G1GC.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to