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

ASF GitHub Bot commented on IGNITE-7217:
----------------------------------------

GitHub user slukyano opened a pull request:

    https://github.com/apache/ignite/pull/3268

    IGNITE-7217: Add abilities to monitor custom thread pools

    Added logging and MX beans for custom executors (plus simple tests for 
availability of other MX beans).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite IGNITE-7217

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3268.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3268
    
----
commit 127be326b76916d6afeb70d4c35a001d1e18a7a6
Author: Stanislav Lukyanov <stanlukyanov@...>
Date:   2017-12-20T15:38:25Z

    IGNITE-7217: added logging for custom thread pools

commit a21731651994e7267e328a3dcd8be2830ec1c77c
Author: Stanislav Lukyanov <stanlukyanov@...>
Date:   2017-12-21T10:44:34Z

    IGNITE-7217: added JMX beans for custom executors

----


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

Reply via email to