[
https://issues.apache.org/jira/browse/HDFS-14773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16914695#comment-16914695
]
Erik Krogen commented on HDFS-14773:
------------------------------------
Great find [~simbadzina]! [~jojochuang], [~kihwal], or [~csun], do any of you
have ideas here? Unfortunately I'm not familiar enough with the differences
between the HTTP SSL vs. non-SSL flow to have much idea of what might be going
wrong...
> SWEBHDFS closes the connection before a client can read the error response
> for a DSQuotaExceededException
> ---------------------------------------------------------------------------------------------------------
>
> Key: HDFS-14773
> URL: https://issues.apache.org/jira/browse/HDFS-14773
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: webhdfs
> Reporter: Simbarashe Dzinamarira
> Priority: Major
> Attachments: HDFS-14773-failing-test.patch
>
>
> When a DSQuotaExceededException is encountered using swebhdfs, the connection
> is closed before the client can read the error response. This does not happen
> for webhdfs.
> Attached is a patch for a test case that exposes the bug.
> You can recreate the bug on a live cluster using the steps below.
> *1) Create a directory and set a space quota*
> hdfs mkdir <directory-with-quota>
> hdfs dfsadmin -setSpaceQuota <N> <directory-with-quota>
> *2) Write a file whose size exceeds the quota, using swebhdfs.*
> curl -L -i --negotiate -u : -X PUT -T largeFile
> "<namenode-url>:<port>/webhdfs/v1/<directory-with-quota>/largeFile?op=CREATE"
>
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]