jetty/jetty.project
Ver no GitHubMonitoredQueuedThreadPool should monitor tryExecute()
Open
#5.827 aberto em 18 de dez. de 2020
Help WantedLow PriorityPinned
Métricas do repositório
- Stars
- (3.701 stars)
- Métricas de merge de PR
- (Mesclagem média 6d 14h) (48 fundiu PRs em 30d)
Description
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.