You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gu...@apache.org on 2022/02/10 09:36:17 UTC

[flink] branch master updated (7481540 -> 155657e)

This is an automated email from the ASF dual-hosted git repository.

guoyangze pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 7481540  [hotfix][table-api-java] Add missing annotations to PlanReference
     add 155657e  [FLINK-25742][akka] Remove the serialization of rpc invocation at Flink side.

No new revisions were added by this update.

Summary of changes:
 .../runtime/rpc/akka/AkkaInvocationHandler.java    |  31 +-
 .../flink/runtime/rpc/akka/AkkaRpcActor.java       |  12 -
 .../runtime/rpc/akka/MessageSerializationTest.java |  22 +-
 .../runtime/rpc/messages/RemoteRpcInvocation.java  | 323 ++++++++-------------
 .../flink/runtime/rpc/messages/RpcInvocation.java  |  20 +-
 5 files changed, 152 insertions(+), 256 deletions(-)