uschindler commented on pull request #2052: URL: https://github.com/apache/lucene-solr/pull/2052#issuecomment-748530259
I removed the file length handling and cleaned up the whole stuff. I am not sure if the truncate is still needed, but I left it for now. In addition, the IndexInput should no longer be able to read beyond end of file, because I use flip() instead of rewind(), so we know how many bytes are left in the buffer. ---------------------------------------------------------------- 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