jetty/jetty.project

MonitoredQueuedThreadPool should monitor tryExecute()

Open

#5827 opened on Dec 18, 2020

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (3,701 stars) (1,913 forks)batch import
Help WantedLow PriorityPinned

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.

Contributor guide