Hi
If your JM's container is killed by YARN due to beyond physical memory limit and your job's code is not changed but just bumped the Flink verion , I think you could use jmap command to dump the memory of your JobManager to see the difference between 1.4.2 and
1.5.2, and you could also open the GC log to see the difference.
In my experience, "jobmanager.execution.attempts-history-size" is configured too large, operator's name to too long for metrics stored in JM or even not configured checkpoint path (always return ByteStreamStateHandle back to JM) would impact the JM's memory
footprint.
Best
Yun
From: eSKa <[hidden email]>
Sent: Tuesday, September 25, 2018 14:45
To: [hidden email]
Subject: Re: JobManager container is running beyond physical memory limits