-
Notifications
You must be signed in to change notification settings - Fork 873
[23819] Send heartbeat when wait_for_all_acked is called #6098
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
Conversation
Signed-off-by: Miguel Company <[email protected]>
cferreiragonz
left a comment
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.
LGTM with green CI
🧪 CI InsightsHere's what we observed from your CI run for ef1ee1b. ❌ Job Failures
|
fujitatomoya
left a comment
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.
@MiguelCompany thanks for the fix 👍
Signed-off-by: Miguel Company <[email protected]>
6dab4d6 to
ef1ee1b
Compare
|
@Mergifyio backport 3.3.x 3.2.x 2.14.x |
✅ Backports have been created
|
* Refs #23798. Add test. Signed-off-by: Miguel Company <[email protected]> * Refs #23798. Send heartbeat when wait_for_all_acked is called. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit db8f527)
* Refs #23798. Add test. Signed-off-by: Miguel Company <[email protected]> * Refs #23798. Send heartbeat when wait_for_all_acked is called. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit db8f527)
* Refs #23798. Add test. Signed-off-by: Miguel Company <[email protected]> * Refs #23798. Send heartbeat when wait_for_all_acked is called. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit db8f527)
* Refs #23798. Add test. Signed-off-by: Miguel Company <[email protected]> * Refs #23798. Send heartbeat when wait_for_all_acked is called. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit db8f527)
* Refs #23798. Add test. * Refs #23798. Send heartbeat when wait_for_all_acked is called. --------- (cherry picked from commit db8f527) Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]>
* Send heartbeat when wait_for_all_acked is called (#6098) * Refs #23798. Add test. Signed-off-by: Miguel Company <[email protected]> * Refs #23798. Send heartbeat when wait_for_all_acked is called. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit db8f527) * Uncrustify Signed-off-by: Juan Lopez Fernandez <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Signed-off-by: Juan Lopez Fernandez <[email protected]> Co-authored-by: Miguel Company <[email protected]> Co-authored-by: Juan Lopez Fernandez <[email protected]>
* Refs #23798. Add test. Signed-off-by: Miguel Company <[email protected]> * Refs #23798. Send heartbeat when wait_for_all_acked is called. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit db8f527)
* Refs #23798. Add test. * Refs #23798. Send heartbeat when wait_for_all_acked is called. --------- (cherry picked from commit db8f527) Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]>
Description
This improves the user experience when explicitly expecting acknowledgement of samples on a DataWriter.
Instead of waiting for the periodic heartbeat event to occur, it directly triggers a heartbeat from
wait_for_all_ackedwhen necessary.@Mergifyio backport 3.3.x 3.2.x 2.14.x
Contributor Checklist
versions.mdfile (if applicable).Reviewer Checklist