Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-139

Interrupted Exception within AsyncDispatcher leads to user confusion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.2-alpha, 0.23.4
    • 2.0.3-alpha, 0.23.5
    • api
    • None

    Description

      Successful applications tend to get InterruptedExceptions during shutdown. The exception is harmless but it leads to lots of user confusion and therefore could be cleaned up.

      2012-09-28 14:50:12,477 WARN [AsyncDispatcher event handler] org.apache.hadoop.yarn.event.AsyncDispatcher: Interrupted Exception while stopping
      java.lang.InterruptedException
      at java.lang.Object.wait(Native Method)
      at java.lang.Thread.join(Thread.java:1143)
      at java.lang.Thread.join(Thread.java:1196)
      at org.apache.hadoop.yarn.event.AsyncDispatcher.stop(AsyncDispatcher.java:105)
      at org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:99)
      at org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:89)
      at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$JobFinishEventHandler.handle(MRAppMaster.java:437)
      at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$JobFinishEventHandler.handle(MRAppMaster.java:402)
      at org.apache.hadoop.yarn.event.AsyncDispatcher.dispatch(AsyncDispatcher.java:126)
      at org.apache.hadoop.yarn.event.AsyncDispatcher$1.run(AsyncDispatcher.java:75)
      at java.lang.Thread.run(Thread.java:619)
      2012-09-28 14:50:12,477 INFO [AsyncDispatcher event handler] org.apache.hadoop.yarn.service.AbstractService: Service:Dispatcher is stopped.
      2012-09-28 14:50:12,477 INFO [AsyncDispatcher event handler] org.apache.hadoop.yarn.service.AbstractService: Service:org.apache.hadoop.mapreduce.v2.app.MRAppMaster is stopped.
      2012-09-28 14:50:12,477 INFO [AsyncDispatcher event handler] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Exiting MR AppMaster..GoodBye

      Attachments

        1. YARN-139.txt
          1 kB
          Vinod Kumar Vavilapalli
        2. YARN-139-20121019.1.txt
          7 kB
          Vinod Kumar Vavilapalli
        3. YARN-139-20121019.txt
          4 kB
          Vinod Kumar Vavilapalli
        4. YARN-139-20121023.txt
          8 kB
          Vinod Kumar Vavilapalli

        Issue Links

          Activity

            People

              vinodkv Vinod Kumar Vavilapalli
              nroberts Nathan Roberts
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: