Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Suppose that there is a Hadoop cluster contains only one datanode, and dfs.replication=3. Run:
curl -i -X POST -T <LOCAL_FILE> "http://<DATANODE>:<PORT>/webhdfs/v1/<PATH>?op=APPEND"
it returns 200, even though append operation fails.
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-14462 WebHDFS throws "Error writing request body to server" instead of DSQuotaExceededException
- Resolved