Re: Regarding Concurrent Modification Exception

Posted by Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Regarding-Concurrent-Modification-Exception-tp4898p4912.html

Hi,

This stacktrace looks really suspicious.
It includes classes from the submission client (CLIClient), optimizer (JobGraphGenerator), and runtime (KryoSerializer).

Is it possible that you try to start a new Flink job inside another job?
This would not work.

Best, Fabian