-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[22368] Zerocopy data reader loses data #4715
Comments
Hi @ussefdesouky. Thanks for your report! We will attempt to reproduce it on a maintained version and get back to you with our findings. In the meantime, could you confirm if you used the same version to reproduce the error or a different one, @Eternity1987? |
fastdds version is 2.14.3, but it sometimes happen |
Virtual memory management could give a different virtual address on each process to the same physical address. |
Regarding the data losses, please consider whether the limitation on this section of the documentation is being taken into account. It would be nice if you could send a reproducer. @ussefdesouky Please bear in mind that, unless you are explicitly stating the QoS profile you want to use, the configuration on the XML you posted would not be applied since the profiles don't have the |
Is there an already existing issue for this?
Expected behavior
I expect that the data published by the writer will be received and read by the reader.
Current behavior
the writer publishes the data, but the the reader drops some of it.
Also why the reader sample not having the same address as the writer, they just share part of the address
So it nearly dropped 90 msgs, despite if I run the subscriber 100 msgs after the publisher the subscriber can get the first 100 msgs from the history.
Also the pool is not yet full as it has 530 samples.
Steps to reproduce
Down below you will find my writer profile, and the reader profile will be the same.
Fast DDS version/commit
2.11.2
Platform/Architecture
Other. Please specify in Additional context section.
Transport layer
Zero copy
Additional context
I am working on docker image with ubuntu 22.04 installed
XML configuration file
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: