jetty/jetty.project
MonitoredQueuedThreadPool should monitor tryExecute()
Offen
#5.827 geöffnet am 18.12.2020
Help WantedLow PriorityPinned
Repository-Metriken
- Stars
- (3.701 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.