Hello, Igniters.

Looking at the ticket https://issues.apache.org/jira/browse/IGNITE-5123, the IgniteKernal#start notifies plugin providers, calling PluginProvider#onIgniteStart, before components are notified, when caches are created in GridCacheProcessor#onIgniteStart. Does it make sense to move plugin providers notification after components are notified, probably right before lifecycle beans notification, so to ensure that caches are started before PluginProvider#onIgniteStart method is called?


Reply via email to