Actions
Bug #66557
closedcommon/TrackedOp: do not count the ops marked as nowarn
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Administration/Usability
Target version:
% Done:
0%
Source:
Backport:
squid,reef
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v19.3.0-2931-g1e7a753b91
Released In:
v20.2.0~2640
Upkeep Timestamp:
2025-11-01T01:36:02+00:00
Description
If an op is marked as nowarn then it won't be counted as the slow requests, but currently it will count the initiated time when iterating the inflight ops.
For example:
[WRN] : 1 slow requests, 1 included below; oldest blocked for > 38.764892 secs
[WRN] : slow request 33.875059 seconds old, received at 2024-06-17T14:14:34.228261+0000: client_request(client.78109915:11369251 mkdir #0x1008ecedea2/chk-89588 2024-06-17T14:14:34.097825+0000 caller_uid=1002960000, caller_gid=0{0,1002960000,}) currently failed to wrlock, waiting
The oldest blocked request is 38.764892 old, but the oldest slow request reported is 33.875059 old.
Updated by Patrick Donnelly over 1 year ago
- Category set to Administration/Usability
- Status changed from Fix Under Review to Pending Backport
- Target version set to v20.0.0
- Backport changed from reef,squid to squid,reef
Updated by Upkeep Bot over 1 year ago
- Copied to Backport #66615: squid: common/TrackedOp: do not count the ops marked as nowarn added
Updated by Upkeep Bot over 1 year ago
- Copied to Backport #66616: reef: common/TrackedOp: do not count the ops marked as nowarn added
Updated by Upkeep Bot 9 months ago
- Status changed from Pending Backport to Resolved
- Upkeep Timestamp set to 2025-07-08T18:35:41+00:00
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 1e7a753b91059782a7ec560f215db750de2243f3
- Fixed In set to v19.3.0-2931-g1e7a753b91
- Upkeep Timestamp changed from 2025-07-08T18:35:41+00:00 to 2025-08-02T04:50:46+00:00
Updated by Upkeep Bot 5 months ago
- Released In set to v20.2.0~2640
- Upkeep Timestamp changed from 2025-08-02T04:50:46+00:00 to 2025-11-01T01:36:02+00:00
Actions