dnhatn commented on PR #13190:
URL: https://github.com/apache/lucene/pull/13190#issuecomment-2016724945

   Elasticsearch CI has identified an issue related to this change. The 
PerFieldDocValuesFormat and PerFieldPostingsFormat, which mutate and reset the 
fieldInfos of the mergeState while executing a merge. Consequently, other 
ongoing merges may fail to access some fieldInfos.
   
   
https://github.com/apache/lucene/blob/e2788336d49c56050b3cea5944008bcffe35dcb1/lucene/core/src/java/org/apache/lucene/codecs/perfield/PerFieldDocValuesFormat.java#L150-L158
   
   
https://github.com/apache/lucene/blob/04f335ad79cae019d1a552e41e0029d061d8e3d9/lucene/core/src/java/org/apache/lucene/codecs/perfield/PerFieldPostingsFormat.java#L196-L214


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