1
0
Files
hudi/hudi-flink
Danny Chan 1b27259b53 [HUDI-1844] Add option to flush when total buckets memory exceeds the threshold (#2877)
Current code supports flushing as per-bucket memory usage, while the
buckets may still take too much memory for bootstrap from history data.

When the threshold hits, flush out half of the buckets with bigger
buffer size.
2021-04-25 23:06:53 +08:00
..