puzzle on OperatorChain

2024-07-04 Thread Enric Ott
Hello,guys:   Does Flink transform all operators(including source operator) to OperatorChain even disableoperatorchaining was set to true and even the OperatorChain contains only one single Operator.   Thanks.

Task manager memory go on increasing on idle stage also

2024-07-04 Thread Ganesh Walse
Hi All, My task manager memory goes on increasing in idle stages also any reason why so. As a result of the above my job is failing. Thanks in advance. Thanks & regards, Ganesh Walse

Re: puzzle on OperatorChain

2024-07-04 Thread Yunfeng Zhou
Hi Enric, Yes that even if there is only one operator, StreamTask will still create an OperatorChain for it. OperatorChain provides an abstract to process events like endInputs, checkpoints and OperatorEvents in a unified way, no matter how may operators are running in the StreamTask. You may refe

?????? puzzle on OperatorChain

2024-07-04 Thread Enric Ott
Thanks for your confirmation,Yunfeng. --  -- ??: "Yunfeng Zhou"