Ted Yu created HADOOP-11191:
-------------------------------
Summary: 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)
