IgorBerman commented on issue #3703: URL: https://github.com/apache/iceberg/issues/3703#issuecomment-2739442314
we running maintenance jobs as part of long living spark context and see memory accumulating under memoryStore and it's related to ExpireSnapshotsSparkAction lambdas see following screenshot from memory analyzer  the objects that are stored there are related to SerializableTableWithSize object somehow I don't understand yet how, but imo it's this::doExecute call inside ``` public ExpireSnapshots.Result execute() { JobGroupInfo info = this.newJobGroupInfo("EXPIRE-SNAPSHOTS", this.jobDesc()); return (ExpireSnapshots.Result)this.withJobGroupInfo(info, this::doExecute); } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org