jetty/jetty.project
GitHub で見るMonitoredQueuedThreadPool should monitor tryExecute()
Open
#5,827 opened on 2020年12月18日
Help WantedLow PriorityPinned
説明
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.