Skip to content

[20121] Remove unnecessary TCP warning#4217

Merged
MiguelCompany merged 1 commit intomasterfrom
bugfix/remove_send_unnecessary_warning
Jan 22, 2024
Merged

[20121] Remove unnecessary TCP warning#4217
MiguelCompany merged 1 commit intomasterfrom
bugfix/remove_send_unnecessary_warning

Conversation

@jepemi
Copy link
Copy Markdown
Contributor

@jepemi jepemi commented Jan 9, 2024

Description

When sending TCP messages, the locator selector from the publisher includes the locators to which messages will be sent. These locators are compared with the send_resource_list_. If there are more than two endpoints available (locators A and B), the following checks are made: A==A, A==B, B==A, B==B.

Successful checks end in trying to send data to the correspondent locator.
Mismatching checks produce a warning, though it is actually correct behavior.

@Mergifyio backport 2.12.x 2.11.x 2.10.x 2.6.x

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
  • N/A Any new/modified methods have been properly documented using Doxygen.
  • Changes are ABI compatible.
  • Changes are API compatible.
  • 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.
  • Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@jepemi jepemi force-pushed the bugfix/remove_send_unnecessary_warning branch from 1bb9ffc to ce1f0dd Compare January 9, 2024 08:38
@jepemi
Copy link
Copy Markdown
Contributor Author

jepemi commented Jan 9, 2024

@Mergifyio backport 2.12.x 2.11.x 2.10.x 2.6.x

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Jan 9, 2024

backport 2.12.x 2.11.x 2.10.x 2.6.x

✅ Backports have been created

Details

@jepemi jepemi marked this pull request as ready for review January 9, 2024 09:03
@EduPonz EduPonz added this to the v2.13.2 milestone Jan 10, 2024
@jepemi jepemi force-pushed the bugfix/remove_send_unnecessary_warning branch from ce1f0dd to 7cda21f Compare January 12, 2024 08:55
@jepemi
Copy link
Copy Markdown
Contributor Author

jepemi commented Jan 16, 2024

@richiprosima please test this

@MiguelCompany MiguelCompany added the ci-pending PR which CI is running label Jan 16, 2024
@jepemi
Copy link
Copy Markdown
Contributor Author

jepemi commented Jan 17, 2024

@richiprosima please test mac test discovery_server_linux

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
@jepemi jepemi force-pushed the bugfix/remove_send_unnecessary_warning branch from 7cda21f to 26a3402 Compare January 18, 2024 09:53
@jepemi
Copy link
Copy Markdown
Contributor Author

jepemi commented Jan 18, 2024

@richiprosima please test this

@MiguelCompany MiguelCompany merged commit ab94226 into master Jan 22, 2024
@MiguelCompany MiguelCompany deleted the bugfix/remove_send_unnecessary_warning branch January 22, 2024 14:25
mergify Bot pushed a commit that referenced this pull request Jan 22, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)
mergify Bot pushed a commit that referenced this pull request Jan 22, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)
mergify Bot pushed a commit that referenced this pull request Jan 22, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)
JesusPoderoso pushed a commit that referenced this pull request Jan 22, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)
EduPonz pushed a commit that referenced this pull request Jan 25, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)

Co-authored-by: Jesús Pérez <78275223+jepemi@users.noreply.github.com>
EduPonz pushed a commit that referenced this pull request Jan 27, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)
MiguelCompany pushed a commit that referenced this pull request Jan 29, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)

Co-authored-by: Jesús Pérez <78275223+jepemi@users.noreply.github.com>
EduPonz pushed a commit that referenced this pull request Feb 1, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)

Co-authored-by: Jesús Pérez <78275223+jepemi@users.noreply.github.com>
jepemi added a commit that referenced this pull request Feb 23, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)
EduPonz pushed a commit that referenced this pull request Feb 29, 2024
* Remove unnecessary warning (#4217)

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)

* Refs #20485: Fix tests using PubSubParticipant

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

* Refs #20485: PubSubBasic test fix

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

---------

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Co-authored-by: Jesús Pérez <78275223+jepemi@users.noreply.github.com>
Co-authored-by: Mario Dominguez <mariodominguez@eprosima.com>
EduPonz pushed a commit that referenced this pull request Mar 6, 2024
* Remove unnecessary warning (#4217)

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit ab94226)

* Fix wrong log info messages on TCP (#4258)

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
(cherry picked from commit 36f7f57)

# Conflicts:
#	src/cpp/rtps/transport/TCPTransportInterface.cpp

* Refs #20262: Resolve conflicts

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>

---------

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
Co-authored-by: Jesús Pérez <78275223+jepemi@users.noreply.github.com>
Co-authored-by: Jesus Perez <jesusperez@eprosima.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-pending PR which CI is running

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants