msokolov commented on issue #15467: URL: https://github.com/apache/lucene/issues/15467#issuecomment-3602429870
Itseems top be happening in the `repairDisconnectNodes` operation; when adding the nodes, `NeighborArray.addOutOfOrder` doesn't check to see if the node is already present in the neighbor list -- this is when adding the reverse link. I wonder if in this context we should skip the adding of reverse links? We could have a version of addDiverseNeighbors that only adds the forward link. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
