[
https://issues.apache.org/jira/browse/IGNITE-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Ivanov updated IGNITE-7217:
---------------------------------
Description:
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 a custom thread pools via
{{IgniteConfiguration#setExecutorConfiguration}}, stats for these thread pools
are not added. We also do not register MBeans for these pools.
was:
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, is user configures a custom thread pools via
{{IgniteConfiguration#setExecutorConfiguration}}, stats for these thread pools
are not added. We also do not register MBeans for these pools.
> 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
> 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 a 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)