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/22 15:24:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14595909#comment-14595909 ] 

Ivan Veselovsky commented on IGNITE-980:
----------------------------------------

Problem of not invoked HadoopJob#dispose() methoid extracted to separate ticket IGNITE-1044 .

> 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: Vladimir Ozerov
>            Priority: Minor
>             Fix For: sprint-7
>
>         Attachments: IGNITE-980--a.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)