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

UndeclaredThrowableException when TaskTracker shutting down

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.13.0
    • None
    • ipc
    • None

    Description

      We've been seeing this exception in unit tests on Windows since HADOOP-1191 was committed. For instance in TestMiniMRClasspath.

      [junit] 2007-05-03 21:19:21,447 ERROR mapred.TaskTracker (TaskTracker.java:offerService(783)) - Caught exception: java.lang.reflect.UndeclaredThrowableException
      [junit] at org.apache.hadoop.mapred.$Proxy6.heartbeat(Unknown Source)
      [junit] at org.apache.hadoop.mapred.TaskTracker.transmitHeartBeat(TaskTracker.java:834)
      [junit] at org.apache.hadoop.mapred.TaskTracker.offerService(TaskTracker.java:736)
      [junit] at org.apache.hadoop.mapred.TaskTracker.run(TaskTracker.java:1121)
      [junit] at org.apache.hadoop.mapred.MiniMRCluster$TaskTrackerRunner.run(MiniMRCluster.java:140)
      [junit] at java.lang.Thread.run(Thread.java:595)
      [junit] Caused by: java.lang.InterruptedException
      [junit] at java.lang.Object.wait(Native Method)
      [junit] at org.apache.hadoop.ipc.Client.call(Client.java:466)
      [junit] at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:165)
      [junit] ... 6 more

      It doesn't seem to cause the tests to fail, but it is logged as an error when a TaskTracker is being shutdown.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nidaley Nigel Daley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: