Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-3423

Fetcher Thread should log proper exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.0-alpha
    • None
    • mrv2
    • None

    Description

      Exception should be logged properly when there is any while deserializing Shuffle Header information .

            if (mapId == null || mapOutput == null) {
              LOG.info("fetcher#" + id + " failed to read map header" + 
                       mapId + " decomp: " + 
                       decompressedLength + ", " + compressedLength, ioe);
              return false;
            }
          

      Attachments

        1. MAPREDUCE-3423.patch
          2 kB
          Bhallamudi Venkata Siva Kamesh
        2. MAPREDUCE-3423-1.patch
          1 kB
          Bhallamudi Venkata Siva Kamesh

        Activity

          People

            kamesh Bhallamudi Venkata Siva Kamesh
            kam_iitkgp Bhallamudi Venkata Siva Kamesh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: