Actions
Enhancement #72542
openlogging: allow flushing of empty log objects
% Done:
0%
Source:
Community (dev)
Backport:
tentacle
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v20.3.0-2911-g111bb61b33
Released In:
Upkeep Timestamp:
2025-09-10T00:43:06+00:00
Tags:
Description
currently, if a temporary log object was not created (temp log objects are created when the first record is written to them), flushing will not bve performed, and an empty object name will be returned in the reply.
also, currently, when flushed via API, the reply in this case is 200OK, while via the radosgw-admin it would be an error.
we should have the same behavior in both cases, where the flushing should create an empty object and reply with its name.
Updated by Yuval Lifshitz 8 months ago
- Status changed from New to Fix Under Review
- Pull request ID set to 65387
Updated by Yuval Lifshitz 8 months ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot 8 months ago
- Copied to Backport #72939: tentacle: logging: allow flushing of empty log objects added
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 111bb61b33f5c07b1ae381d2bed7918d98746144
- Fixed In set to v20.3.0-2911-g111bb61b33
- Upkeep Timestamp set to 2025-09-10T00:43:06+00:00
Updated by Konstantin Shalygin 3 months ago
- Target version set to v21.0.0
- Source set to Community (dev)
Actions