jetty/jetty.project
MonitoredQueuedThreadPool should monitor tryExecute()
Aperta
#5827 aperta il 18 dic 2020
Help WantedLow PriorityPinned
Metriche repository
- Star
- (3701 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
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.