[
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)