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/07/08 07:14:58 UTC

[GitHub] [pulsar] ChooHui0429 opened a new issue, #16469: Duplication of data occurs when send from device to pulsar with messageid different but timestamp exactly same upto millisec

ChooHui0429 opened a new issue, #16469:
URL: https://github.com/apache/pulsar/issues/16469

   #### Expected behavior
   
   The number of message received in pulsar should be same as the what the total number of message device send.
   
   #### Actual behavior
   
   1. We send the message from our device to pulsar via websocket.
   
   2. On our device log, we had already send out 2 message within time 2022-07-08 09:14:12 and the status response showing ok means the message already successfully send to the pulsar as shown in below screenshot.
   ![image](https://user-images.githubusercontent.com/78590126/177933246-f5ae3775-f362-4d79-8374-d986af6700fd.png)
   
   4. But when we check into the pulsar topic the duplication of message occurs as shown in below screenshot.
   ![image](https://user-images.githubusercontent.com/78590126/177937052-441256ac-19a0-4df7-bc31-5e3fed3eaab2.png)
   
   5. We found that the message that duplicate have different messageID but same publish timestamp upto millisec. It is impossible that our device sent 2 messages within 1 milisec so we suspect that the pulsar have occurs one duplication of data.
   
   6. This issue occurs 1/5000 message that we send throughout the test. Do you have any ideas about this issues?
   
   #### System configuration
   **Pulsar version**: 2.7.0
   **OS**: Window
   
   #### Additional Information
   - suspected related to the old issues : https://github.com/apache/pulsar/issues/7490
   


-- 
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.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on issue #16469: Duplication of data occurs when send from device to pulsar with messageid different but timestamp exactly same upto millisec

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #16469:
URL: https://github.com/apache/pulsar/issues/16469#issuecomment-1207575291

   The issue had no activity for 30 days, mark with Stale label.


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