Actions
Bug #61328
closednotifications: simplify kafka connection memory allocation
% Done:
0%
Source:
Q/A
Backport:
reef, quincy
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v18.0.0-4196-g20dc7a2cf93
Released In:
v19.2.0~2247
Upkeep Timestamp:
2025-07-12T10:40:49+00:00
Description
currently a boost::intrusive_ptr is used, which means that there could be a race condition as for when the "destroy()" function of the connection is called.
this race condition may cuase crashes.
Updated by Yuval Lifshitz almost 3 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 51662
Updated by Casey Bodley almost 3 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot almost 3 years ago
- Copied to Backport #61562: reef: notifications: simplify kafka connection memory allocation added
Updated by Upkeep Bot almost 3 years ago
- Copied to Backport #61563: quincy: notifications: simplify kafka connection memory allocation added
Updated by Yuval Lifshitz about 1 year ago
- Status changed from Pending Backport to Resolved
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 20dc7a2cf93f184adbb2cc0903929ddf3a95692e
- Fixed In set to v18.0.0-4196-g20dc7a2cf93
- Released In set to v19.2.0~2247
- Upkeep Timestamp set to 2025-07-12T10:40:49+00:00
Actions