jetty/jetty.project

MonitoredQueuedThreadPool should monitor tryExecute()

Open

#5,827 创建于 2020年12月18日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Java (1,913 fork)batch import
Help WantedLow PriorityPinned

仓库指标

Star
 (3,701 star)
PR 合并指标
 (平均合并 6天 14小时) (30 天内合并 48 个 PR)

描述

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.

贡献者指南