Uploaded image for project: 'Apache Tez'
  1. Apache Tez
  2. TEZ-375

Remove 2 second wait for end of shuffle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      According to following code Shuffle may wait upto 2 second for completion depending on when the sleep wait starts
      PROGRESS_FREQUENCY is 2000 ms.

          while (!scheduler.waitUntilDone(PROGRESS_FREQUENCY)) {
            reporter.progress();
            
            synchronized (this) {
              if (throwable != null) {
                throw new ShuffleError("error in shuffle in " + throwingThreadName,
                                       throwable);
              }
            }
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bikassaha Bikas Saha
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: