You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Petrov (Jira)" <ji...@apache.org> on 2021/04/30 12:47:00 UTC

[jira] [Created] (IGNITE-14675) Refactor IgniteAuthenticationProcessor callbacks

Mikhail Petrov created IGNITE-14675:
---------------------------------------

             Summary: Refactor IgniteAuthenticationProcessor callbacks
                 Key: IGNITE-14675
                 URL: https://issues.apache.org/jira/browse/IGNITE-14675
             Project: Ignite
          Issue Type: Improvement
            Reporter: Mikhail Petrov


Since IgniteAutthenticationProcessor is not treated as a separate processor, 
it is needed to refactor explicit IgniteAuthenticationProcessor callbacks  from other processors. Many of them can be eliminated. 

For example onActivate method can be replaced with PartitionsExchangeAware#onDoneBeforeTopologyUnlock
Explicit onLocalJoin method call can be replaced with discoMgr.localJoinFuture().listen(fut -> onLocalJoin());

and so on. 

It is also possible that this will require changing the startup order of the IgniteAuthenticationProcessor.





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