No; Flink does not cleanuo idle operators.
On 6/22/2021 9:19 PM, Jerome Li wrote:
Hi and Dear Flink users,
I am new to Flink. My project is using Flink v1.12.4+.
I am curious about how Flink manage the cpu and memory when an
instance of a ProcessFunction/Sink is idle? Will Flink resource
manager take deallocate cpu and memory from it? Because I am trying to
expand the parallelism of a sink to all taskamangers to avoid large
network traffic between taskmanagers
Any help would be appreciated!\
Thanks!