[
https://issues.apache.org/jira/browse/HDFS-14773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16914702#comment-16914702
]
Wei-Chiu Chuang commented on HDFS-14773:
----------------------------------------
I am interested to know if this is related to HDFS-14594 where SSL connection
is closed prematurely.
> 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]