-
Notifications
You must be signed in to change notification settings - Fork 668
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
fix(goal_planner): use recursive mutex instead of transaction #5379
Conversation
This reverts commit 654fa8c.
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.
@kosuke55
LGMT!Thanks!
Please merge this after checking degression test just in case.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5379 +/- ##
==========================================
+ Coverage 14.76% 14.81% +0.04%
==========================================
Files 1662 1662
Lines 115457 115439 -18
Branches 35639 35647 +8
==========================================
+ Hits 17047 17097 +50
+ Misses 79181 79077 -104
- Partials 19229 19265 +36
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
This reverts commit 654fa8c in #5202
Description
transaction cannot lock in the following cases
Related links
#5202
Tests performed
psim
evaluator_description: fix/goal_planner_recursive_mutex
2023/10/23 https://evaluation.tier4.jp/evaluation/reports/fee28b13-55cd-5606-882e-b5c476037840/?project_id=prd_jt
Notes for reviewers
Interface changes
none
Effects on system behavior
none
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.