You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/06/12 23:57:02 UTC

[jira] [Created] (HADOOP-10690) Lack of synchronization on access to InputStream in NativeAzureFileSystem#NativeAzureFsInputStream#close()

Ted Yu created HADOOP-10690:
-------------------------------

             Summary: Lack of synchronization on access to InputStream in NativeAzureFileSystem#NativeAzureFsInputStream#close()
                 Key: HADOOP-10690
                 URL: https://issues.apache.org/jira/browse/HADOOP-10690
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
    public void close() throws IOException {
      in.close();
    }
{code}
The close() method should be protected by synchronized keyword.



--
This message was sent by Atlassian JIRA
(v6.2#6252)