jpountz commented on pull request #1593:
URL: https://github.com/apache/lucene-solr/pull/1593#issuecomment-647511693


   I like the CorruptIndexException because it tells me that the problem is 
that the file got altered after being written, while I would otherwise wonder 
if there is a bug in Lucene. As an alternative, would it work better for you if 
we called `retrieveChecksum(IndexInput)` before the try block, and then again 
with the length (`retrieveChecksum(IndexInput, long)`) after the try block once 
the checksum of the meta file has been validated?


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