You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by 袁枫 <yu...@staff.sina.com.cn> on 2017/03/07 14:09:14 UTC

Is there AppLogAggregatorImpl thread leak?

In hadoop 2.4.0
NM always have 100+ AppLogAggregatorImpl threads running,
Normally,only 20+ containers will running all time,so if there is any issue about the AppLogAggregator leak.
I observe these threads is all waiting,because the logic of code is:
While(If not appFinshed)
Wait(1s);
Like this:
[cid:image001.png@01D2978E.628DB510]