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
- relates to
-
TEZ-1867 Create new central dispatcher for Tez AM
- Closed