You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/05 14:14:00 UTC

[jira] [Commented] (IGNITE-8436) Executor service for services does not shutdown properly

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

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

GitHub user rprabhat opened a pull request:

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

    IGNITE-8436 Added shutdown for services thread pool

    

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

    $ git pull https://github.com/rprabhat/ignite ignite-8436

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

    https://github.com/apache/ignite/pull/3945.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 #3945
    
----
commit 57667acad2ee002c42122243dfbb25a02ce7d7e3
Author: Prabhat Ranjan <pr...@...>
Date:   2018-05-05T10:40:55Z

    Merge pull request #1 from apache/master
    
    merge from master

commit 9f8f8f75a8277e0e8299a39e37990461ad375a59
Author: Prabhat Ranjan <pr...@...>
Date:   2018-05-05T14:04:51Z

    IGNITE-8436 Added shutdown for services thread pool.

----


> Executor service for services does not shutdown properly
> --------------------------------------------------------
>
>                 Key: IGNITE-8436
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8436
>             Project: Ignite
>          Issue Type: Bug
>          Components: managed services
>            Reporter: Maxim Muzafarov
>            Priority: Major
>              Labels: newbie
>             Fix For: 2.6
>
>
> Issue [IGNITE-4802|https://issues.apache.org/jira/browse/IGNITE-4802] introduces us separete thread pool for services execution.
> {{IgniteEx}} class defines a factory for the main Ignite API. It controls Grid life cycle and allows listening for grid events. 
> As cotributor, you should ensure that execution pool shutdowns properly and provide fix if needed in case stop grid instance method call occurs.
> {code:java|title=IgniteEx.java|borderStyle=solid}
> /** Executor service for services. */
> private ThreadPoolExecutor svcExecSvc;
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)