Join Slack
Powered by
Posting this here from other channel <https://apa...
# troubleshooting
t
Tarek Ajjour
06/02/2023, 6:15 PM
Posting this here from other channel
https://apache-flink.slack.com/archives/C03JKTFFX0S/p1685729088580199
d
David Anderson
06/02/2023, 6:16 PM
It would help to know if you are doing joins that depend on event-time semantics — e.g., temporal joins, or interval joins. And it would be interesting to how checkpointing is configured. There are many things that might be helpful. You might want to read up on • watermark alignment (
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/event-time/generating_watermarks/#watermark-alignment-_beta_
) • unaligned checkpoints (
https://nightlies.apache.org/flink/flink-docs-master/docs/ops/state/checkpointing_under_backpressure/#unaligned-checkpoints
) • the changelog state backend (
https://flink.apache.org/2022/05/30/improving-speed-and-stability-of-checkpointing-with-generic-log-based-incremental-checkpoints/
)
t
Tarek Ajjour
06/02/2023, 6:43 PM
Thanks
@David Anderson
for your quick reply. We are using temporal joins, Here is our checkpoint configuration, I will take a look at these links above
Open in Slack
Previous
Next