Re: Task Manager getting killed while executing sql queries.

2024-02-15 Thread Kanchi Masalia via user
Hi! We just encountered a similar issue. This is usually caused by: 1) Akka failed sending the message silently, due to problems like oversized payload or serialization failures. In that case, you should find detailed error information in the logs. 2) The recipient needs more time for responding,

Flink support for data compression for pipelined shuffle

2025-01-28 Thread Kanchi Masalia via user
Hi, I'm exploring data compression for a Flink 1.18 job in streaming mode (pipeline shuffle) and noticed that it's currently supported only in batch mode (blocking and hybrid shuffle). I found that support for this in streaming mode was added FLINK-14845