lhotari commented on issue #22709:
URL: https://github.com/apache/pulsar/issues/22709#issuecomment-2112063585

   > Some messages are lost. So when we send 1000000 messages, in directory 
where we store messages we see less than 1000000. We can't specify here how 
much less, because it is a very random situation. Sometimes we have all the 
messages, but sometimes something is missing.
   
   Another point of view is to say that the messages aren't delivered to the 
consumer in your test scenario. It's about the same as message loss from your 
application perspective, but there's a subtle difference. Would you be able to 
check if the messages are stored ok and would be available for delivery on 
another subscription and consumer that is started after this failure scenario. 
It's possible that the message loss happens in delivery on the consumer side. 
   
   What subscription type are you using? How do you handle acknowledgements?
   
   Please share the internal stats for the topic and the subscription (use 
`pulsar-admin topics stats-internal [topicname]` to get it). That would reveal 
useful information about the internal states.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to