[ 
https://issues.apache.org/jira/browse/FLINK-34430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piotr Nowojski updated FLINK-34430:
-----------------------------------
    Description: 
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.


  was:
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 



> 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