Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-13181

WASB append support: getPos incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 2.8.0
    • None
    • fs/azure
    • None

    Description

      See attached code.

      Cause:
      In NativeAzureFileSystem.java: the append method returns

      new FSDataOutputStream(appendStream, statistics) 
      

      Instead, it should probably return

      new FSDataOutputStream(appendStream, statistics, meta.getLength())
      

      Attachments

        1. HADOOP-13181.001.patch
          2 kB
          Bogdan Raducanu
        2. append.java
          2 kB
          Bogdan Raducanu

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bograd Bogdan Raducanu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: