[ https://issues.apache.org/jira/browse/HADOOP-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Allen Wittenauer resolved HADOOP-5402. -------------------------------------- Resolution: Incomplete This is probably stale. > TaskTracker ignores most RemoteExceptions from heartbeat processing > ------------------------------------------------------------------- > > Key: HADOOP-5402 > URL: https://issues.apache.org/jira/browse/HADOOP-5402 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.21.0 > Reporter: Owen O'Malley > > The code in TaskTracker.offerService looks like: > {code} > } catch (RemoteException re) { > String reClass = re.getClassName(); > if (DisallowedTaskTrackerException.class.getName().equals(reClass)) { > LOG.info("Tasktracker disallowed by JobTracker."); > return State.DENIED; > } > } > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)