Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-4594

WebHDFS open sets Content-Length header to what is specified by length parameter rather than how much data is actually returned.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.3-alpha
    • 2.1.1-beta
    • webhdfs
    • None
    • Reviewed

    Description

      This was noticed on 2.0.3 alpha

      Lets say we have a file of length x

      We make an webhdfs open call specifying length=x+1

      The response of the call redirected to the datanode sets the content length header to value x+1 rather than x.

      Now this causes an error when the client tries to read the data.

      For the test i was using HttpResponse.getEntity().getContent()

      This failed with message "Premature end of Content-Length delimited message body (expected: 71898; received: 71897"

      This was not seen in hadoop 1 as we did not set the content length header.

      Attachments

        1. HDFS-4594.1.patch
          6 kB
          Chris Nauroth

        Activity

          People

            cnauroth Chris Nauroth
            arpitgupta Arpit Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: