You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2015/11/17 10:29:11 UTC

[jira] [Created] (IGNITE-1930) Configured class loader is ignored in many places in the code

Alexey Goncharuk created IGNITE-1930:
----------------------------------------

             Summary: Configured class loader is ignored in many places in the code
                 Key: IGNITE-1930
                 URL: https://issues.apache.org/jira/browse/IGNITE-1930
             Project: Ignite
          Issue Type: Task
    Affects Versions: ignite-1.4
            Reporter: Alexey Goncharuk


Currently the user-set ClassLoader
(IgniteConfiguration#setClassLoader) is ignored in many places where iit should be preferred, e.g.:

* Optimized Marshaller
* U.gridClassLoader() and its many usages.
* etc.

Looks like Ignite should use the user-preferred classloader for everything, and only fallback to getClass().getClassLoader() and other methods as a default.

Currently the user's ClassLoader is only used from these spots:

* GridDeploymentManager
* GridDeploymentPerVersionStore
* CacheObjectImpl
* GridCacheDeploymentManager



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)