[
https://issues.apache.org/jira/browse/HDFS-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638183#comment-13638183
]
Tsz Wo (Nicholas), SZE commented on HDFS-4715:
----------------------------------------------
Thanks Mark, patch looks good. +1
Two minor problems:
- There is an additional System.out.println("length of response: " + e.length)
in OpenEntity.
- In ByteRangeInputStream, the update(..) header splits into two lines. It
should be
{code}
+ private int update(final int n) throws IOException {
- throws IOException {
{code}
instead of
{code}
+ private int update(final int n)
throws IOException {
{code}
Since both are very minor and I have changed them in my machine, let me post a
patch.
> Backport HDFS-3577 and other related WebHDFS issue to branch-1
> --------------------------------------------------------------
>
> Key: HDFS-4715
> URL: https://issues.apache.org/jira/browse/HDFS-4715
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: webhdfs
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Mark Wagner
> Attachments: HDFS-4751.1.patch, HDFS-4751.2.patch
>
>
> The related JIRAs are HDFS-3577, HDFS-3318, and HDFS-3788. Backporting them
> can fix some WebHDFS performance issues in branch-1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira