[ 
https://issues.apache.org/jira/browse/IGNITE-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305477#comment-16305477
 ] 

Andrey Gura commented on IGNITE-7217:
-------------------------------------

LGTM. Merged to master. Thanks for contribution!

> 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
>             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)

Reply via email to