jetty/jetty.project

MonitoredQueuedThreadPool should monitor tryExecute()

Offen

#5.827 geöffnet am 18.12.2020

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.913 Forks)batch import
Help WantedLow PriorityPinned

Repository-Metriken

Stars
 (3.701 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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