[23573] Using original writer in statistics when possible#5977
Merged
rsanchez15 merged 4 commits intomasterfrom Sep 3, 2025
Merged
[23573] Using original writer in statistics when possible#5977rsanchez15 merged 4 commits intomasterfrom
rsanchez15 merged 4 commits intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Changes LGTM, I would maybe change the PR title to something more specific (e.g. Use original writer info in latency calculation), and please better use present tense. Will rereview after #5975 is merged.
5e6dca7 to
338d1f4
Compare
Contributor
Base automatically changed from
feature/add_original_writer_parameter
to
master
August 29, 2025 07:14
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
338d1f4 to
5822866
Compare
63cf79d to
63b786a
Compare
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
63b786a to
f477735
Compare
cferreiragonz
approved these changes
Aug 29, 2025
Contributor
There was a problem hiding this comment.
LGTM. Tested with: https://github.com/eProsima/DDS-Router/actions/runs/17291261488
MiguelCompany
pushed a commit
that referenced
this pull request
Sep 4, 2025
* Adding logic to compute statistics with the original writer Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Refs #23573, reflecting changes in original writer info struct Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Uncrustify Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Remove unwanted file Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> --------- Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
This PR adds the code to use the original writer to compute statistics when available. If it is not available, the statistics remain computed using the current writer GUID.
This PR depends on #5975 and must be merged after that one.
Contributor Checklist
versions.mdfile (if applicable).Reviewer Checklist