Re: The rpc invocation size exceeds the maximum akka framesize when the job was re submitted.

2020-09-16 Thread shravan
Hi, We are observing the same error as well with regard to "The rpc invocation size exceeds the maximum akka framesize.", and have follow-up questions on the same. Why we face this issue, how can we know the expected size for which it is failing? The error message does not indicate that. Does the

Re: The rpc invocation size exceeds the maximum akka framesize when the job was re submitted.

2020-08-19 Thread Till Rohrmann
Hi Joshua, this is hard to tell just from the stack trace. One thing I could imagine is that you regenerate the JobGraph by running the main method of the user code again and that the user code contains some non deterministic component which varies in size and influences what you need to ship as p

The rpc invocation size exceeds the maximum akka framesize when the job was re submitted.

2020-08-18 Thread Joshua Fan
hi, We have a flink job platform which will resubmit the job when the job failed without platform user involvement. Today a resubmit failed because of the error below, I changed the akka.Frameszie, and the resubmit succeed. My question is, there is nothing change to the job, the jar, the program,