Re: IOException: Size of the state is larger than the maximum permitted memory-backed state
Posted by
Gary Yao-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/IOException-Size-of-the-state-is-larger-than-the-maximum-permitted-memory-backed-state-tp19880p19931.html
Hi,
It looks like you are still using the MemoryStateBackend. Are you overriding the
state backend settings from within your job? To debug this, it would be helpful
to see the JobManager logs and the contents of your flink-conf.yaml
Best,
Gary