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

[16133] Fix corner cases on external locators selection #3079

Merged
merged 8 commits into from
Nov 11, 2022
Merged

Conversation

MiguelCompany
Copy link
Member

@MiguelCompany MiguelCompany commented Nov 8, 2022

Description

This PR fixes some corner cases for the communication between containers on different hosts when discovered using the external locators feature.

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added.
  • Any new/modified methods have been properly documented using Doxygen.
  • Fast DDS test suite has been run locally.
  • Changes are ABI compatible.
  • Changes are API compatible.
  • N/A Documentation builds and tests pass locally.
  • N/A New feature has been added to the versions.md file (if applicable).
  • N/A New feature has been documented/Current behavior is correctly described in the documentation.

Reviewer Checklist

  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@MiguelCompany MiguelCompany changed the title Avoid dropping of UDP locators on certain corner cases [16133] Avoid dropping of UDP locators on certain corner cases Nov 8, 2022
@EduPonz EduPonz added this to the v2.8.1 milestone Nov 10, 2022
@MiguelCompany MiguelCompany force-pushed the bugfix/16104 branch 2 times, most recently from 7e1a4f7 to 20b2fa5 Compare November 10, 2022 15:58
@MiguelCompany MiguelCompany marked this pull request as ready for review November 10, 2022 15:58
@MiguelCompany
Copy link
Member Author

@richiprosima Please test this

@MiguelCompany MiguelCompany changed the title [16133] Avoid dropping of UDP locators on certain corner cases [16133] Fix corner cases on external locators selection Nov 10, 2022
@MiguelCompany
Copy link
Member Author

@richiprosima Please test this

src/cpp/utils/Host.hpp Show resolved Hide resolved
src/cpp/rtps/RTPSDomain.cpp Show resolved Hide resolved
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
…e received.

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

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
EduPonz
EduPonz previously approved these changes Nov 11, 2022
Copy link

@EduPonz EduPonz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with green CI

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
@MiguelCompany
Copy link
Member Author

@richiprosima Please test this

@EduPonz EduPonz merged commit cbe3abb into master Nov 11, 2022
@EduPonz EduPonz deleted the bugfix/16104 branch November 11, 2022 11:52
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