[ 
https://issues.apache.org/jira/browse/FLINK-34430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950581#comment-17950581
 ] 

Trystan commented on FLINK-34430:
---------------------------------

We have often encountered this as well. If 
https://issues.apache.org/jira/browse/FLINK-26050 is enabled (and it looks like 
the documentation is still not done?), then would it resolve this issue?

 

Our "solution" so far has been to just keep bumping the Akka framesize.

> Akka frame size exceeded with many ByteStreamStateHandle being used
> -------------------------------------------------------------------
>
>                 Key: FLINK-34430
>                 URL: https://issues.apache.org/jira/browse/FLINK-34430
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.16.3, 1.17.2, 1.19.0, 1.18.1
>            Reporter: Piotr Nowojski
>            Assignee: Chesnay Schepler
>            Priority: Major
>
> The following error can happen
> {noformat}
> Discarding oversized payload sent to 
> Actor[akka.tcp://flink@xxxx/user/rpc/taskmanager_0#-yyyy]: max allowed size 
> 10485760 bytes, actual size of encoded class 
> org.apache.flink.runtime.rpc.messages.RemoteRpcInvocation was 11212046 bytes.
>       
> error.stack_trace
> akka.remote.OversizedPayloadException: Discarding oversized payload sent to 
> Actor[akka.tcp://flink@xxxx/user/rpc/taskmanager_0#-yyyy]: max allowed size 
> 10485760 bytes, actual size of encoded class 
> org.apache.flink.runtime.rpc.messages.RemoteRpcInvocation was 11212046 bytes.
> {noformat}
> when https://issues.apache.org/jira/browse/FLINK-26050 is causing large 
> amount of small sst files to be created and never deleted. If those files are 
> small enough to be handled by {{ByteStreamStateHandle}} akka frame size can 
> be exceeded.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to