Ted Yu created HDFS-7494: ---------------------------- Summary: Checking of closed in DFSInputStream#pread() should be protected by synchronization Key: HDFS-7494 URL: https://issues.apache.org/jira/browse/HDFS-7494 Project: Hadoop HDFS Issue Type: Bug Reporter: Ted Yu Priority: Minor
{code} private int pread(long position, byte[] buffer, int offset, int length) throws IOException { // sanity checks dfsClient.checkOpen(); if (closed) { {code} Checking of closed should be protected by holding lock on "DFSInputStream.this" -- This message was sent by Atlassian JIRA (v6.3.4#6332)