msokolov commented on issue #12627:
URL: https://github.com/apache/lucene/issues/12627#issuecomment-2032182137

   I want to revive this discussion about disconnectedness. I think the 
two-pass idea is where we would have to go in order to ensure a connected 
graph, and in order to implement that we need to incorporate a segmentation or 
labeling step. Before we get to trying to implement that in a "production" 
indexing setup though I would like to incorporate some of these tools in our 
test framework. This will enable us to provide test assertions that are aware 
of graph connectedness. Today we occasionally see random failures due to 
disconnected graphs and this has led us to have looser test assertions than we 
might otherwise be able to do. As a first step we can create (or re-use -- did 
we already create them here?) some tools for counting and sizing connected 
components, and then also for patching them together. Could we relax the 
maxconns when patching in order to avoid re-disconnecting?
   


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