You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i can search any location set the readdProxy changes_for_reader_ element set status to ACKNOWLEDGED.
here,Sequence numbers before Base are set as Acknowledged.
but no element set Acknowledged. so , there is a bug to fix?
Current behavior
no where set the status Acknowledged
Steps to reproduce
just see code
Fast DDS version/commit
tag 3.1.1
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
TCPv4
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered:
In the latest versions, the memory management of changes has been improved. Instead of explicitly tracking all acknowledged changes, a low_mark is now used to indicate that all changes prior to it have been acknowledged. These older changes are subsequently removed since they are no longer useful.
As a result, the status ACKNOWLEDGED is no longer set explicitly, as this information would be redundant with the low_mark. This approach enhances efficiency by reducing unnecessary data handling.
That said, you're correct that there are still comparisons with the ACKNOWLEDGED state in the code, and these can indeed lead to confusion. To avoid further confusion and to eliminate unnecessary conditional statements about the ACKNOWLEDGED state, we plan to clean up the code and remove these comparisons in future releases. However, this is not a bug, as the current behavior of the software is the expected one.
Thank you for raising this issue, if you have further questions or concerns, feel free to share them. We appreciate your feedback!
Is there an already existing issue for this?
Expected behavior
i can search any location set the readdProxy changes_for_reader_ element set status to ACKNOWLEDGED.
here,Sequence numbers before Base are set as Acknowledged.
but no element set Acknowledged. so , there is a bug to fix?
Current behavior
no where set the status Acknowledged
Steps to reproduce
just see code
Fast DDS version/commit
tag 3.1.1
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
TCPv4
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: