k2la opened a new pull request #6159: Unacked messages are not redelivered on time on C++ URL: https://github.com/apache/pulsar/pull/6159 ### Motivation On C++ lib, like the following log, unacked messages are redelivered after about 2 * unAckedMessagesTimeout. ``` my-message-0: Wed Jan 29 13:52:39 2020 2020-01-29 13:52:59.210 INFO UnAckedMessageTrackerEnabled:47 | [persistent://k2la/test/topic0, sub1, 0] : 1 Messages were not acked within 10000 time my-message-0: Wed Jan 29 13:52:59 2020 2020-01-29 13:53:19.214 INFO UnAckedMessageTrackerEnabled:47 | [persistent://k2la/test/topic0, sub1, 0] : 1 Messages were not acked within 10000 time my-message-0: Wed Jan 29 13:53:19 2020 ``` ### Modifications - Move `swap` same as https://github.com/apache/pulsar/pull/2590 .
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
