benwtrent commented on PR #15003:
URL: https://github.com/apache/lucene/pull/15003#issuecomment-3497692104

   Love the results!
   
   I bet the issue with higher maxconn is that the layer is sparsely connected 
already, meaning very few deletes throw you under the `50%` threshold. I am not 
sure how to calculate the "expected percentage connected", but I suspect is 
under 50% for high max conn.
   
   I am guessing its too tricky given the current APIs to make that 50% 
relative to the connections the graph had BEFORE the deletes?
   
   Meaning, if node `A` only had `16` connections (though maxconn was 64), we 
would only push it to be reconnected once it reached `8` (half its non-deleted) 
connections?


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

Reply via email to