I download Flink 1.5 and I'm trying to run it in standalone mode. 1 job manager, 2 task managers.
I can run flink job when I run in local mode: 1 machine as both job manager and task manager. But when I add 2 remote machines as slaves and try to run, I am seeing this error in the log and the job hangs. 2018-06-21 00:09:20,861 WARN akka.remote.transport.netty.NettyTransport - Remote connection to [/10.0.0.107:56390] failed with org.apache.flink.shaded.akka.org.jboss.netty.handler.codec.frame.TooLongFrameException: Adjusted frame length exceeds 10485760: 1195725860 - discarded Looks like some sort of configuration problem. Any idea how to fix this? Thanks! -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/