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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)