You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2019/11/10 00:54:18 UTC

[GitHub] [lucene-solr] murblanc commented on issue #998: LUCENE-9037: ArrayIndexOutOfBoundsException due to repeated IOExcepti…

murblanc commented on issue #998: LUCENE-9037: ArrayIndexOutOfBoundsException due to repeated IOExcepti…
URL: https://github.com/apache/lucene-solr/pull/998#issuecomment-552151652
 
 
   DocumentsWriter.updateDocument() and DocumentsWriter.updateDocuments() check if flush needed in case of non aborting exceptions.
   Removed some checks/asserts on getNumDocsInRAM() > 0 as we might now need to free DocumentsWriterPerThread having no docs.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org