Skip to content
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

[14430] Fix freezes in the RTPS level when transferring large files (backport #2654) #2711

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 1, 2022

This is an automatic backport of pull request #2654 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* Fix handling of a single unsent fragment

Signed-off-by: Igor Abdrakhimov <abdrahimov@arrival.com>

* Refs #14430. Allow base to grow when unsent_changes_ is empty.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14430. Keep track of highest fragment number sent at least once.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14430. Follow the rule of 0.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14430. Consider highest_sent_fragment_ on running window.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14430. Add blackbox test for lossy communications and small fragments.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14430. Fix tests according to track-highest-fragment logic

Signed-off-by: Igor Abdrakhimov <abdrahimov@arrival.com>

* Refs #14430. Fixed unused parameter warning.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14430. Two-stage approach.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14430. Improve multiple NACK_FRAG reception case, and document the code a bit.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14430. Reflect two-stage approach in ReaderProxy tests.

Signed-off-by: Igor Abdrakhimov <abdrahimov@arrival.com>

Co-authored-by: Igor Abdrakhimov <abdrahimov@arrival.com>
Co-authored-by: Miguel Company <MiguelCompany@eprosima.com>
(cherry picked from commit 6c4da37)
@MiguelCompany MiguelCompany merged commit 61544a1 into 2.5.x Jun 2, 2022
@MiguelCompany MiguelCompany deleted the mergify/bp/2.5.x/pr-2654 branch June 2, 2022 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants