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

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

     [ https://issues.apache.org/jira/browse/IGNITE-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov resolved IGNITE-2342.
-------------------------------------
    Resolution: Fixed

> 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
>              Labels: important
>             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)