Actions
Bug #73675
openlogging: temporary logging object not removed
% Done:
0%
Source:
Backport:
tentacle
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v20.3.0-4088-g28307aae62
Released In:
Upkeep Timestamp:
2025-11-11T11:41:35+00:00
Tags:
Description
(1) if target bucket is removed and a new tareget is created with the same name the source list attribute is not being re-created
Updated by Nithya Balachandran 6 months ago ยท Edited
In addition, deleting a source bucket presents two problems:
- The logging name object associated with the bucket's prefix is not removed.
- The temporary logging object is committed rather than rolled over, and a new temporary object name is not created within the logging name object. If another source bucket uses the same logging target prefix, it will attempt to commit this already committed object. This action incorrectly adds the tail object to the Garbage Collection and eventually leads to data loss.
Updated by Yuval Lifshitz 6 months ago
- Status changed from New to Fix Under Review
- Pull request ID set to 66110
Updated by Upkeep Bot 6 months ago
- Status changed from Fix Under Review to Pending Backport
- Merge Commit set to 28307aae62e6e33d56ebd711b52eef2923959459
- Fixed In set to v20.3.0-4088-g28307aae62
- Upkeep Timestamp set to 2025-11-11T11:41:35+00:00
Updated by Upkeep Bot 6 months ago
- Copied to Backport #73789: tentacle: logging: temporary logging object not removed added
Actions