zhaih commented on code in PR #12660:
URL: https://github.com/apache/lucene/pull/12660#discussion_r1367958754


##########
lucene/core/src/test/org/apache/lucene/util/hnsw/HnswGraphTestCase.java:
##########
@@ -709,6 +710,7 @@ public void testHnswGraphBuilderInvalid() throws 
IOException {
         IllegalArgumentException.class, () -> 
HnswGraphBuilder.create(scorerSupplier, 10, 0, 0));
   }
 
+  @Ignore

Review Comment:
   Ah, this is something I need some help, I think the real problem here is 
this line
   ```
   ramUsed(hnsw)
   ```
   Cannot evaluate how much ram is used by the read write lock attached to each 
neighborArray... So it throws error however I do the estimation...



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