I'm preparing to migrate my environment from Flink 1.4 to 1.5 and I found
this issue. Every time I try to use the flink CLI with the -m option to specify the jobmanager address, the CLI get stuck on "Waiting for response..." and I get the following error on the Jobmanager: WARN akka.remote.transport.netty.NettyTransport - Remote connection to [/x.x.x.x:xxxx] failed with org.apache.flink.shaded.akka.org.jboss.netty.handler.codec.frame.TooLongFrameException: Adjusted frame length exceeds 10485760: 1195725860 - discarded I get the error even when I run it locally and try something like "flink list -m localhost:6123". But "flink list" works as expected. I'm using the version from the "release-1.5" branch. I tested on the tag release 1.5.0-rc1 and it's working as expected. I did a /git bisect/ and it seems like the commit introducing the regression is 47909f4 <https://github.com/apache/flink/commit/47909f466b9c9ee1f4caf94e9f6862a21b628817> I created a JIRA ticket for this: https://issues.apache.org/jira/browse/FLINK-9255. Do you have any thoughts about it ? Regards, Edward -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ |
I've responded in the JIRA.
On 27.04.2018 14:26, Edward Rojas wrote: > I'm preparing to migrate my environment from Flink 1.4 to 1.5 and I found > this issue. > > Every time I try to use the flink CLI with the -m option to specify the > jobmanager address, the CLI get stuck on "Waiting for response..." and I > get the following error on the Jobmanager: > > WARN akka.remote.transport.netty.NettyTransport - Remote > connection to [/x.x.x.x:xxxx] failed with > org.apache.flink.shaded.akka.org.jboss.netty.handler.codec.frame.TooLongFrameException: > Adjusted frame length exceeds 10485760: 1195725860 - discarded > > I get the error even when I run it locally and try something like "flink > list -m localhost:6123". But "flink list" works as expected. > > I'm using the version from the "release-1.5" branch. > > I tested on the tag release 1.5.0-rc1 and it's working as expected. > > I did a /git bisect/ and it seems like the commit introducing the regression > is 47909f4 > <https://github.com/apache/flink/commit/47909f466b9c9ee1f4caf94e9f6862a21b628817> > > I created a JIRA ticket for this: > https://issues.apache.org/jira/browse/FLINK-9255. > > Do you have any thoughts about it ? > > Regards, > Edward > > > > -- > Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ > |
Thank you 2018-04-27 14:55 GMT+02:00 Chesnay Schepler <[hidden email]>: I've responded in the JIRA. Edward Alexander Rojas Clavijo Software Engineer Hybrid Cloud IBM France |
Free forum by Nabble | Edit this page |