divijvaidya opened a new pull request, #15094: URL: https://github.com/apache/kafka/pull/15094
For more detail, please check [KAFKA-16052](https://issues.apache.org/jira/browse/KAFKA-16052). The mockito will keep the invocation history in the test suite and cause the huge heap usage. Since the mock replicaManager is only used to bypass the replicaManager constructor without verifying/mocking anything, we can create a real dummy replicaManager to avoid the mockito invocation history in memory. Co-authored-by: Luke Chen <[email protected]> -- 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]
