chrisparrinello opened a new pull request, #15791:
URL: https://github.com/apache/lucene/pull/15791

   ### Description
   
   `TestHnswFloatVectorGraph.testRamUsageEstimate` is failing due to 
```java.lang.RuntimeException: Can't access field 'cells' of class 
'java.util.concurrent.atomic.LongAdder' for RAM estimation.``` exception. 
Looking at the change, it looks like it is due to 
[this](https://github.com/apache/lucene/pull/15590) PR. 
   
   The fix is to assume that `LongAdder` has the same size as a `Long` for RAM 
estimation purposes. 


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