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