viliam-durina commented on issue #14334:
URL: https://github.com/apache/lucene/issues/14334#issuecomment-2771546918

   There was no crash, that's the problem. You wrote a file, then opened it 
again for reading and it's corrupted, and there was no IO error reported. 
   
   As I said, if you close a file without fsyncing, write-back errors con't be 
reported to the writing process. The IO error might be a network glitch on your 
SAN, which doesn't automatically crash the whole system.


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

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

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