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

TaskTracker ignores most RemoteExceptions from heartbeat processing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • 0.21.0
    • None
    • None
    • None

    Description

      The code in TaskTracker.offerService looks like:

            } catch (RemoteException re) {
              String reClass = re.getClassName();
              if (DisallowedTaskTrackerException.class.getName().equals(reClass)) {
                LOG.info("Tasktracker disallowed by JobTracker.");
                return State.DENIED;
              }
           }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            omalley Owen O'Malley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: