mikemccand commented on issue #7820:
URL: https://github.com/apache/lucene/issues/7820#issuecomment-1816857195

   I merged the first step in this issue -- detecting when this unique 
snowflake form of corruption strikes.
   
   Step 2 is to enable exorcism when there is an `_X.si` file missing, which is 
tricky because the exception thrown (while loading `SegmentInfos`) does not 
make it clear which segment (s) are broken.  @gokaai I think you had some ideas 
on how to do this?  If we improved the thrown exception to add a member 
recording which segment is broken, `CheckIndex` could catch that and know 
exactly which segment to exorcise.


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