You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Veselovsky (JIRA)" <ji...@apache.org> on 2015/06/23 13:00:10 UTC

[jira] [Closed] (IGNITE-980) Investigate if we should close() the FileSystems in MapRed task implementations.

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

Ivan Veselovsky closed IGNITE-980.
----------------------------------

> Investigate if we should close() the FileSystems in MapRed task implementations.
> --------------------------------------------------------------------------------
>
>                 Key: IGNITE-980
>                 URL: https://issues.apache.org/jira/browse/IGNITE-980
>             Project: Ignite
>          Issue Type: Task
>          Components: hadoop
>    Affects Versions: sprint-5
>            Reporter: Ivan Veselovsky
>            Assignee: Ivan Veselovsky
>            Priority: Minor
>             Fix For: sprint-7
>
>         Attachments: IGNITE-980--a.patch, IGNITE-980--b.patch, IGNITE-980--c.patch
>
>
> Search for usages of org.apache.ignite.internal.processors.hadoop.HadoopUtils#fileSystemForMrUser and see if returned Fs should be closed.
> Now the policy is straightforward: if we take the Fs with caching, we don't close it. If we take it w/o caching, we close it.
> We also may add closing of all the cached instances upon Ignite node stop.



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