You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Aleksandrov (JIRA)" <ji...@apache.org> on 2019/01/15 13:21:00 UTC

[jira] [Updated] (IGNITE-10944) Plugin discovery data from PluginProvider.provideDiscoveryData should be available in PluginProvider.validateNewNode

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

Andrey Aleksandrov updated IGNITE-10944:
----------------------------------------
    Fix Version/s: 2.8

> Plugin discovery data from PluginProvider.provideDiscoveryData should be available in PluginProvider.validateNewNode
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-10944
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10944
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Aleksandrov
>            Priority: Major
>             Fix For: 2.8
>
>
> *Current  sequence:*
>  
> 1)Server starts (coordinator)
> 2)Client starts
> 3)Client sends to the coordinator its discovery data using *provideDiscoveryData* method
> 4)Coordinator start validation of the node using *validateNewNode*
> 5)The client joins the cluster; otherwise fails
> 6)Coordinator provides the discovery data to plugin provider in *receiveDiscoveryData.* After that this data could be passed to the plugin.
> But in case if we require to validate new node using the discovery data from *receiveDiscoveryData* method. We should add a possibility to get this data in *validateNewNode* method.



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