flink-connector-jdbc icon indicating copy to clipboard operation
flink-connector-jdbc copied to clipboard

[FLINK-30960] Fix a corner case oom error

Open bs352 opened this issue 1 year ago • 2 comments

I fixed a corner case out-of-memory error when we use a timed flushing interval, where the scheduler thread could repeatly throw a new RuntimeException wrapping the previous one as cause. This could lead to an infinite object reference chain.

bs352 avatar Nov 03 '23 13:11 bs352