dnhatn opened a new pull request #616: LUCENE-8734: Record nextWriteGens in 
SegmentCommitInfo
URL: https://github.com/apache/lucene-solr/pull/616
 
 
   When opening an IndexWriter, we will set nextWriteDelGen,
   nextWriteFieldInfosGen, and nextWriteDocValuesGen beyond what we have in
   the directory to avoid double writes in cases where the previous IW was
   not closed gracefully or the new IW is opened with a previous commit
   (not the latest commit). We need to persist these values; otherwise,
   they will be lost when the current IW is closed.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to