Flink 1.10.0 failover

Posted by seeksst on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-1-10-0-failover-tp34695.html

Hi,


    Recently, I find a problem when job failed in 1.10.0, flink didn’t release resource first.

  

     You can see I used flink on yarn, and it doesn’t allocate task manager, beacause no more memory left. 

     If i cancel the job, the cluster has more memory.

     In 1.8.2, the job will restart normally, is this a bug?

     Thanks.