Hi, community
I read this blog A Deep To Flink's NetworkStack
<
https://flink.apache.org/2019/06/05/flink-network-stack.html>
In the chapter *Physical Transport*, it says that the /if different subtasks
of the same task are scheduled onto the same TaskManager, their network
connections towards the same TaskManagers will be multiplexed and share a
single TCP channel for reduced resource usage./.
But I check the code I think each taskmanager have a NettyServer and a
NettyClient which work with a channel. So i think the tcp channel is shared
between the taskmanager remote connection no matter there is different
subtasks of the same task are scheduled onto the same TaskManager or not.
Please correct me if my thoughts was wrong.
Thanks
Aitozi
--
Sent from:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/