You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2017/10/05 10:48:00 UTC

[jira] [Updated] (IGNITE-6545) Failure during Ignite Service.cancel() can break normal shutdown process.

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

Andrew Mashenkov updated IGNITE-6545:
-------------------------------------
    Labels: newbie  (was: )

> Failure during Ignite Service.cancel() can break normal shutdown process.
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-6545
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6545
>             Project: Ignite
>          Issue Type: Bug
>          Components: managed services
>         Environment: 
>            Reporter: Andrew Mashenkov
>            Assignee: Andrew Mashenkov
>              Labels: newbie
>             Fix For: 2.4
>
>
> org.apache.ignite.services.Service is a public interface, but Ignite fully relies it's cacel method is implemented properly and throws no errors.
> However, if one of services fails on cancel(), then other services may not be stopped properly as well as their executor pools.
> We should wrap Service.cancel method in try-catch to avoid this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)