Technoboy- opened a new pull request, #15356:
URL: https://github.com/apache/pulsar/pull/15356

   ### Motivation
   
   Add test for negative ack API to ensure that when negative msg, the msg has 
been removed from `UnAckedMessageTracker`.
   
   Before this test, there may exist that `negative ack doesn't remove the 
message id from UnAckedMessageTracker when message id is instance of 
BatchMessageIdImpl`with related issue #6869.
   
   I think #6869 has been fixed by #9440 and after discussion,  we decide to 
add this test to ensure that negative ack would remove BatchMessageIdImpl.
   
   ### Documentation
   
   - [x] `no-need-doc` 
   (Please explain why)
   


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

Reply via email to