Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Thread profiling DagAppMaster for a synthetic tez test revealed lots of contentions in RecoveryService / HistoryEventHandlingThread / AsyncDispatcher threads. All of these try to access tez counters and are blocked on "public static synchronized <T> T getValue(String bundleName, String key,String suffix, T defaultValue)".
I will attach the thread profiler snapshots soon.
Attachments
Attachments
Issue Links
- relates to
-
TEZ-1520 TezCounters: support better displayNames
- Open