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

Yonik Seeley commented on LUCENE-1995:
--------------------------------------

bq. Anyway, this is specific use case of reporter; I didn't have ANY problems 
with ramBufferSizeMB: 8192

We've been over this on solr-user.  If your usage actually went above 2GB, you 
would have had a problem.  8192 is not a valid value, we don't support it, and 
now we'll throw an exception if it's over 2048.

bq. And what exactly causes the problem is unclear; having explicit check for 
2048 is just workaround... quick shortcut...

No, we only support a max of 2GB ram buffer, by design currently.  So the 
explicit check is so you get the error immediately instead of far into an 
indexing process.

> ArrayIndexOutOfBoundsException during indexing
> ----------------------------------------------
>
>                 Key: LUCENE-1995
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1995
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 2.9
>            Reporter: Yonik Seeley
>            Assignee: Michael McCandless
>             Fix For: 2.9.1
>
>
> http://search.lucidimagination.com/search/document/f29fc52348ab9b63/arrayindexoutofboundsexception_during_indexing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to