You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (JIRA)" <ji...@apache.org> on 2018/01/09 09:13:00 UTC

[jira] [Updated] (IGNITE-7217) Add abilities to monitor custom thread pools

     [ https://issues.apache.org/jira/browse/IGNITE-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Vinogradov updated IGNITE-7217:
-------------------------------------
    Labels: iep-6  (was: )

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