msokolov commented on issue #14118: URL: https://github.com/apache/lucene/issues/14118#issuecomment-2578618058
It seems this was a bug introduced with https://github.com/apache/lucene/pull/14097 where we made a subtle change to preserve HNSW graph max-connections parameter from existing graphs when reordering rather than using the codec's configured value. This also applies to merging when we merge on to an existing graph as we attempt to do to save work. Ordinarily these values will always be the same, but when a graph that was written with a different Codec is read, the values can vary. -- 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