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

Use central AsyncDispatcher to relay events. Process events on different events based threads.

    XMLWordPrintableJSON

Details

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

    Description

      Currently the central dispatcher is a central lock and concurrent work gets bottlenecked on it. This can slow down the AM. If each event type was handled in its own thread then different event types could proceed in parallel. This would maintain serialization of events within an event type and may be overridden by the specific event handlers to make even them concurrent.

      Attachments

        Issue Links

          Activity

            People

              bikassaha Bikas Saha
              hitesh Hitesh Shah
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: