You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met OOM when I use flink iceberg connector. Because writers object of PartitionedDeltaWriter keep data in memory. It will cause OOM when partition number is big. Maybe We can use LRU map to replace hashmap.
Query engine
Flink
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
Feature Request / Improvement
I met OOM when I use flink iceberg connector. Because
writers
object ofPartitionedDeltaWriter
keep data in memory. It will cause OOM when partition number is big. Maybe We can use LRU map to replace hashmap.Query engine
Flink
The text was updated successfully, but these errors were encountered: