Re: Job crashing cluster

Posted by Timothy Victor on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Job-crashing-cluster-tp28003p28011.html

Thanks for the reply Sushant.  I think this was a dumb error on my part.  Even though I was catching the exception in main, I was calling sys.exit (as I would normally in a standalone app) and this was causing JM to exit.

Tim

On Fri, May 24, 2019, 1:29 PM Sushant Sawant <[hidden email]> wrote:
Hi, 
Could you share error stack trace?

Thanks & Regards,
Sushant Sawant


On Fri, 24 May 2019, 19:18 Timothy Victor, <[hidden email]> wrote:
If a flink job crashes during startup (throws exception) the entire cluster goes down.   This is even on a simple bare metal host.


I have tried catching the exception, but even that didnt prevent the JM and cluster from crashing.

Has anyone run into this problem?

I'm on Flink 1.7.1

Thanks 

Tim