You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/01/08 08:22:39 UTC

[jira] [Created] (IGNITE-2342) HadoopFileSystemFactory must set correct context ClassLoader before calling FileSystem.get()

Vladimir Ozerov created IGNITE-2342:
---------------------------------------

             Summary: HadoopFileSystemFactory must set correct context ClassLoader before calling FileSystem.get()
                 Key: IGNITE-2342
                 URL: https://issues.apache.org/jira/browse/IGNITE-2342
             Project: Ignite
          Issue Type: Task
          Components: hadoop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.6


FileSystem.get() might delegate to ServiceLoader to get the list of file system implementation. And ServiceLoader is known to be sensitive to context classloader.

We must ensure that Thread.contextClassLoader is equal to Factory.getClassLoader().



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