ayushtkn commented on code in PR #299:
URL: https://github.com/apache/tez/pull/299#discussion_r1250941362


##########
tez-dag/src/main/java/org/apache/tez/dag/app/DAGAppMaster.java:
##########
@@ -2618,6 +2652,10 @@ public static void initAndStartAppMaster(final 
DAGAppMaster appMaster,
       final Configuration conf) throws IOException,
       InterruptedException {
 
+    if (appMaster.tezThreadDumpHelper != null) {
+      
appMaster.tezThreadDumpHelper.schedulePeriodicThreadDumpService("AppMaster");

Review Comment:
   Yep, got the dag name in the new logic



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to