ferenc-csaky commented on code in PR #22271:
URL: https://github.com/apache/flink/pull/22271#discussion_r1149095471
##########
flink-rpc/flink-rpc-akka/src/test/java/org/apache/flink/runtime/rpc/akka/MessageSerializationTest.java:
##########
@@ -46,7 +46,7 @@ class MessageSerializationTest {
private static RpcService akkaRpcService1;
private static RpcService akkaRpcService2;
- private static final int maxFrameSize = 32000;
+ private static final int maxFrameSize = 32768;
Review Comment:
Correct.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]