Yarn application not getting killed even after App

2019-09-15 04:50发布

My application is suffering because of this issue, which is Even after killing the application master, the application is not actually getting killed. Its a known yarn issue YARN-3561. It occurs out of blue, So I have developed a fix in my application and I want to test it. But as of now this yarn issue is not replicating again. Is there any sure-shot way of replicating this issue so I can verify my fix?

1条回答
ゆ 、 Hurt°
2楼-- · 2019-09-15 05:49

I was able to replicate this by launching the application as daemon process by using setsid utility. By this, even after container was killed, the process kept running.

查看更多
登录 后发表回答