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 2022/03/16 18:33:13 UTC

[GitHub] [pulsar] zubchenok opened a new issue #14721: Broken subsequence of delayed messages

zubchenok opened a new issue #14721:
URL: https://github.com/apache/pulsar/issues/14721


   **Describe the bug**
   Delayed messages to shared topic breaks subsequence of messages and delivered earlier than expected.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Setup local standalone pulsar 
   2. Send messages every 20ms with the same deliverAt timestamp *10000ms* and with payload of millisecond when sending was started.
   3. Log received messages payload.
   
   I start receiving all messages after 9 seconds and it I have in log:
   
   ```
   9001ms
   1ms
   21ms
   41ms
   61ms
   81ms
   ...
   8981ms
   (here should be 9001ms)
   9021ms
   9041ms
   ...
   ```
   
   **Expected behavior**
   Two expectations:
   1. Most important I expect first message to be received is message '1ms' and message '9001ms' after '8981ms'.
   2. I expect start receiving messages after 10 seconds
   
   Issue is reproduced in 2.8.0 and 2.9.1


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] liudezhi2098 edited a comment on issue #14721: Broken subsequence of delayed messages

Posted by GitBox <gi...@apache.org>.
liudezhi2098 edited a comment on issue #14721:
URL: https://github.com/apache/pulsar/issues/14721#issuecomment-1069826197


   I can try it.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] liudezhi2098 commented on issue #14721: Broken subsequence of delayed messages

Posted by GitBox <gi...@apache.org>.
liudezhi2098 commented on issue #14721:
URL: https://github.com/apache/pulsar/issues/14721#issuecomment-1069826197


   I can try.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] mattisonchao commented on issue #14721: Broken subsequence of delayed messages

Posted by GitBox <gi...@apache.org>.
mattisonchao commented on issue #14721:
URL: https://github.com/apache/pulsar/issues/14721#issuecomment-1069826118


   @codelipenghui  I want to help with this issue.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] mattisonchao commented on issue #14721: Broken subsequence of delayed messages

Posted by GitBox <gi...@apache.org>.
mattisonchao commented on issue #14721:
URL: https://github.com/apache/pulsar/issues/14721#issuecomment-1072315690


   Hi, @zubchenok 
   
   I have already reproduced both problems, I will try to fix them ASAP.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] mattisonchao commented on issue #14721: Broken subsequence of delayed messages

Posted by GitBox <gi...@apache.org>.
mattisonchao commented on issue #14721:
URL: https://github.com/apache/pulsar/issues/14721#issuecomment-1072315690


   Hi, @zubchenok 
   
   I have already reproduced both problems, I will try to fix them ASAP.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org