Re: Web UI shows my AssignTImestamp is in high back pressure but in/outPoolUsage are both 0.

2021-06-18 Thread Piotr Nowojski
Hi Haocheng, Regarding the first part, yes. For a very long time there was a trivial bug that was displaying the maximum "backpressure status" ("HIGH" in your case) from all of the subtasks, for every subtask, instead of showing the subtask's individual status. [1] It is/will be fixed in Flink

Web UI shows my AssignTImestamp is in high back pressure but in/outPoolUsage are both 0.

2021-06-12 Thread Haocheng Wang
Hi, I have a job like 'Source -> assignmentTimestamp -> flatmap -> Window -> Sink' and I get back pressure from 'Source' to the 'FlatMap' operators form the 'BackPressure' tab in the Web UI. When trying to find which operator is the source of back pressure, I use metrics provided by the Web UI,