Konstantin Shvachko created HDFS-7330: -----------------------------------------
Summary: Unclosed RandomAccessFile warnings in FSDatasetIml. Key: HDFS-7330 URL: https://issues.apache.org/jira/browse/HDFS-7330 Project: Hadoop HDFS Issue Type: Improvement Components: datanode Affects Versions: 2.5.1 Reporter: Konstantin Shvachko RandomAccessFile is opened as an underline file for FileInputStream. It should be closed when the stream is closed. So to fix these 2 warning (in getBlockInputStream() and getTmpInputStreams()) we just need suppress them. -- This message was sent by Atlassian JIRA (v6.3.4#6332)