merlimat opened a new pull request #7108: URL: https://github.com/apache/pulsar/pull/7108
Note: this is based on top of #6791, #7104, #7105, #7106 and #7107. Once these are merged, I'll rebase here. For the sake of this review, check commit 3afe89bea ### Motivation When doing replays, the key shared dispatcher is relying on the `ConcurrentSortedLongPairSet` for getting message ids in order. That set though is only doing a best-effort sorting, resulting in out of order errors. We need to ensure the ordering. ---------------------------------------------------------------- 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]
