Re: Troubleshooting checkpoint expiration

2024-07-23 Thread Alexis Sarda-Espinosa
Hi again, I found a Hadoop class that can log latency information [1], but since I don't see any exceptions in the logs when a checkpoint expires due to timeout, I'm still wondering if I can change other log levels to get more insights, maybe somewhere in Flink's file system abstractions? [1] htt

Re: SavepointReader: Record size is too large for CollectSinkFunction

2024-07-23 Thread Salva Alcántara
Hi all, Just to share my findings so far. Regarding tweaking the setting, it has been impossible for me to do so. So, the only way to work around this has been to duplicate some Flink code directly to allow me to do the tweak. More precisely, this is how my code looks like now (kudos to my dear co