codelipenghui commented on a change in pull request #12469:
URL: https://github.com/apache/pulsar/pull/12469#discussion_r735061242
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java
##########
@@ -979,6 +979,7 @@ private void closeConsumerTasks() {
if (batchReceiveTimeout != null) {
batchReceiveTimeout.cancel();
}
+ negativeAcksTracker.close();
Review comment:
Nice catch!
Could you please help add a test for covering this change?
--
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]