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

Tsz-wo Sze updated HADOOP-12523:
--------------------------------
    Resolution: Won't Fix
        Status: Resolved  (was: Patch Available)

This JIRA became stale.

> In FileSystem.Cache, the closeAll methods should not synchronize on the Cache 
> object
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-12523
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12523
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz-wo Sze
>            Assignee: Tsz-wo Sze
>            Priority: Major
>         Attachments: c12523_20151028.patch, c12523_20151029.patch
>
>
> All the closeAll methods holds the Cache lock so that when one of the three 
> closeAll methods is being called, it has to wait for the Cache lock in order 
> to get a unrelated FileSystem object or create a new FileSystem.  The wait 
> time can possible be long since closing a FileSystem can be slow.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to