Plamen Jeliazkov created HDFS-7315: -------------------------------------- Summary: DFSTestUtil.readFileBuffer opens extra FSDataInputStream Key: HDFS-7315 URL: https://issues.apache.org/jira/browse/HDFS-7315 Project: Hadoop HDFS Issue Type: Bug Reporter: Plamen Jeliazkov Assignee: Plamen Jeliazkov Priority: Trivial
DFSTestUtil.readFileBuffer() calls FileSystem.open() twice. Once just under the try statement, and once inside the IOUtils.copyBytes() call. -- This message was sent by Atlassian JIRA (v6.3.4#6332)