jetty/jetty.project

MonitoredQueuedThreadPool should monitor tryExecute()

Open

#5,827 opened on 2020年12月18日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Java (1,913 forks)batch import
Help WantedLow PriorityPinned

Repository metrics

Stars
 (3,701 stars)
PR merge metrics
 (平均マージ 6d 14h) (30d で 48 merged PRs)

説明

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.

コントリビューターガイド