ethbak commented on code in PR #16627:
URL: https://github.com/apache/lucene/pull/16627#discussion_r3971458567


##########
lucene/core/src/java/org/apache/lucene/util/hnsw/HnswConcurrentMergeBuilder.java:
##########
@@ -117,6 +155,40 @@ public OnHeapHnswGraph build(int maxOrd) throws 
IOException {
     return getCompletedGraph();
   }
 
+  /**
+   * Repairs the copied graph's disconnected nodes across the worker pool, one 
level at a time from
+   * the top down. The per-level {@link TaskExecutor#invokeAll} is a barrier, 
so {@link

Review Comment:
   Yes thats correct. I updated the wording here to make that more clear.



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