jetty/jetty.project
Vedi su GitHubMonitoredQueuedThreadPool should monitor tryExecute()
Open
#5827 aperta il 18 dic 2020
Help WantedLow PriorityPinned
Metriche repository
- Star
- (3701 star)
- Metriche merge PR
- (Merge medio 6g 14h) (48 PR mergiate in 30 g)
Descrizione
Jetty version 9.4.x
Description
MonitoredQueuedThreadPool does not "wrap" tryExecute(Runnable) like it wraps execute(Runnable), and therefore statistics are incomplete (or completely lacking) when the pool is in EPC mode.