[ https://issues.apache.org/jira/browse/YARN-8397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sunil Govindan updated YARN-8397: --------------------------------- Summary: Potential thread leak in ActivitiesManager (was: Thread leak in ActivitiesManager) > Potential thread leak in ActivitiesManager > ------------------------------------------ > > Key: YARN-8397 > URL: https://issues.apache.org/jira/browse/YARN-8397 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Rohith Sharma K S > Assignee: Rohith Sharma K S > Priority: Major > Attachments: YARN-8397.01.patch > > > It is observed while using MiniYARNCluster, MiniYARNCluster#stop doesn't stop > JVM. > Thread dump shows that ActivitiesManager is in timed_waiting state. > {code} > "Thread-43" #66 prio=5 os_prio=31 tid=0x00007ffea09fd000 nid=0xa103 waiting > on condition [0x0000700006f10000] > java.lang.Thread.State: TIMED_WAITING (sleeping) > at java.lang.Thread.sleep(Native Method) > at > org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities.ActivitiesManager$1.run(ActivitiesManager.java:142) > at java.lang.Thread.run(Thread.java:748) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org