You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/27 02:59:17 UTC

[GitHub] [flink] KarmaGYZ edited a comment on pull request #18434: [FLINK-25742][akka] Remove the serialization of rpc invocation at Fli…

KarmaGYZ edited a comment on pull request #18434:
URL: https://github.com/apache/flink/pull/18434#issuecomment-1022775069


   @zentol This PR is an improvement of the job execution for Flink OLAP. In the OLAP scenario, most jobs can be finished within 1s(in our internal benchmark, a 1000*1000 WordCount will take nearly 700ms). The serialization of the `RemoteRpcInvocation` at the Flink side will place a heavy burden on JobManager. Without this serialization, We will gain a 20% increase in throughput.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org