Hi
1. 框图的数量是因为默认启用了operator chain导致的,至于连接线上的文字(例如hash)则是由网络连接方式决定了[2] 2. record received 为0 是因为这个指标表征了数据在Flink 的channel内收到的record数量,由于source节点并没有从Flink channel获取数据(往往是从外部系统获取),所以自然record received为0 [1] https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/operators/#task-chaining-and-resource-groups [2] https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/operators/#physical-partitioning 祝好 唐云 ________________________________ From: wxpcc <[email protected]> Sent: Wednesday, August 19, 2020 16:10 To: [email protected] <[email protected]> Subject: Re: flink 1.11 web ui请教 environment.disableOperatorChaining() -- Sent from: http://apache-flink.147419.n8.nabble.com/
