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/28 03:03:29 UTC

[GitHub] [flink] Myasuka commented on pull request #18546: [FLINK-25479][rpc] Always use RemoteRPCInvocation

Myasuka commented on pull request #18546:
URL: https://github.com/apache/flink/pull/18546#issuecomment-1023841288


   @rkhachatryan How do you think of my idea below:
   1. Introdue a new option in `AkkaOptions`, such as `akka.invocation.force-remote` as `false` by default.
   2. `AkkaRpcServiceConfiguration` could return whether we need to force remote invocation for the usage of `AkkaInvocationHandler` to decide what kind of invocation to call.
   3. Once `MiniCluster` has `overrideRestoreModeForRandomizedChangelogStateBackend` as `true`, we would then make `akka.invocation.force-remote` as true to let tests related with changelog could pass.


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