apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.44k stars 958 forks source link

[core] Call full gc to avoid meta space oom while generating classes. #4477

Closed leaves12138 closed 2 weeks ago

leaves12138 commented 2 weeks ago

Purpose

To avoid out-of-memory error while generating classes, so we call full gc to collect garbage classloaders.

Tests

API and Format

Documentation

wwj6591812 commented 2 weeks ago

+1