[
https://issues.apache.org/jira/browse/HDFS-11301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805995#comment-15805995
]
Arpit Agarwal commented on HDFS-11301:
--------------------------------------
+1 pending Jenkins.
> 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
> Attachments: HDFS-11301.000.patch
>
>
> 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]