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

Progress-report RPC clients should wait for the RPC to complete before sending another progress report

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      The Progress-report IPC clients don't wait for an invoked IPC to complete before sending another progress report. Since in the IPC server, handlers execute as threads, an old progress report might overwrite the status sent by a newer progress report. Making the progress report IPC methods return a boolean or something, and having the clients wait for the response to a progress report before sending the next one, should handle the issue.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ddas Devaraj Das
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: