You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (Jira)" <ji...@apache.org> on 2021/03/10 08:34:00 UTC

[jira] [Created] (IGNITE-14297) API to unregister HandlerProvider from network module

Sergey Chugunov created IGNITE-14297:
----------------------------------------

             Summary: API to unregister HandlerProvider from network module
                 Key: IGNITE-14297
                 URL: https://issues.apache.org/jira/browse/IGNITE-14297
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Sergey Chugunov
             Fix For: 3.0.0-alpha2


At the moment client components can register HandlerProviders in network component but cannot unregister them.

However this could be important in component lifecycle to properly stop the component.

API to unregister handler from the network with clear contract about possible races (one thread unregisteres component's handler, another thread sends a message from the same component) should be implemented.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)