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
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
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,