You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/03/14 14:00:43 UTC

[jira] [Created] (IGNITE-4819) Start .NET plugins before OnIgniteStart

Pavel Tupitsyn created IGNITE-4819:
--------------------------------------

             Summary: Start .NET plugins before OnIgniteStart
                 Key: IGNITE-4819
                 URL: https://issues.apache.org/jira/browse/IGNITE-4819
             Project: Ignite
          Issue Type: Sub-task
          Components: platforms
    Affects Versions: 2.0
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.0


Currently we initialize and start plugins ({{IPluginProvider.Start()}}) in {{OnIgniteStart}} callback. This is not correct. Java plugin part may invoke callbacks from its {{start()}} method, but these callbacks are not registered on .NET side yet.

Instead, we should initialize .NET plugins in {{PluginProcessor}} ctor.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)