You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Marco Villalobos <mv...@kineteque.com> on 2021/02/11 03:50:44 UTC

clarification on backpressure metrics in Apache Flink Dashboard

given:

[source] -> [operator 1] -> [operator 2] -> [sink].

If within the dashboard, operator 1 shows that it has backpressure, does
that mean I need to improve the performance of operator 2 in order to
alleviate backpressure upon operator 1?

Re: clarification on backpressure metrics in Apache Flink Dashboard

Posted by Chesnay Schepler <ch...@apache.org>.
Yes. Unless operator 2 is also back-pressured of course, then you should 
take a look at the sink.

On 2/11/2021 4:50 AM, Marco Villalobos wrote:
> given:
>
> [source] -> [operator 1] -> [operator 2] -> [sink].
>
> If within the dashboard, operator 1 shows that it has backpressure, 
> does that mean I need to improve the performance of operator 2 in 
> order to alleviate backpressureĀ upon operator 1?
>
>