-
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
[20262] Fix wrong log info messages on TCP #4258
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
MiguelCompany
approved these changes
Jan 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM, and I am approving this, but the title and description should better depict the purpose of the PR
MiguelCompany
changed the title
[20262] TCP Fix wrong log info messages
[20262] Fix wrong log info messages on TCP
Jan 18, 2024
@Mergifyio backport 2.12.x 2.11.x 2.10.x 2.6.x |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Jan 27, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com> (cherry picked from commit 36f7f57)
This was referenced Jan 27, 2024
mergify bot
pushed a commit
that referenced
this pull request
Jan 27, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com> (cherry picked from commit 36f7f57) # Conflicts: # src/cpp/rtps/transport/TCPTransportInterface.cpp
mergify bot
pushed a commit
that referenced
this pull request
Jan 27, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com> (cherry picked from commit 36f7f57) # Conflicts: # src/cpp/rtps/transport/TCPTransportInterface.cpp
JesusPoderoso
added
the
ready-to-merge
Ready to be merged. CI and changes have been reviewed and approved.
label
Jan 29, 2024
12 tasks
MiguelCompany
pushed a commit
that referenced
this pull request
Feb 1, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com> (cherry picked from commit 36f7f57) # Conflicts: # src/cpp/rtps/transport/TCPTransportInterface.cpp
MiguelCompany
pushed a commit
that referenced
this pull request
Feb 14, 2024
* 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>
EduPonz
pushed a commit
that referenced
this pull request
Feb 15, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com> (cherry picked from commit 36f7f57) # Conflicts: # src/cpp/rtps/transport/TCPTransportInterface.cpp
EduPonz
pushed a commit
that referenced
this pull request
Feb 16, 2024
* 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>
EduPonz
pushed a commit
that referenced
this pull request
Feb 16, 2024
jepemi
added a commit
that referenced
this pull request
Feb 23, 2024
Signed-off-by: Jesus Perez <jesusperez@eprosima.com> (cherry picked from commit 36f7f57) # Conflicts: # src/cpp/rtps/transport/TCPTransportInterface.cpp
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
ready-to-merge
Ready to be merged. CI and changes have been reviewed and approved.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Previously, when a message was received, the log info messages incorrectly displayed that it was received from a UDP locator with an invalid address. Additionally, upon accepting a connection, log info also reported a local locator with an invalid address.
Both behaviors have been rectified by generating a locator using the information provided by the socket.
@Mergifyio backport 2.12.x 2.11.x 2.10.x 2.6.x
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist