Re: FW: Constant backpressure on flink job

2019-05-20 Thread Till Rohrmann
Hi Monika and Georgi, it is quite hard to debug this problem remotely because one would need access to the logs with DEBUG log level. Additionally, it would be great to have a better understanding of what the individual operators do. In general, 20 MB of state should be super easy to handle for F

Re: FW: Constant backpressure on flink job

2019-05-20 Thread Dawid Wysakowicz
Hi, Have you checked the logs for exceptions? Could you share the logs with us? Have you tried switching to e.g. FSStateBackend or disabling the incremental checkpoints on 1.7.2 to see in what configuration the problem occurs? Best, Dawid On 20/05/2019 09:09, Georgi Stoyanov wrote: > > Hi guys,