gf2121 commented on code in PR #12630: URL: https://github.com/apache/lucene/pull/12630#discussion_r1350277816
########## lucene/core/src/test/org/apache/lucene/index/TestBufferedUpdates.java: ########## @@ -61,10 +61,10 @@ public void testRamBytesUsed() { public void testDeletedTerms() { int iters = atLeast(10); String[] fields = new String[] {"a", "b", "c"}; + BufferedUpdates.DeletedTerms actual = new BufferedUpdates.DeletedTerms(); Review Comment: Actually I'm moving this to test `#clear` runs properly, not related to the memory leak issue :) -- 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