[ 
https://issues.apache.org/jira/browse/HADOOP-15659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578944#comment-16578944
 ] 

Thomas Marquardt commented on HADOOP-15659:
-------------------------------------------

One of the analytic platforms has a scenario where they disable the filesystem 
cache and create many filesystems in a single process.  It is also a 
multi-tenant scenario, where they have multiple users running in the same 
process.  They rely on user's code to close the filesystem, and sometimes users 
write bad code, and if we don't override finalize then the filesystem doesn't 
get released and they hit an OOM condition.  I agree with you that it is weird, 
and unusual, but without this change their scenario does not work.

> ABFS: Code changes for bug fix and new tests
> --------------------------------------------
>
>                 Key: HADOOP-15659
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15659
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Da Zhou
>            Assignee: Da Zhou
>            Priority: Major
>         Attachments: HADOOP-15659-HADOOP-15407-001.patch, 
> HADOOP-15659-HADOOP-15407-002.patch, HADOOP-15659-HADOOP-15407-003.patch
>
>
> - add bug fixes.
> - remove unnecessary dependencies.
> - add new tests for code changes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to