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

Amelchev Nikita updated IGNITE-16447:
-------------------------------------
    Description: 
Local event listeners should handle the {{LifecycleAware}} implementation as 
many Ignite components do with user objects:
{{AffinityFunction}}, {{NodeFilter}}, {{TopologyValidator}}, {{EvictionPolicy}} 
and others (see {{lifecycleAwares(..)}} methods).

It is useful, for example, in the case of resources cleanup. For now, 
start/stop methods are not called if a local event listener implemented the 
{{LifecycleAware}} interface. 

  was:
The local event listener must support the LifecycleAware implementation.
Now if we implement LifecycleAware for a local event listener, then the 
start/stop method is not called


> The local event listener must support the LifecycleAware implementation.
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-16447
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16447
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Sergei Ryzhov
>            Assignee: Sergei Ryzhov
>            Priority: Minor
>             Fix For: 2.13
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Local event listeners should handle the {{LifecycleAware}} implementation as 
> many Ignite components do with user objects:
> {{AffinityFunction}}, {{NodeFilter}}, {{TopologyValidator}}, 
> {{EvictionPolicy}} and others (see {{lifecycleAwares(..)}} methods).
> It is useful, for example, in the case of resources cleanup. For now, 
> start/stop methods are not called if a local event listener implemented the 
> {{LifecycleAware}} interface. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to