You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/30 00:10:26 UTC

[GitHub] [pulsar] merlimat opened a new pull request #7108: Message replays on Key shared subscription are breaking ordering

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:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui merged pull request #7108: Message replays on Key shared subscription are breaking ordering

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #7108:
URL: https://github.com/apache/pulsar/pull/7108


   


----------------------------------------------------------------
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:
users@infra.apache.org