Skip to content

[21314] Improve resilience against clock adjustments (backport #5018)#5189

Merged
MiguelCompany merged 6 commits into2.14.xfrom
mergify/bp/2.14.x/pr-5018
Jul 31, 2025
Merged

[21314] Improve resilience against clock adjustments (backport #5018)#5189
MiguelCompany merged 6 commits into2.14.xfrom
mergify/bp/2.14.x/pr-5018

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify bot commented Sep 2, 2024

Description

When investigating a system undergoing larger system clock adjustments, I noticed that in some places, std::chrono::system_clock and std::chrono::high_resolution_clock are used for handling timeouts and status check intervals.
However, std::chrono::system_clock is definitely not steady, and std::chrono::high_resolution_clock is not steady quite often (see cppreference).

When undergoing clock adjustments (manually or due to clock server synchronization), timeouts and status checks might no longer be triggered when relying on timestamps based on std::chrono::system_clock.

@Mergifyio backport 2.14.x 2.10.x

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; the added tests pass locally

  • N/A Any new/modified methods have been properly documented using Doxygen.

  • N/A Any new configuration API has an equivalent XML API (with the corresponding XSD extension)

  • Changes are backport compatible: they do NOT break ABI nor change library core behavior.

  • 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.
  • N/A If this is a critical bug fix, backports to the critical-only supported branches have been requested.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

This is an automatic backport of pull request #5018 done by [Mergify](https://mergify.com).

@mergify mergify bot added the conflicts Backport PR wich git cherry pick failed label Sep 2, 2024
@mergify
Copy link
Copy Markdown
Contributor Author

mergify bot commented Sep 2, 2024

Cherry-pick of ccc690c has failed:

On branch mergify/bp/2.14.x/pr-5018
Your branch is up to date with 'origin/2.14.x'.

You are currently cherry-picking commit ccc690c97.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   src/cpp/fastdds/domain/DomainParticipantImpl.cpp
	modified:   src/cpp/fastdds/domain/DomainParticipantImpl.hpp
	modified:   src/cpp/rtps/writer/StatefulWriter.cpp
	modified:   src/cpp/utils/SystemInfo.cpp

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   include/fastdds/rtps/writer/StatefulWriter.h
	both modified:   src/cpp/fastdds/publisher/DataWriterImpl.cpp
	both modified:   src/cpp/fastdds/subscriber/DataReaderImpl.cpp
	deleted by us:   src/cpp/utils/time_t_helpers.hpp

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@MiguelCompany MiguelCompany added this to the v2.14.4 milestone Sep 2, 2024
@JesusPoderoso JesusPoderoso force-pushed the mergify/bp/2.14.x/pr-5018 branch from 0eed014 to bef43f7 Compare September 23, 2024 10:00
@JesusPoderoso JesusPoderoso removed the conflicts Backport PR wich git cherry pick failed label Sep 23, 2024
@github-actions github-actions bot added the ci-pending PR which CI is running label Sep 23, 2024
@JesusPoderoso JesusPoderoso force-pushed the mergify/bp/2.14.x/pr-5018 branch from bef43f7 to 8b67465 Compare September 23, 2024 10:01
@JesusPoderoso JesusPoderoso requested review from MiguelCompany and removed request for MiguelCompany September 23, 2024 10:02
Copy link
Copy Markdown
Member

@MiguelCompany MiguelCompany left a comment

Choose a reason for hiding this comment

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

Please fix uncrustify

@MiguelCompany
Copy link
Copy Markdown
Member

@Mergifyio rebase

@mergify
Copy link
Copy Markdown
Contributor Author

mergify bot commented Nov 15, 2024

rebase

✅ Branch has been successfully rebased

@MiguelCompany MiguelCompany force-pushed the mergify/bp/2.14.x/pr-5018 branch from c7a222a to b235fd6 Compare November 15, 2024 10:50
@MiguelCompany MiguelCompany requested review from MiguelCompany and removed request for MiguelCompany November 15, 2024 10:50
MiguelCompany
MiguelCompany previously approved these changes Nov 15, 2024
Copy link
Copy Markdown
Member

@MiguelCompany MiguelCompany 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

@MiguelCompany
Copy link
Copy Markdown
Member

@Mergifyio rebase

@mergify
Copy link
Copy Markdown
Contributor Author

mergify bot commented Nov 22, 2024

rebase

✅ Branch has been successfully rebased

@MiguelCompany MiguelCompany force-pushed the mergify/bp/2.14.x/pr-5018 branch from b235fd6 to 72f998d Compare November 22, 2024 12:38
@MiguelCompany MiguelCompany requested review from MiguelCompany and removed request for MiguelCompany December 11, 2024 12:41
@MiguelCompany MiguelCompany force-pushed the mergify/bp/2.14.x/pr-5018 branch from 12cb154 to 60c4c04 Compare July 22, 2025 10:02
@MiguelCompany MiguelCompany requested review from MiguelCompany and removed request for MiguelCompany July 22, 2025 10:03
MiguelCompany
MiguelCompany previously approved these changes Jul 22, 2025
Copy link
Copy Markdown
Member

@MiguelCompany MiguelCompany 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

@MiguelCompany MiguelCompany self-requested a review July 24, 2025 10:57
@MiguelCompany MiguelCompany force-pushed the mergify/bp/2.14.x/pr-5018 branch from 60c4c04 to c47bf68 Compare July 29, 2025 10:26
@MiguelCompany MiguelCompany requested review from MiguelCompany and removed request for MiguelCompany July 29, 2025 10:59
MiguelCompany
MiguelCompany previously approved these changes Jul 29, 2025
Copy link
Copy Markdown
Member

@MiguelCompany MiguelCompany 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

@rsanchez15 rsanchez15 modified the milestones: v2.14.5, v2.14.6 Jul 30, 2025
ma30002000 and others added 5 commits July 30, 2025 09:21
* Use steady_clock instead of high_resolution_clock for status checks (high_resolution_clock might not be steady depending on STL impl)

Signed-off-by: Matthias Schneider <ma30002000@yahoo.de>

* Use steady_clock instead for system_clock for calculating timeouts

Signed-off-by: Matthias Schneider <ma30002000@yahoo.de>

* Use correct clock's duration for duration_cast

Signed-off-by: Matthias Schneider <ma30002000@yahoo.de>

* Use Time_t::now()

Signed-off-by: Matthias Schneider <ma30002000@yahoo.de>

* Fix build.

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

* Refs #21314. Refactor on DataWriterImpl.

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

* Refs #21314. Refactor on DataReaderImpl.

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

* Refs #21314. Refactor on StatefulWriter.

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

* Refs #21314. Protect current_time_since_unix_epoch against clock adjustments.

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

* Revert "Use steady_clock instead of high_resolution_clock for status checks (high_resolution_clock might not be steady depending on STL impl)"

This reverts commit d69eb91.

---------

Signed-off-by: Matthias Schneider <ma30002000@yahoo.de>
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
(cherry picked from commit ccc690c)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
@MiguelCompany MiguelCompany force-pushed the mergify/bp/2.14.x/pr-5018 branch from 3729ccb to 29dfe73 Compare July 30, 2025 07:21
@MiguelCompany MiguelCompany self-requested a review July 30, 2025 09:44
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
@MiguelCompany MiguelCompany force-pushed the mergify/bp/2.14.x/pr-5018 branch from 29dfe73 to 6229ebe Compare July 30, 2025 11:36
@MiguelCompany MiguelCompany requested review from MiguelCompany and removed request for MiguelCompany July 30, 2025 11:37
@MiguelCompany MiguelCompany merged commit fc8d170 into 2.14.x Jul 31, 2025
19 of 20 checks passed
@MiguelCompany MiguelCompany deleted the mergify/bp/2.14.x/pr-5018 branch July 31, 2025 07:59
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.

4 participants