Feature #46226
msg: Messenger should log when it reaches the DispatchQueue throttle limit
% Done:
0%
Source:
Development
Tags:
Backport:
octopus,nautilus
Description
Right now there is no low debug output indicating that the throttle is reached which, in production, can give the appearance of network issues. In particular, hitting the DispatchQueue::dispatch_throttler limit will even prevent fast dispatch of critical messages. There should be a message whenever we hit the limit and a debug message has not been output recently (30 seconds?).
History
#1 Updated by Patrick Donnelly 7 months ago
- Project changed from CephFS to Ceph
- Category deleted (
Correctness/Safety) - Status changed from New to In Progress
- Assignee set to Jos Collin
- Target version set to v16.0.0
- Backport set to octopus,nautilus
#2 Updated by Patrick Donnelly 7 months ago
- Project changed from Ceph to Messengers
#3 Updated by Jos Collin 6 months ago
- Pull request ID set to 36135
#4 Updated by Jos Collin 3 months ago
- Pull request ID changed from 36135 to 37954
#5 Updated by Jos Collin 3 months ago
- Status changed from In Progress to Fix Under Review