jetty/jetty.project
View on GitHubMonitoredQueuedThreadPool should monitor tryExecute()
Open
#5,827 opened on Dec 18, 2020
Help WantedLow PriorityPinned
Repository metrics
- Stars
- (3,701 stars)
- PR merge metrics
- (Avg merge 6d 14h) (48 merged PRs in 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.