You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/02/09 00:11:34 UTC

[jira] [Resolved] (HADOOP-11191) NativeAzureFileSystem#close() should be synchronized

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

Ted Yu resolved HADOOP-11191.
-----------------------------
    Resolution: Later

> NativeAzureFileSystem#close() should be synchronized
> ----------------------------------------------------
>
>                 Key: HADOOP-11191
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11191
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>     public void close() throws IOException {
>       in.close();
>       closed = true;
>     }
> {code}
> The other methods, such as seek(), are synchronized.
> close() should be as well.



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