Hanisha Koneru created HDFS-11301:
-------------------------------------
Summary: Double wrapping over RandomAccessFile in
LocalReplicaInPipeline#createStreams
Key: HDFS-11301
URL: https://issues.apache.org/jira/browse/HDFS-11301
Project: Hadoop HDFS
Issue Type: Bug
Components: hdfs
Reporter: Hanisha Koneru
Assignee: Hanisha Koneru
Priority: Minor
In LocalReplicaInPipeline#createStreams, there is a WrappedFileOutputStream
created over a WrappedRandomAccessFile. This double layer of instrumentation is
unnecessary.
{quote}
blockOut = fileIoProvider.getFileOutputStream(getVolume(),
fileIoProvider.getRandomAccessFile(getVolume(), blockFile, "rw")
.getFD());
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]