Github user wangzhijiang999 commented on the issue:
https://github.com/apache/flink/pull/2400
Thank you for your review and advice, mxm. Another concern is whether to
modify the parameters in the methods "selectNetworkInterfaceAndRunTaskManager"
and "startTaskManagerComponentsAndActor" which will be invoked by
"YarnTMRunner" and "LocalFlinkMiniCluster". The main differences for new TM are
"RPCService" and "HighAvailabilityServices" instead of "ActorSystem" and
"LeaderRetrievalService". My current implementation is only supporting these
new components in constructor for easy test and retain the previous methods and
parameters. Should we further modify the related parts with "ActorSystem" and
"LeaderRetrievalService" next or just like this currently?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---