[
https://issues.apache.org/jira/browse/IGNITE-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16318157#comment-16318157
]
ASF GitHub Bot commented on IGNITE-7217:
----------------------------------------
Github user slukyano closed the pull request at:
https://github.com/apache/ignite/pull/3301
> Add abilities to monitor custom thread pools
> --------------------------------------------
>
> Key: IGNITE-7217
> URL: https://issues.apache.org/jira/browse/IGNITE-7217
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Affects Versions: 2.3
> Reporter: Valentin Kulichenko
> Assignee: Stanislav Lukyanov
> Labels: iep-6
> Fix For: 2.4
>
>
> We have a periodic metrics logger that prints out different stats including
> the ones for public and system thread pools:
> {noformat}
> ^-- Public thread pool [active=0, idle=0, qSize=0]
> ^-- System thread pool [active=0, idle=8, qSize=0]
> {noformat}
> However, if user configures custom thread pools via
> {{IgniteConfiguration#setExecutorConfiguration}}, stats for these thread
> pools are not added. We also do not register MBeans for these pools.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)